16007Sthurlow# CDDL HEADER START 26007Sthurlow# 36007Sthurlow# The contents of this file are subject to the terms of the 46007Sthurlow# Common Development and Distribution License (the "License"). 56007Sthurlow# You may not use this file except in compliance with the License. 66007Sthurlow# 76007Sthurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 86007Sthurlow# or http://www.opensolaris.org/os/licensing. 96007Sthurlow# See the License for the specific language governing permissions 106007Sthurlow# and limitations under the License. 116007Sthurlow# 126007Sthurlow# When distributing Covered Code, include this CDDL HEADER in each 136007Sthurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 146007Sthurlow# If applicable, add the following below this CDDL HEADER, with the 156007Sthurlow# fields enclosed by brackets "[]" replaced with your own identifying 166007Sthurlow# information: Portions Copyright [yyyy] [name of copyright owner] 176007Sthurlow# 186007Sthurlow# CDDL HEADER END 196007Sthurlow# 206007Sthurlow# 218744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 226007Sthurlow# Use is subject to license terms. 236007Sthurlow# 246007Sthurlow 258744SAli.Bahrami@Sun.COM# 268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 278744SAli.Bahrami@Sun.COM# 288744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 308744SAli.Bahrami@Sun.COM# 318744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 328744SAli.Bahrami@Sun.COM# 338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 358744SAli.Bahrami@Sun.COM# 368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 378744SAli.Bahrami@Sun.COM# 388744SAli.Bahrami@Sun.COM 3910023SGordon.Ross@Sun.COMSUNWprivate { 406007Sthurlow global: 418271SGordon.Ross@Sun.COM convert_leunicode_to_utf8; 428271SGordon.Ross@Sun.COM convert_unicode_to_utf8; 438271SGordon.Ross@Sun.COM convert_utf8_to_leunicode; 448271SGordon.Ross@Sun.COM convert_utf8_to_unicode; 458271SGordon.Ross@Sun.COM convert_utf8_to_wincs; 468271SGordon.Ross@Sun.COM convert_wincs_to_utf8; 478271SGordon.Ross@Sun.COM 486007Sthurlow nb_ctx_create; 496007Sthurlow nb_ctx_done; 506007Sthurlow nb_ctx_readrcsection; 516007Sthurlow nb_ctx_resolve; 526007Sthurlow nb_ctx_setns; 536007Sthurlow nb_resolvehost_in; 548271SGordon.Ross@Sun.COM nb_strerror; 556007Sthurlow nbns_getnodestatus; 566007Sthurlow nbns_resolvename; 578271SGordon.Ross@Sun.COM 588271SGordon.Ross@Sun.COM nls_str_toloc; 596007Sthurlow nls_str_upper; 608271SGordon.Ross@Sun.COM 6110023SGordon.Ross@Sun.COM smb_close_rcfile; 628271SGordon.Ross@Sun.COM 6310023SGordon.Ross@Sun.COM smb_ctx_alloc; 646007Sthurlow smb_ctx_done; 656007Sthurlow smb_ctx_flags2; 6610023SGordon.Ross@Sun.COM smb_ctx_free; 6710023SGordon.Ross@Sun.COM smb_ctx_get_ssn; 6810023SGordon.Ross@Sun.COM smb_ctx_get_ssnkey; 6910023SGordon.Ross@Sun.COM smb_ctx_get_tree; 7010023SGordon.Ross@Sun.COM smb_ctx_gethandle; 716007Sthurlow smb_ctx_init; 7210023SGordon.Ross@Sun.COM smb_ctx_kill; 736007Sthurlow smb_ctx_opt; 7410023SGordon.Ross@Sun.COM smb_ctx_parseunc; 756007Sthurlow smb_ctx_readrc; 766007Sthurlow smb_ctx_resolve; 7710023SGordon.Ross@Sun.COM smb_ctx_scan_argv; 788271SGordon.Ross@Sun.COM smb_ctx_set_close_hook; 798271SGordon.Ross@Sun.COM 8010023SGordon.Ross@Sun.COM smb_ctx_setauthflags; 8110023SGordon.Ross@Sun.COM smb_ctx_setdomain; 828271SGordon.Ross@Sun.COM smb_ctx_setfullserver; 83*10419SGordon.Ross@Sun.COM smb_ctx_setnbflags; 848271SGordon.Ross@Sun.COM smb_ctx_setpassword; 8510023SGordon.Ross@Sun.COM smb_ctx_setpwhash; 8610023SGordon.Ross@Sun.COM smb_ctx_setscope; 878271SGordon.Ross@Sun.COM smb_ctx_setserver; 886007Sthurlow smb_ctx_setshare; 89*10419SGordon.Ross@Sun.COM smb_ctx_setsigning; 908271SGordon.Ross@Sun.COM smb_ctx_setsrvaddr; 918271SGordon.Ross@Sun.COM smb_ctx_setuser; 9210023SGordon.Ross@Sun.COM smb_ctx_setwins; 938271SGordon.Ross@Sun.COM 948271SGordon.Ross@Sun.COM smb_debug = NODIRECT; # data 956007Sthurlow smb_error; 968271SGordon.Ross@Sun.COM# 978271SGordon.Ross@Sun.COM# Functions to support named pipes 988271SGordon.Ross@Sun.COM smb_fh_close; 998271SGordon.Ross@Sun.COM smb_fh_open; 1008271SGordon.Ross@Sun.COM smb_fh_read; 1018271SGordon.Ross@Sun.COM smb_fh_write; 1028271SGordon.Ross@Sun.COM smb_fh_xactnp; 1038271SGordon.Ross@Sun.COM# 10410023SGordon.Ross@Sun.COM smb_get_authentication; 1056007Sthurlow smb_getprogname; 10610023SGordon.Ross@Sun.COM smb_iod_connect; 10710023SGordon.Ross@Sun.COM smb_iod_door_path; 10810023SGordon.Ross@Sun.COM smb_iod_open_door; 10910367SGordon.Ross@Sun.COM smb_iod_start; 11010023SGordon.Ross@Sun.COM smb_iod_work; 1116007Sthurlow smb_lib_init; 1128271SGordon.Ross@Sun.COM smb_netshareenum; # will move to libnetapi 1136007Sthurlow smb_open_rcfile; 11410023SGordon.Ross@Sun.COM smb_printer_open; 11510023SGordon.Ross@Sun.COM smb_printer_close; 1166007Sthurlow smb_simplecrypt; 1176007Sthurlow smb_simpledecrypt; 1186007Sthurlow smb_strerror; 1198271SGordon.Ross@Sun.COM# 1208271SGordon.Ross@Sun.COM# Functions to support the Remote Access Protocol (RAP) 1218271SGordon.Ross@Sun.COM smb_rap_create; 1228271SGordon.Ross@Sun.COM smb_rap_done; 1238271SGordon.Ross@Sun.COM smb_rap_error; 1248271SGordon.Ross@Sun.COM smb_rap_getNparam; 1258271SGordon.Ross@Sun.COM smb_rap_request; 1268271SGordon.Ross@Sun.COM smb_rap_setNparam; 1278271SGordon.Ross@Sun.COM smb_rap_setPparam; 1288271SGordon.Ross@Sun.COM# 1298271SGordon.Ross@Sun.COM smb_verbose = NODIRECT; # data 1308271SGordon.Ross@Sun.COM# 1318271SGordon.Ross@Sun.COM# Functions to support Access Control Lists (ACLs) 1326711Sgwr smbfs_acl_free_sd; 1336711Sgwr smbfs_acl_get; 1346711Sgwr smbfs_acl_getsd; 1356711Sgwr smbfs_acl_print_sd; 1366711Sgwr smbfs_acl_sd2zfs; 1376711Sgwr smbfs_acl_set; 1386711Sgwr smbfs_acl_setsd; 1396711Sgwr smbfs_acl_zfs2sd; 1408271SGordon.Ross@Sun.COM# 1416007Sthurlow smbfs_default_dom_usr; 1426007Sthurlow smbfs_keychain_add; 1436007Sthurlow smbfs_keychain_chk; 1446007Sthurlow smbfs_keychain_del; 1456007Sthurlow smbfs_keychain_del_everyone; 1466007Sthurlow smbfs_keychain_del_owner; 1478271SGordon.Ross@Sun.COM 14810023SGordon.Ross@Sun.COM smbutil_std_opts; 1496007Sthurlow local: 1506007Sthurlow *; 1516007Sthurlow}; 152