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 2010 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25#
26
27#
28# MAPFILE HEADER START
29#
30# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31# Object versioning must comply with the rules detailed in
32#
33#	usr/src/lib/README.mapfiles
34#
35# You should not be making modifications here until you've read the most current
36# copy of that file. If you need help, contact a gatekeeper for guidance.
37#
38# MAPFILE HEADER END
39#
40
41SUNWprivate {
42    global:
43	directory_canon_from_group_name;
44	directory_canon_from_name;
45	directory_canon_from_user_name;
46	directory_close;
47	directory_error;
48	directory_error_code;
49	directory_error_free;
50	directory_error_from_rpc;
51	directory_error_is_instance_of;
52	directory_error_param;
53	directory_error_printable;
54	directory_error_to_rpc;
55	directory_free;
56	directory_get_v;
57	directory_name_from_sid;
58	directory_open;
59	directory_sid_from_group_name;
60	directory_sid_from_name;
61	directory_sid_from_user_name;
62	idmap_cache_get_data;
63	idmap_fini;
64	idmap_fini_namemaps;
65	idmap_flush;
66	idmap_free;
67	idmap_getext_gidbysid;
68	idmap_getext_pidbysid;
69	idmap_getext_sidbygid;
70	idmap_getext_sidbyuid;
71	idmap_getext_uidbysid;
72	idmap_getgidbywinname;
73	idmap_getuidbywinname;
74	idmap_getwinnamebygid;
75	idmap_getwinnamebyuid;
76	idmap_get_create;
77	idmap_get_destroy;
78	idmap_get_gidbysid;
79	idmap_get_mappings;
80	idmap_get_namemap;
81	idmap_get_pidbysid;
82	idmap_get_sidbygid;
83	idmap_get_sidbyuid;
84	idmap_get_u2w_mapping;
85	idmap_get_uidbysid;
86	idmap_get_w2u_mapping;
87	idmap_info_cpy;
88	idmap_info_free;
89	idmap_info_mov;
90	idmap_init;
91	idmap_init_namemaps;
92	idmap_iter_destroy;
93	idmap_iter_mappings;
94	idmap_iter_namerules;
95	idmap_iter_next_mapping;
96	idmap_iter_next_namerule;
97	idmap_namerule_cpy;
98	idmap_set_logger;
99	idmap_set_namemap;
100	idmap_stat2string;
101	idmap_stat4prot;
102	idmap_string2stat;
103	idmap_udt_add_namerule;
104	idmap_udt_commit;
105	idmap_udt_create;
106	idmap_udt_destroy;
107	idmap_udt_flush_namerules;
108	idmap_udt_get_conflict_rule;
109	idmap_udt_get_error_index;
110	idmap_udt_get_error_rule;
111	idmap_udt_rm_namerule;
112	idmap_unset_namemap;
113	memdup;
114	sid_free;
115	sid_from_le;
116	sid_fromstr;
117	sid_len;
118	sid_to_le;
119	sid_tostr;
120	sized_array;
121	sized_array_free;
122	sized_array_n;
123	strcaseeq;
124	streq;
125	strndup;
126	xdr_directory_entry_rpc;
127	xdr_directory_get_common_1_argument;
128	xdr_directory_results_rpc;
129	xdr_idmap_flush_op;
130	xdr_idmap_ids_res;
131	xdr_idmap_id_res;
132	xdr_idmap_list_mappings_1_argument;
133	xdr_idmap_list_namerules_1_argument;
134	xdr_idmap_mapping;
135	xdr_idmap_mappings_res;
136	xdr_idmap_mapping_batch;
137	xdr_idmap_namerule;
138	xdr_idmap_namerules_res;
139	xdr_idmap_prop_res;
140	xdr_idmap_prop_type;
141	xdr_idmap_retcode;
142	xdr_idmap_update_batch;
143	xdr_idmap_update_res;
144    local:
145	*;
146};
147