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 2008 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 oem_get_smb_cpid; 82 oem_get_telnet_cpid; 83 oem_language_set; 84 oemstounicodes; 85 rand_hash; 86 randomize; 87 smb_auth_DES; 88 smb_auth_gen_session_key; 89 smb_auth_hmac_md5; 90 smb_auth_ntlm_hash; 91 smb_auth_ntlmv2_hash; 92 smb_auth_qnd_unicode; 93 smb_auth_set_info; 94 smb_auth_validate_lm; 95 smb_auth_validate_nt; 96 smb_config_get; 97 smb_config_get_fg_flag; 98 smb_config_get_localsid; 99 smb_config_get_secmode; 100 smb_config_getbool; 101 smb_config_getname; 102 smb_config_getnum; 103 smb_config_getstr; 104 smb_config_refresh_idmap; 105 smb_config_secmode_fromstr; 106 smb_config_secmode_tostr; 107 smb_config_set; 108 smb_config_set_idmap_domain; 109 smb_config_set_secmode; 110 smb_config_setbool; 111 smb_config_setnum; 112 smb_config_setstr; 113 smb_ctxbuf_init; 114 smb_ctxbuf_len; 115 smb_ctxbuf_printf; 116 smb_dr_clnt_call; 117 smb_dr_clnt_cleanup; 118 smb_dr_clnt_setup; 119 smb_dr_decode_arg_get_token; 120 smb_dr_decode_common; 121 smb_dr_decode_finish; 122 smb_dr_decode_start; 123 smb_dr_decode_string; 124 smb_dr_encode_common; 125 smb_dr_encode_finish; 126 smb_dr_encode_kshare; 127 smb_dr_encode_res_token; 128 smb_dr_encode_start; 129 smb_dr_encode_string; 130 smb_dr_free_string; 131 smb_dr_get_BYTE; 132 smb_dr_get_buf; 133 smb_dr_get_dword; 134 smb_dr_get_int32; 135 smb_dr_get_opcode; 136 smb_dr_get_res_stat; 137 smb_dr_get_share; 138 smb_dr_get_short; 139 smb_dr_get_string; 140 smb_dr_get_uint32; 141 smb_dr_get_uint64; 142 smb_dr_get_ushort; 143 smb_dr_get_word; 144 smb_dr_put_BYTE; 145 smb_dr_put_buf; 146 smb_dr_put_dword; 147 smb_dr_put_int32; 148 smb_dr_put_share; 149 smb_dr_put_short; 150 smb_dr_put_string; 151 smb_dr_put_uint32; 152 smb_dr_put_uint64; 153 smb_dr_put_ushort; 154 smb_dr_put_word; 155 smb_dr_set_opcode; 156 smb_dr_set_res_stat; 157 smb_dr_ulist_free; 158 smb_get_dcinfo; 159 smb_get_nameservers; 160 smb_getdomaininfo; 161 smb_getdomainname; 162 smb_getdomainsid; 163 smb_getfqdomainname; 164 smb_getfqhostname; 165 smb_gethostname; 166 smb_getnetbiosname; 167 smb_idmap_batch_create; 168 smb_idmap_batch_destroy; 169 smb_idmap_batch_getid; 170 smb_idmap_batch_getmappings; 171 smb_idmap_batch_getsid; 172 smb_idmap_getid; 173 smb_idmap_getsid; 174 smb_idmap_restart; 175 smb_idmap_start; 176 smb_idmap_stop; 177 smb_join; 178 smb_lgrp_add; 179 smb_lgrp_add_member; 180 smb_lgrp_delete; 181 smb_lgrp_del_member; 182 smb_lgrp_free; 183 smb_lgrp_getbyname; 184 smb_lgrp_getbyrid; 185 smb_lgrp_getcmnt; 186 smb_lgrp_getpriv; 187 smb_lgrp_is_member; 188 smb_lgrp_iterate; 189 smb_lgrp_iterclose; 190 smb_lgrp_iteropen; 191 smb_lgrp_numbydomain; 192 smb_lgrp_numbymember; 193 smb_lgrp_rename; 194 smb_lgrp_setcmnt; 195 smb_lgrp_setpriv; 196 smb_lgrp_start; 197 smb_lgrp_stop; 198 smb_lgrp_strerror; 199 smb_load_kconfig; 200 smb_lookup_name; 201 smb_lookup_sid; 202 smb_mac_chk; 203 smb_mac_dec_seqnum; 204 smb_mac_inc_seqnum; 205 smb_mac_init; 206 smb_mac_sign; 207 smb_match83; 208 smb_match; 209 smb_match_ci; 210 smb_match_netlogon_seqnum; 211 smb_msgbuf_base; 212 smb_msgbuf_decode; 213 smb_msgbuf_dword_align; 214 smb_msgbuf_encode; 215 smb_msgbuf_fclear; 216 smb_msgbuf_fset; 217 smb_msgbuf_has_space; 218 smb_msgbuf_init; 219 smb_msgbuf_size; 220 smb_msgbuf_term; 221 smb_msgbuf_used; 222 smb_msgbuf_word_align; 223 smb_nic_addhost; 224 smb_nic_delhost; 225 smb_nic_exists; 226 smb_nic_fini; 227 smb_nic_getfirst; 228 smb_nic_getnext; 229 smb_nic_getnum; 230 smb_nic_init; 231 smb_nicmon_start; 232 smb_nicmon_stop; 233 smb_opipe_hdr_encode; 234 smb_opipe_hdr_decode; 235 smb_opipe_hdr_xdr; 236 smb_opipe_context_encode; 237 smb_opipe_context_decode; 238 smb_opipe_context_xdr; 239 smb_priv_getbyname; 240 smb_priv_getbyvalue; 241 smb_priv_presentable_ids; 242 smb_priv_presentable_num; 243 smb_privset_copy; 244 smb_privset_enable; 245 smb_privset_free; 246 smb_privset_init; 247 smb_privset_log; 248 smb_privset_merge; 249 smb_privset_new; 250 smb_privset_query; 251 smb_privset_size; 252 smb_privset_validate; 253 smb_pwd_fini; 254 smb_pwd_getpasswd = AUXILIARY libsmb_pwd.so; 255 smb_pwd_init; 256 smb_pwd_iterate = AUXILIARY libsmb_pwd.so; 257 smb_pwd_iterclose = AUXILIARY libsmb_pwd.so; 258 smb_pwd_iteropen = AUXILIARY libsmb_pwd.so; 259 smb_pwd_num = AUXILIARY libsmb_pwd.so; 260 smb_pwd_setcntl = AUXILIARY libsmb_pwd.so; 261 smb_pwd_setpasswd = AUXILIARY libsmb_pwd.so; 262 smb_resolve_fqdn; 263 smb_resolve_netbiosname; 264 smb_setdomaininfo; 265 smb_setdomainprops; 266 smb_sid_cmp; 267 smb_sid_dup; 268 smb_sid_free; 269 smb_sid_fromstr; 270 smb_sid_getrid; 271 smb_sid_indomain; 272 smb_sid_islocal; 273 smb_sid_isvalid; 274 smb_sid_len; 275 smb_sid_splice; 276 smb_sid_split; 277 smb_sid_tostr; 278 smb_sid_type2str; 279 smb_smf_create_service_pgroup; 280 smb_smf_end_transaction; 281 smb_smf_get_boolean_property; 282 smb_smf_get_integer_property; 283 smb_smf_get_opaque_property; 284 smb_smf_get_string_property; 285 smb_smf_restart_service; 286 smb_smf_scf_fini; 287 smb_smf_scf_init; 288 smb_smf_set_boolean_property; 289 smb_smf_set_integer_property; 290 smb_smf_set_opaque_property; 291 smb_smf_set_string_property; 292 smb_smf_start_transaction; 293 smb_token_mkselfrel; 294 smb_token_query_privilege; 295 smb_tonetbiosname; 296 smb_trace; 297 smb_tracef; 298 smb_update_netlogon_seqnum; 299 smb_wins_allow_list; 300 smb_wins_build_list; 301 smb_wins_exclude_list; 302 smb_wins_iplist; 303 smb_wins_is_excluded; 304 smb_wka_fini; 305 smb_wka_init; 306 smb_wka_is_wellknown; 307 smb_wka_lookup; 308 smb_wka_lookup_domain; 309 smb_wka_lookup_name; 310 smb_wka_lookup_sid; 311 smbnative_lm_value; 312 smbnative_os_value; 313 smbnative_pdc_value; 314 strcanon; 315 strsubst; 316 trim_whitespace; 317 unicodestooems; 318 utf8_isstrascii; 319 utf8_isstrlwr; 320 utf8_isstrupr; 321 utf8_strcasecmp; 322 utf8_strlwr; 323 utf8_strncasecmp; 324 utf8_strupr; 325 xdr_smb_dr_bytes_t; 326 xdr_smb_dr_domain_t; 327 xdr_smb_dr_joininfo_t; 328 xdr_smb_dr_string_t; 329 xdr_smb_dr_ulist_t; 330 xlate_nt_status; 331 local: 332 *; 333}; 334