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_getdataset; 185 smb_getdomainname; 186 smb_getdomainsid; 187 smb_getfqdomainname; 188 smb_getfqhostname; 189 smb_gethostbyaddr; 190 smb_gethostbyname; 191 smb_gethostname; 192 smb_getnetbiosname; 193 smb_getsamaccount; 194 smb_idmap_batch_create; 195 smb_idmap_batch_destroy; 196 smb_idmap_batch_getid; 197 smb_idmap_batch_getmappings; 198 smb_idmap_batch_getsid; 199 smb_idmap_getid; 200 smb_idmap_getsid; 201 smb_idmap_restart; 202 smb_idmap_start; 203 smb_idmap_stop; 204 smb_ids_free; 205 smb_ishostname; 206 smb_inet_equal; 207 smb_inet_iszero; 208 smb_inet_ntop; 209 smb_join; 210 smb_lgrp_add; 211 smb_lgrp_add_member; 212 smb_lgrp_delete; 213 smb_lgrp_del_member; 214 smb_lgrp_free; 215 smb_lgrp_getbyname; 216 smb_lgrp_getbyrid; 217 smb_lgrp_getcmnt; 218 smb_lgrp_getpriv; 219 smb_lgrp_is_member; 220 smb_lgrp_iterate; 221 smb_lgrp_iterclose; 222 smb_lgrp_iteropen; 223 smb_lgrp_rename; 224 smb_lgrp_setcmnt; 225 smb_lgrp_setpriv; 226 smb_lgrp_start; 227 smb_lgrp_stop; 228 smb_lgrp_strerror; 229 smb_load_kconfig; 230 smb_lookup_name; 231 smb_lookup_sid; 232 smb_mac_chk; 233 smb_mac_dec_seqnum; 234 smb_mac_inc_seqnum; 235 smb_mac_init; 236 smb_mac_sign; 237 smb_match83; 238 smb_match; 239 smb_match_ci; 240 smb_match_netlogon_seqnum; 241 smb_msgbuf_base; 242 smb_msgbuf_decode; 243 smb_msgbuf_dword_align; 244 smb_msgbuf_encode; 245 smb_msgbuf_fclear; 246 smb_msgbuf_fset; 247 smb_msgbuf_has_space; 248 smb_msgbuf_init; 249 smb_msgbuf_size; 250 smb_msgbuf_term; 251 smb_msgbuf_used; 252 smb_msgbuf_word_align; 253 smb_nic_addhost; 254 smb_nic_delhost; 255 smb_nic_is_local; 256 smb_nic_is_same_subnet; 257 smb_nic_fini; 258 smb_nic_getfirst; 259 smb_nic_getnext; 260 smb_nic_getnum; 261 smb_nic_init; 262 smb_nicmon_start; 263 smb_nicmon_stop; 264 smb_opipe_hdr_encode; 265 smb_opipe_hdr_decode; 266 smb_opipe_hdr_xdr; 267 smb_opipe_context_encode; 268 smb_opipe_context_decode; 269 smb_opipe_context_xdr; 270 smb_priv_getbyname; 271 smb_priv_getbyvalue; 272 smb_priv_presentable_ids; 273 smb_priv_presentable_num; 274 smb_privset_copy; 275 smb_privset_enable; 276 smb_privset_free; 277 smb_privset_init; 278 smb_privset_log; 279 smb_privset_merge; 280 smb_privset_new; 281 smb_privset_query; 282 smb_privset_size; 283 smb_privset_validate; 284 smb_pwd_fini; 285 smb_pwd_getpwnam = AUXILIARY libsmb_pwd.so; 286 smb_pwd_getpwuid = AUXILIARY libsmb_pwd.so; 287 smb_pwd_init; 288 smb_pwd_iterate = AUXILIARY libsmb_pwd.so; 289 smb_pwd_iterclose = AUXILIARY libsmb_pwd.so; 290 smb_pwd_iteropen = AUXILIARY libsmb_pwd.so; 291 smb_pwd_setcntl = AUXILIARY libsmb_pwd.so; 292 smb_pwd_setpasswd = AUXILIARY libsmb_pwd.so; 293 smb_sam_lookup_name; 294 smb_sam_lookup_sid; 295 smb_sam_grp_cnt; 296 smb_sam_usr_cnt; 297 smb_sam_usr_groups; 298 smb_setdomainprops; 299 smb_sid_cmp; 300 smb_sid_dup; 301 smb_sid_free; 302 smb_sid_fromstr; 303 smb_sid_getrid; 304 smb_sid_indomain; 305 smb_sid_islocal; 306 smb_sid_isvalid; 307 smb_sid_len; 308 smb_sid_splice; 309 smb_sid_split; 310 smb_sid_tostr; 311 smb_sid_type2str; 312 smb_smf_maintenance_mode; 313 smb_smf_restart_service; 314 smb_token_mkselfrel; 315 smb_token_query_privilege; 316 smb_tonetbiosname; 317 smb_trace; 318 smb_tracef; 319 smb_update_netlogon_seqnum; 320 smb_wka_fini; 321 smb_wka_get_domain; 322 smb_wka_get_sid; 323 smb_wka_init; 324 smb_wka_lookup_name; 325 smb_wka_lookup_sid; 326 smb_wka_token_groups; 327 smbnative_lm_value; 328 smbnative_os_value; 329 smbnative_pdc_value; 330 strcanon; 331 strstrip; 332 strsubst; 333 strtrim; 334 trim_whitespace; 335 unicodestooems; 336 utf8_isstrascii; 337 utf8_isstrlwr; 338 utf8_isstrupr; 339 utf8_strcasecmp; 340 utf8_strlwr; 341 utf8_strncasecmp; 342 utf8_strupr; 343 xdr_smb_dr_bytes_t; 344 xdr_smb_dr_joininfo_t; 345 xdr_smb_dr_string_t; 346 xdr_smb_dr_ulist_t; 347 xdr_smb_dr_get_gmttokens_t; 348 xdr_smb_dr_return_gmttokens_t; 349 xdr_smb_dr_map_gmttoken_t; 350 xlate_nt_status; 351 local: 352 *; 353}; 354