1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25#
26
27SUNWprivate {
28    global:
29	xdr_idmap_retcode;
30	xdr_idmap_namerule;
31	xdr_idmap_namerules_res;
32	xdr_idmap_ids_res;
33	xdr_idmap_mapping_batch;
34	xdr_idmap_list_mappings_1_argument;
35	xdr_idmap_mappings_res;
36	xdr_idmap_update_batch;
37	xdr_idmap_list_namerules_1_argument;
38	xdr_idmap_mapping;
39	xdr_idmap_id_res;
40	xdr_idmap_update_res;
41	xdr_idmap_prop_res;
42	xdr_idmap_prop_type;
43	idmap_init;
44	idmap_fini;
45	idmap_free;
46	idmap_stat2string;
47	idmap_string2stat;
48	idmap_stat4prot;
49	idmap_iter_namerules;
50	idmap_iter_next_namerule;
51	idmap_iter_mappings;
52	idmap_iter_next_mapping;
53	idmap_iter_destroy;
54	idmap_get_create;
55	idmap_get_uidbysid;
56	idmap_get_gidbysid;
57	idmap_get_pidbysid;
58	idmap_get_sidbyuid;
59	idmap_get_sidbygid;
60	idmap_get_mappings;
61	idmap_get_destroy;
62	idmap_get_w2u_mapping;
63	idmap_get_u2w_mapping;
64	idmap_udt_add_namerule;
65	idmap_udt_rm_namerule;
66	idmap_udt_destroy;
67	idmap_udt_commit;
68	idmap_udt_create;
69	idmap_udt_get_error_index;
70	idmap_udt_get_error_rule;
71	idmap_udt_get_conflict_rule;
72	idmap_udt_flush_namerules;
73	idmap_getwinnamebyuid;
74	idmap_getwinnamebygid;
75	idmap_getuidbywinname;
76	idmap_getgidbywinname;
77	idmap_namerule_cpy;
78	idmap_info_free;
79	idmap_info_cpy;
80	idmap_info_mov;
81	idmap_getext_sidbygid;
82	idmap_getext_uidbysid;
83	idmap_getext_pidbysid;
84	idmap_getext_gidbysid;
85	idmap_getext_sidbyuid;
86	idmapdlog;
87	idmap_log_stderr;
88	idmap_log_syslog;
89	idmap_log_degraded;
90	idmap_set_namemap;
91	idmap_unset_namemap;
92	idmap_get_namemap;
93	idmap_init_namemaps;
94	idmap_fini_namemaps;
95	idmap_cache_get_data;
96	ad_disc_fini;
97	ad_disc_init;
98	ad_disc_get_DomainName;
99	ad_disc_set_DomainName;
100	ad_disc_compare_ds;
101	ad_disc_compare_trusteddomains;
102	ad_disc_compare_domainsinforest;
103	ad_disc_SubnetChanged;
104	ad_disc_get_GlobalCatalog;
105	ad_disc_set_GlobalCatalog;
106	ad_disc_get_TTL;
107	ad_disc_set_ForestName;
108	ad_disc_get_ForestName;
109	ad_disc_get_DomainController;
110	ad_disc_set_DomainController;
111	ad_disc_set_SiteName;
112	ad_disc_refresh;
113	ad_disc_get_SiteName;
114	ad_disc_get_TrustedDomains;
115	ad_disc_get_DomainsInForest;
116    local:
117	*;
118};
119