xref: /illumos-gate/usr/src/lib/smbsrv/libsmb/common/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20#
21# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39SUNWprivate {
40    global:
41	bintohex;
42	codepage_islower;
43	codepage_isupper;
44	codepage_tolower;
45	codepage_toupper;
46	hexdump;
47	hextobin;
48	ht_add_item;
49	ht_clean_table;
50	ht_clear_delete;
51	ht_create_table;
52	ht_destroy_table;
53	ht_find_item;
54	ht_findfirst;
55	ht_findnext;
56	ht_findnext;
57	ht_get_total_items;
58	ht_mark_delete;
59	ht_register_callback;
60	ht_remove_item;
61	ht_replace_item;
62	ht_set_cmpfn;
63	list_create;
64	list_destroy;
65	list_head;
66	list_insert_after;
67	list_insert_before;
68	list_insert_head;
69	list_insert_tail;
70	list_is_empty;
71	list_link_active;
72	list_move_tail;
73	list_next;
74	list_prev;
75	list_remove;
76	list_tail;
77	mts_mbstos;
78	mts_mbstowcs;
79	mts_mbtowc;
80	mts_sbequiv_strlen;
81	mts_stombs;
82	mts_wcequiv_strlen;
83	mts_wcstombs;
84	mts_wctomb;
85	netr_client_mkabsolute;
86	netr_client_xfree;
87	nt_domain_add;
88	nt_domain_flush;
89	nt_domain_init;
90	nt_domain_local_sid;
91	nt_domain_lookup_name;
92	nt_domain_lookup_sid;
93	nt_domain_lookupbytype;
94	nt_domain_new;
95	nt_domain_save;
96	nt_domain_show;
97	nt_domain_unlink;
98	oem_get_smb_cpid;
99	oem_get_telnet_cpid;
100	oem_language_set;
101	oemstounicodes;
102	rand_hash;
103	randomize;
104	smb_account_free;
105	smb_account_validate;
106	smb_auth_DES;
107	smb_auth_gen_session_key;
108	smb_auth_hmac_md5;
109	smb_auth_ntlm_hash;
110	smb_auth_ntlmv2_hash;
111	smb_auth_qnd_unicode;
112	smb_auth_set_info;
113	smb_auth_validate_lm;
114	smb_auth_validate_nt;
115	smb_chk_hostaccess;
116	smb_config_get;
117	smb_config_get_fg_flag;
118	smb_config_get_localsid;
119	smb_config_get_secmode;
120	smb_config_getbool;
121	smb_config_getdomaininfo;
122	smb_config_getip;
123	smb_config_getname;
124	smb_config_getnum;
125	smb_config_getstr;
126	smb_config_refresh_idmap;
127	smb_config_secmode_fromstr;
128	smb_config_secmode_tostr;
129	smb_config_set;
130	smb_config_set_idmap_domain;
131	smb_config_set_secmode;
132	smb_config_setbool;
133	smb_config_setdomaininfo;
134	smb_config_setnum;
135	smb_config_setstr;
136	smb_crc_gen;
137	smb_ctxbuf_init;
138	smb_ctxbuf_len;
139	smb_ctxbuf_printf;
140	smb_dr_clnt_call;
141	smb_dr_clnt_cleanup;
142	smb_dr_clnt_setup;
143	smb_dr_decode_arg_get_token;
144	smb_dr_decode_common;
145	smb_dr_decode_finish;
146	smb_dr_decode_start;
147	smb_dr_decode_string;
148	smb_dr_encode_common;
149	smb_dr_encode_finish;
150	smb_dr_encode_kshare;
151	smb_dr_encode_res_token;
152	smb_dr_encode_start;
153	smb_dr_encode_string;
154	smb_dr_free_string;
155	smb_dr_get_BYTE;
156	smb_dr_get_buf;
157	smb_dr_get_dword;
158	smb_dr_get_int32;
159	smb_dr_get_opcode;
160	smb_dr_get_res_stat;
161	smb_dr_get_share;
162	smb_dr_get_short;
163	smb_dr_get_string;
164	smb_dr_get_uint32;
165	smb_dr_get_uint64;
166	smb_dr_get_ushort;
167	smb_dr_get_word;
168	smb_dr_put_BYTE;
169	smb_dr_put_buf;
170	smb_dr_put_dword;
171	smb_dr_put_int32;
172	smb_dr_put_share;
173	smb_dr_put_short;
174	smb_dr_put_string;
175	smb_dr_put_uint32;
176	smb_dr_put_uint64;
177	smb_dr_put_ushort;
178	smb_dr_put_word;
179	smb_dr_set_opcode;
180	smb_dr_set_res_stat;
181	smb_dr_ulist_free;
182	smb_get_dcinfo;
183	smb_get_nameservers;
184	smb_getdomainname;
185	smb_getdomainsid;
186	smb_getfqdomainname;
187	smb_getfqhostname;
188	smb_gethostbyaddr;
189	smb_gethostbyname;
190	smb_gethostname;
191	smb_getnetbiosname;
192	smb_getsamaccount;
193	smb_idmap_batch_create;
194	smb_idmap_batch_destroy;
195	smb_idmap_batch_getid;
196	smb_idmap_batch_getmappings;
197	smb_idmap_batch_getsid;
198	smb_idmap_getid;
199	smb_idmap_getsid;
200	smb_idmap_restart;
201	smb_idmap_start;
202	smb_idmap_stop;
203	smb_ids_free;
204	smb_ishostname;
205	smb_inet_equal;
206	smb_inet_iszero;
207	smb_inet_ntop;
208	smb_join;
209	smb_lgrp_add;
210	smb_lgrp_add_member;
211	smb_lgrp_delete;
212	smb_lgrp_del_member;
213	smb_lgrp_free;
214	smb_lgrp_getbyname;
215	smb_lgrp_getbyrid;
216	smb_lgrp_getcmnt;
217	smb_lgrp_getpriv;
218	smb_lgrp_is_member;
219	smb_lgrp_iterate;
220	smb_lgrp_iterclose;
221	smb_lgrp_iteropen;
222	smb_lgrp_rename;
223	smb_lgrp_setcmnt;
224	smb_lgrp_setpriv;
225	smb_lgrp_start;
226	smb_lgrp_stop;
227	smb_lgrp_strerror;
228	smb_load_kconfig;
229	smb_lookup_name;
230	smb_lookup_sid;
231	smb_mac_chk;
232	smb_mac_dec_seqnum;
233	smb_mac_inc_seqnum;
234	smb_mac_init;
235	smb_mac_sign;
236	smb_match83;
237	smb_match;
238	smb_match_ci;
239	smb_match_netlogon_seqnum;
240	smb_msgbuf_base;
241	smb_msgbuf_decode;
242	smb_msgbuf_dword_align;
243	smb_msgbuf_encode;
244	smb_msgbuf_fclear;
245	smb_msgbuf_fset;
246	smb_msgbuf_has_space;
247	smb_msgbuf_init;
248	smb_msgbuf_size;
249	smb_msgbuf_term;
250	smb_msgbuf_used;
251	smb_msgbuf_word_align;
252	smb_nic_addhost;
253	smb_nic_delhost;
254	smb_nic_exists;
255	smb_nic_fini;
256	smb_nic_getfirst;
257	smb_nic_getnext;
258	smb_nic_getnum;
259	smb_nic_init;
260	smb_nicmon_start;
261	smb_nicmon_stop;
262	smb_opipe_hdr_encode;
263	smb_opipe_hdr_decode;
264	smb_opipe_hdr_xdr;
265	smb_opipe_context_encode;
266	smb_opipe_context_decode;
267	smb_opipe_context_xdr;
268	smb_priv_getbyname;
269	smb_priv_getbyvalue;
270	smb_priv_presentable_ids;
271	smb_priv_presentable_num;
272	smb_privset_copy;
273	smb_privset_enable;
274	smb_privset_free;
275	smb_privset_init;
276	smb_privset_log;
277	smb_privset_merge;
278	smb_privset_new;
279	smb_privset_query;
280	smb_privset_size;
281	smb_privset_validate;
282	smb_pwd_fini;
283	smb_pwd_getpwnam = AUXILIARY libsmb_pwd.so;
284	smb_pwd_getpwuid = AUXILIARY libsmb_pwd.so;
285	smb_pwd_init;
286	smb_pwd_iterate = AUXILIARY libsmb_pwd.so;
287	smb_pwd_iterclose = AUXILIARY libsmb_pwd.so;
288	smb_pwd_iteropen = AUXILIARY libsmb_pwd.so;
289	smb_pwd_setcntl = AUXILIARY libsmb_pwd.so;
290	smb_pwd_setpasswd = AUXILIARY libsmb_pwd.so;
291	smb_sam_lookup_name;
292	smb_sam_lookup_sid;
293	smb_sam_grp_cnt;
294	smb_sam_usr_cnt;
295	smb_sam_usr_groups;
296	smb_setdomainprops;
297	smb_sid_cmp;
298	smb_sid_dup;
299	smb_sid_free;
300	smb_sid_fromstr;
301	smb_sid_getrid;
302	smb_sid_indomain;
303	smb_sid_islocal;
304	smb_sid_isvalid;
305	smb_sid_len;
306	smb_sid_splice;
307	smb_sid_split;
308	smb_sid_tostr;
309	smb_sid_type2str;
310	smb_smf_maintenance_mode;
311	smb_smf_restart_service;
312	smb_token_mkselfrel;
313	smb_token_query_privilege;
314	smb_tonetbiosname;
315	smb_trace;
316	smb_tracef;
317	smb_update_netlogon_seqnum;
318	smb_wka_fini;
319	smb_wka_get_domain;
320	smb_wka_get_sid;
321	smb_wka_init;
322	smb_wka_lookup_name;
323	smb_wka_lookup_sid;
324	smb_wka_token_groups;
325	smbnative_lm_value;
326	smbnative_os_value;
327	smbnative_pdc_value;
328	strcanon;
329	strstrip;
330	strsubst;
331	strtrim;
332	trim_whitespace;
333	unicodestooems;
334	utf8_isstrascii;
335	utf8_isstrlwr;
336	utf8_isstrupr;
337	utf8_strcasecmp;
338	utf8_strlwr;
339	utf8_strncasecmp;
340	utf8_strupr;
341	xdr_smb_dr_bytes_t;
342	xdr_smb_dr_joininfo_t;
343	xdr_smb_dr_string_t;
344	xdr_smb_dr_ulist_t;
345	xdr_smb_dr_get_gmttokens_t;
346	xdr_smb_dr_return_gmttokens_t;
347	xdr_smb_dr_map_gmttoken_t;
348	xlate_nt_status;
349    local:
350	*;
351};
352