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 25SUNWprivate { 26 global: 27 bintohex; 28 codepage_islower; 29 codepage_isupper; 30 codepage_tolower; 31 codepage_toupper; 32 hexdump; 33 hextobin; 34 ht_add_item; 35 ht_clean_table; 36 ht_clear_delete; 37 ht_create_table; 38 ht_destroy_table; 39 ht_find_item; 40 ht_findfirst; 41 ht_findnext; 42 ht_findnext; 43 ht_get_total_items; 44 ht_mark_delete; 45 ht_register_callback; 46 ht_remove_item; 47 ht_replace_item; 48 ht_set_cmpfn; 49 list_create; 50 list_destroy; 51 list_head; 52 list_insert_after; 53 list_insert_before; 54 list_insert_head; 55 list_insert_tail; 56 list_is_empty; 57 list_link_active; 58 list_move_tail; 59 list_next; 60 list_prev; 61 list_remove; 62 list_tail; 63 mts_mbstos; 64 mts_mbstowcs; 65 mts_mbtowc; 66 mts_sbequiv_strlen; 67 mts_stombs; 68 mts_wcequiv_strlen; 69 mts_wcstombs; 70 mts_wctomb; 71 netr_client_mkabsolute; 72 netr_client_xfree; 73 nt_domain_add; 74 nt_domain_flush; 75 nt_domain_init; 76 nt_domain_local_sid; 77 nt_domain_lookup_name; 78 nt_domain_lookup_sid; 79 nt_domain_lookupbytype; 80 nt_domain_new; 81 nt_domain_save; 82 nt_domain_show; 83 nt_domain_unlink; 84 oem_get_smb_cpid; 85 oem_get_telnet_cpid; 86 oem_language_set; 87 oemstounicodes; 88 rand_hash; 89 randomize; 90 smb_account_free; 91 smb_account_validate; 92 smb_auth_DES; 93 smb_auth_gen_session_key; 94 smb_auth_hmac_md5; 95 smb_auth_ntlm_hash; 96 smb_auth_ntlmv2_hash; 97 smb_auth_qnd_unicode; 98 smb_auth_set_info; 99 smb_auth_validate_lm; 100 smb_auth_validate_nt; 101 smb_chk_hostaccess; 102 smb_config_get; 103 smb_config_get_fg_flag; 104 smb_config_get_localsid; 105 smb_config_get_secmode; 106 smb_config_getbool; 107 smb_config_getdomaininfo; 108 smb_config_getip; 109 smb_config_getname; 110 smb_config_getnum; 111 smb_config_getstr; 112 smb_config_refresh_idmap; 113 smb_config_secmode_fromstr; 114 smb_config_secmode_tostr; 115 smb_config_set; 116 smb_config_set_idmap_domain; 117 smb_config_set_secmode; 118 smb_config_setbool; 119 smb_config_setdomaininfo; 120 smb_config_setnum; 121 smb_config_setstr; 122 smb_crc_gen; 123 smb_ctxbuf_init; 124 smb_ctxbuf_len; 125 smb_ctxbuf_printf; 126 smb_dr_clnt_call; 127 smb_dr_clnt_cleanup; 128 smb_dr_clnt_setup; 129 smb_dr_decode_arg_get_token; 130 smb_dr_decode_common; 131 smb_dr_decode_finish; 132 smb_dr_decode_start; 133 smb_dr_decode_string; 134 smb_dr_encode_common; 135 smb_dr_encode_finish; 136 smb_dr_encode_kshare; 137 smb_dr_encode_res_token; 138 smb_dr_encode_start; 139 smb_dr_encode_string; 140 smb_dr_free_string; 141 smb_dr_get_BYTE; 142 smb_dr_get_buf; 143 smb_dr_get_dword; 144 smb_dr_get_int32; 145 smb_dr_get_opcode; 146 smb_dr_get_res_stat; 147 smb_dr_get_share; 148 smb_dr_get_short; 149 smb_dr_get_string; 150 smb_dr_get_uint32; 151 smb_dr_get_uint64; 152 smb_dr_get_ushort; 153 smb_dr_get_word; 154 smb_dr_put_BYTE; 155 smb_dr_put_buf; 156 smb_dr_put_dword; 157 smb_dr_put_int32; 158 smb_dr_put_share; 159 smb_dr_put_short; 160 smb_dr_put_string; 161 smb_dr_put_uint32; 162 smb_dr_put_uint64; 163 smb_dr_put_ushort; 164 smb_dr_put_word; 165 smb_dr_set_opcode; 166 smb_dr_set_res_stat; 167 smb_dr_ulist_free; 168 smb_get_dcinfo; 169 smb_get_nameservers; 170 smb_getdomainname; 171 smb_getdomainsid; 172 smb_getfqdomainname; 173 smb_getfqhostname; 174 smb_gethostbyaddr; 175 smb_gethostbyname; 176 smb_gethostname; 177 smb_getnetbiosname; 178 smb_getsamaccount; 179 smb_idmap_batch_create; 180 smb_idmap_batch_destroy; 181 smb_idmap_batch_getid; 182 smb_idmap_batch_getmappings; 183 smb_idmap_batch_getsid; 184 smb_idmap_getid; 185 smb_idmap_getsid; 186 smb_idmap_restart; 187 smb_idmap_start; 188 smb_idmap_stop; 189 smb_ids_free; 190 smb_ishostname; 191 smb_inet_equal; 192 smb_inet_iszero; 193 smb_inet_ntop; 194 smb_join; 195 smb_lgrp_add; 196 smb_lgrp_add_member; 197 smb_lgrp_delete; 198 smb_lgrp_del_member; 199 smb_lgrp_free; 200 smb_lgrp_getbyname; 201 smb_lgrp_getbyrid; 202 smb_lgrp_getcmnt; 203 smb_lgrp_getpriv; 204 smb_lgrp_is_member; 205 smb_lgrp_iterate; 206 smb_lgrp_iterclose; 207 smb_lgrp_iteropen; 208 smb_lgrp_rename; 209 smb_lgrp_setcmnt; 210 smb_lgrp_setpriv; 211 smb_lgrp_start; 212 smb_lgrp_stop; 213 smb_lgrp_strerror; 214 smb_load_kconfig; 215 smb_lookup_name; 216 smb_lookup_sid; 217 smb_mac_chk; 218 smb_mac_dec_seqnum; 219 smb_mac_inc_seqnum; 220 smb_mac_init; 221 smb_mac_sign; 222 smb_match83; 223 smb_match; 224 smb_match_ci; 225 smb_match_netlogon_seqnum; 226 smb_msgbuf_base; 227 smb_msgbuf_decode; 228 smb_msgbuf_dword_align; 229 smb_msgbuf_encode; 230 smb_msgbuf_fclear; 231 smb_msgbuf_fset; 232 smb_msgbuf_has_space; 233 smb_msgbuf_init; 234 smb_msgbuf_size; 235 smb_msgbuf_term; 236 smb_msgbuf_used; 237 smb_msgbuf_word_align; 238 smb_nic_addhost; 239 smb_nic_delhost; 240 smb_nic_exists; 241 smb_nic_fini; 242 smb_nic_getfirst; 243 smb_nic_getnext; 244 smb_nic_getnum; 245 smb_nic_init; 246 smb_nicmon_start; 247 smb_nicmon_stop; 248 smb_opipe_hdr_encode; 249 smb_opipe_hdr_decode; 250 smb_opipe_hdr_xdr; 251 smb_opipe_context_encode; 252 smb_opipe_context_decode; 253 smb_opipe_context_xdr; 254 smb_priv_getbyname; 255 smb_priv_getbyvalue; 256 smb_priv_presentable_ids; 257 smb_priv_presentable_num; 258 smb_privset_copy; 259 smb_privset_enable; 260 smb_privset_free; 261 smb_privset_init; 262 smb_privset_log; 263 smb_privset_merge; 264 smb_privset_new; 265 smb_privset_query; 266 smb_privset_size; 267 smb_privset_validate; 268 smb_pwd_fini; 269 smb_pwd_getpwnam = AUXILIARY libsmb_pwd.so; 270 smb_pwd_getpwuid = AUXILIARY libsmb_pwd.so; 271 smb_pwd_init; 272 smb_pwd_iterate = AUXILIARY libsmb_pwd.so; 273 smb_pwd_iterclose = AUXILIARY libsmb_pwd.so; 274 smb_pwd_iteropen = AUXILIARY libsmb_pwd.so; 275 smb_pwd_setcntl = AUXILIARY libsmb_pwd.so; 276 smb_pwd_setpasswd = AUXILIARY libsmb_pwd.so; 277 smb_sam_lookup_name; 278 smb_sam_lookup_sid; 279 smb_sam_grp_cnt; 280 smb_sam_usr_cnt; 281 smb_sam_usr_groups; 282 smb_setdomainprops; 283 smb_sid_cmp; 284 smb_sid_dup; 285 smb_sid_free; 286 smb_sid_fromstr; 287 smb_sid_getrid; 288 smb_sid_indomain; 289 smb_sid_islocal; 290 smb_sid_isvalid; 291 smb_sid_len; 292 smb_sid_splice; 293 smb_sid_split; 294 smb_sid_tostr; 295 smb_sid_type2str; 296 smb_smf_maintenance_mode; 297 smb_smf_restart_service; 298 smb_token_mkselfrel; 299 smb_token_query_privilege; 300 smb_tonetbiosname; 301 smb_trace; 302 smb_tracef; 303 smb_update_netlogon_seqnum; 304 smb_wka_fini; 305 smb_wka_get_domain; 306 smb_wka_get_sid; 307 smb_wka_init; 308 smb_wka_lookup_name; 309 smb_wka_lookup_sid; 310 smb_wka_token_groups; 311 smbnative_lm_value; 312 smbnative_os_value; 313 smbnative_pdc_value; 314 strcanon; 315 strstrip; 316 strsubst; 317 strtrim; 318 trim_whitespace; 319 unicodestooems; 320 utf8_isstrascii; 321 utf8_isstrlwr; 322 utf8_isstrupr; 323 utf8_strcasecmp; 324 utf8_strlwr; 325 utf8_strncasecmp; 326 utf8_strupr; 327 xdr_smb_dr_bytes_t; 328 xdr_smb_dr_joininfo_t; 329 xdr_smb_dr_string_t; 330 xdr_smb_dr_ulist_t; 331 xdr_smb_dr_get_gmttokens_t; 332 xdr_smb_dr_return_gmttokens_t; 333 xdr_smb_dr_map_gmttoken_t; 334 xlate_nt_status; 335 local: 336 *; 337}; 338