xref: /illumos-gate/usr/src/lib/libidmap/common/mapfile-vers (revision 3ee87bca47e74aa2719352485b80973ca6e079b7)
1c5c4113dSnw141292#
2c5c4113dSnw141292# CDDL HEADER START
3c5c4113dSnw141292#
4c5c4113dSnw141292# The contents of this file are subject to the terms of the
5c5c4113dSnw141292# Common Development and Distribution License (the "License").
6c5c4113dSnw141292# You may not use this file except in compliance with the License.
7c5c4113dSnw141292#
8c5c4113dSnw141292# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c5c4113dSnw141292# or http://www.opensolaris.org/os/licensing.
10c5c4113dSnw141292# See the License for the specific language governing permissions
11c5c4113dSnw141292# and limitations under the License.
12c5c4113dSnw141292#
13c5c4113dSnw141292# When distributing Covered Code, include this CDDL HEADER in each
14c5c4113dSnw141292# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c5c4113dSnw141292# If applicable, add the following below this CDDL HEADER, with the
16c5c4113dSnw141292# fields enclosed by brackets "[]" replaced with your own identifying
17c5c4113dSnw141292# information: Portions Copyright [yyyy] [name of copyright owner]
18c5c4113dSnw141292#
19c5c4113dSnw141292# CDDL HEADER END
20c5c4113dSnw141292#
21c5c4113dSnw141292#
2248258c6bSjp151216# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23c5c4113dSnw141292# Use is subject to license terms.
24c5c4113dSnw141292#
25c5c4113dSnw141292#
26c5c4113dSnw141292
27c5c4113dSnw141292SUNWprivate {
28c5c4113dSnw141292    global:
29c5c4113dSnw141292	xdr_idmap_retcode;
30c5c4113dSnw141292	xdr_idmap_namerule;
31c5c4113dSnw141292	xdr_idmap_namerules_res;
32c5c4113dSnw141292	xdr_idmap_ids_res;
33c5c4113dSnw141292	xdr_idmap_mapping_batch;
34c5c4113dSnw141292	xdr_idmap_list_mappings_1_argument;
35c5c4113dSnw141292	xdr_idmap_mappings_res;
36c5c4113dSnw141292	xdr_idmap_update_batch;
37c5c4113dSnw141292	xdr_idmap_list_namerules_1_argument;
38c5c4113dSnw141292	xdr_idmap_mapping;
39c5c4113dSnw141292	xdr_idmap_id_res;
408e228215Sdm199847	xdr_idmap_update_res;
41479ac375Sdm199847	xdr_idmap_prop_res;
42479ac375Sdm199847	xdr_idmap_prop_type;
43c5c4113dSnw141292	idmap_init;
44c5c4113dSnw141292	idmap_fini;
45c5c4113dSnw141292	idmap_free;
46c5c4113dSnw141292	idmap_stat2string;
47c5c4113dSnw141292	idmap_string2stat;
48c5c4113dSnw141292	idmap_stat4prot;
49c5c4113dSnw141292	idmap_iter_namerules;
50c5c4113dSnw141292	idmap_iter_next_namerule;
51c5c4113dSnw141292	idmap_iter_mappings;
52c5c4113dSnw141292	idmap_iter_next_mapping;
53c5c4113dSnw141292	idmap_iter_destroy;
54c5c4113dSnw141292	idmap_get_create;
55c5c4113dSnw141292	idmap_get_uidbysid;
56c5c4113dSnw141292	idmap_get_gidbysid;
57c5c4113dSnw141292	idmap_get_pidbysid;
58c5c4113dSnw141292	idmap_get_sidbyuid;
59c5c4113dSnw141292	idmap_get_sidbygid;
60c5c4113dSnw141292	idmap_get_mappings;
61c5c4113dSnw141292	idmap_get_destroy;
62c5c4113dSnw141292	idmap_get_w2u_mapping;
63c5c4113dSnw141292	idmap_get_u2w_mapping;
64c5c4113dSnw141292	idmap_udt_add_namerule;
65c5c4113dSnw141292	idmap_udt_rm_namerule;
66c5c4113dSnw141292	idmap_udt_destroy;
67c5c4113dSnw141292	idmap_udt_commit;
68c5c4113dSnw141292	idmap_udt_create;
698e228215Sdm199847	idmap_udt_get_error_index;
708e228215Sdm199847	idmap_udt_get_error_rule;
718e228215Sdm199847	idmap_udt_get_conflict_rule;
72c5c4113dSnw141292	idmap_udt_flush_namerules;
73dd5829d1Sbaban	idmap_getwinnamebyuid;
74dd5829d1Sbaban	idmap_getwinnamebygid;
75dd5829d1Sbaban	idmap_getuidbywinname;
76dd5829d1Sbaban	idmap_getgidbywinname;
778e228215Sdm199847	idmap_namerule_cpy;
7848258c6bSjp151216	idmap_info_free;
7948258c6bSjp151216	idmap_info_cpy;
8048258c6bSjp151216	idmap_info_mov;
8148258c6bSjp151216	idmap_getext_sidbygid;
8248258c6bSjp151216	idmap_getext_uidbysid;
8348258c6bSjp151216	idmap_getext_pidbysid;
8448258c6bSjp151216	idmap_getext_gidbysid;
8548258c6bSjp151216	idmap_getext_sidbyuid;
86479ac375Sdm199847	idmapdlog;
87479ac375Sdm199847	idmap_log_stderr;
88479ac375Sdm199847	idmap_log_syslog;
89479ac375Sdm199847	idmap_log_degraded;
90479ac375Sdm199847	idmap_set_namemap;
91479ac375Sdm199847	idmap_unset_namemap;
92479ac375Sdm199847	idmap_get_namemap;
9361b364a9Sjp151216	idmap_init_namemaps;
9461b364a9Sjp151216	idmap_fini_namemaps;
95*3ee87bcaSJulian Pullen	idmap_cache_get_data;
96479ac375Sdm199847	ad_disc_fini;
97479ac375Sdm199847	ad_disc_init;
98479ac375Sdm199847	ad_disc_get_DomainName;
99479ac375Sdm199847	ad_disc_set_DomainName;
100479ac375Sdm199847	ad_disc_compare_ds;
101479ac375Sdm199847	ad_disc_SubnetChanged;
102479ac375Sdm199847	ad_disc_get_GlobalCatalog;
103479ac375Sdm199847	ad_disc_set_GlobalCatalog;
104479ac375Sdm199847	ad_disc_get_TTL;
105479ac375Sdm199847	ad_disc_set_ForestName;
106479ac375Sdm199847	ad_disc_get_ForestName;
107479ac375Sdm199847	ad_disc_get_DomainController;
108479ac375Sdm199847	ad_disc_set_DomainController;
109479ac375Sdm199847	ad_disc_set_SiteName;
110479ac375Sdm199847	ad_disc_refresh;
111479ac375Sdm199847	ad_disc_get_SiteName;
112c5c4113dSnw141292    local:
113c5c4113dSnw141292	*;
114c5c4113dSnw141292};
115