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# 21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 226007Sthurlow# 236007Sthurlow 248744SAli.Bahrami@Sun.COM# 258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 298744SAli.Bahrami@Sun.COM# 308744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 348744SAli.Bahrami@Sun.COM# 358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM 38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 39*12692SAli.Bahrami@Oracle.COM 40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate { 416007Sthurlow global: 428271SGordon.Ross@Sun.COM convert_leunicode_to_utf8; 438271SGordon.Ross@Sun.COM convert_unicode_to_utf8; 448271SGordon.Ross@Sun.COM convert_utf8_to_leunicode; 458271SGordon.Ross@Sun.COM convert_utf8_to_unicode; 468271SGordon.Ross@Sun.COM convert_utf8_to_wincs; 478271SGordon.Ross@Sun.COM convert_wincs_to_utf8; 488271SGordon.Ross@Sun.COM 496007Sthurlow nb_ctx_create; 506007Sthurlow nb_ctx_done; 516007Sthurlow nb_ctx_readrcsection; 526007Sthurlow nb_ctx_resolve; 536007Sthurlow nb_ctx_setns; 546007Sthurlow nb_resolvehost_in; 558271SGordon.Ross@Sun.COM nb_strerror; 566007Sthurlow nbns_getnodestatus; 576007Sthurlow nbns_resolvename; 588271SGordon.Ross@Sun.COM 598271SGordon.Ross@Sun.COM nls_str_toloc; 606007Sthurlow nls_str_upper; 618271SGordon.Ross@Sun.COM 6210023SGordon.Ross@Sun.COM smb_close_rcfile; 638271SGordon.Ross@Sun.COM 6410023SGordon.Ross@Sun.COM smb_ctx_alloc; 656007Sthurlow smb_ctx_done; 666007Sthurlow smb_ctx_flags2; 6710023SGordon.Ross@Sun.COM smb_ctx_free; 6810023SGordon.Ross@Sun.COM smb_ctx_get_ssn; 6910023SGordon.Ross@Sun.COM smb_ctx_get_ssnkey; 7010023SGordon.Ross@Sun.COM smb_ctx_get_tree; 7110023SGordon.Ross@Sun.COM smb_ctx_gethandle; 726007Sthurlow smb_ctx_init; 7310023SGordon.Ross@Sun.COM smb_ctx_kill; 746007Sthurlow smb_ctx_opt; 7510023SGordon.Ross@Sun.COM smb_ctx_parseunc; 766007Sthurlow smb_ctx_readrc; 776007Sthurlow smb_ctx_resolve; 7810023SGordon.Ross@Sun.COM smb_ctx_scan_argv; 798271SGordon.Ross@Sun.COM smb_ctx_set_close_hook; 808271SGordon.Ross@Sun.COM 8110023SGordon.Ross@Sun.COM smb_ctx_setauthflags; 8210023SGordon.Ross@Sun.COM smb_ctx_setdomain; 838271SGordon.Ross@Sun.COM smb_ctx_setfullserver; 8410419SGordon.Ross@Sun.COM smb_ctx_setnbflags; 858271SGordon.Ross@Sun.COM smb_ctx_setpassword; 8610023SGordon.Ross@Sun.COM smb_ctx_setpwhash; 8710023SGordon.Ross@Sun.COM smb_ctx_setscope; 888271SGordon.Ross@Sun.COM smb_ctx_setserver; 896007Sthurlow smb_ctx_setshare; 9010419SGordon.Ross@Sun.COM smb_ctx_setsigning; 918271SGordon.Ross@Sun.COM smb_ctx_setsrvaddr; 928271SGordon.Ross@Sun.COM smb_ctx_setuser; 9310023SGordon.Ross@Sun.COM smb_ctx_setwins; 948271SGordon.Ross@Sun.COM 95*12692SAli.Bahrami@Oracle.COM smb_debug { FLAGS = NODIRECT }; # data 966007Sthurlow smb_error; 978271SGordon.Ross@Sun.COM# 988271SGordon.Ross@Sun.COM# Functions to support named pipes 998271SGordon.Ross@Sun.COM smb_fh_close; 1008271SGordon.Ross@Sun.COM smb_fh_open; 1018271SGordon.Ross@Sun.COM smb_fh_read; 1028271SGordon.Ross@Sun.COM smb_fh_write; 1038271SGordon.Ross@Sun.COM smb_fh_xactnp; 1048271SGordon.Ross@Sun.COM# 10510023SGordon.Ross@Sun.COM smb_get_authentication; 1066007Sthurlow smb_getprogname; 10710023SGordon.Ross@Sun.COM smb_iod_connect; 10810023SGordon.Ross@Sun.COM smb_iod_door_path; 10910023SGordon.Ross@Sun.COM smb_iod_open_door; 11010367SGordon.Ross@Sun.COM smb_iod_start; 11110023SGordon.Ross@Sun.COM smb_iod_work; 1126007Sthurlow smb_lib_init; 1138271SGordon.Ross@Sun.COM smb_netshareenum; # will move to libnetapi 1146007Sthurlow smb_open_rcfile; 11510023SGordon.Ross@Sun.COM smb_printer_open; 11610023SGordon.Ross@Sun.COM smb_printer_close; 1176007Sthurlow smb_simplecrypt; 1186007Sthurlow smb_simpledecrypt; 1196007Sthurlow smb_strerror; 1208271SGordon.Ross@Sun.COM# 1218271SGordon.Ross@Sun.COM# Functions to support the Remote Access Protocol (RAP) 1228271SGordon.Ross@Sun.COM smb_rap_create; 1238271SGordon.Ross@Sun.COM smb_rap_done; 1248271SGordon.Ross@Sun.COM smb_rap_error; 1258271SGordon.Ross@Sun.COM smb_rap_getNparam; 1268271SGordon.Ross@Sun.COM smb_rap_request; 1278271SGordon.Ross@Sun.COM smb_rap_setNparam; 1288271SGordon.Ross@Sun.COM smb_rap_setPparam; 1298271SGordon.Ross@Sun.COM# 130*12692SAli.Bahrami@Oracle.COM smb_verbose { FLAGS = NODIRECT }; # data 1318271SGordon.Ross@Sun.COM# 1328271SGordon.Ross@Sun.COM# Functions to support Access Control Lists (ACLs) 1336711Sgwr smbfs_acl_free_sd; 1346711Sgwr smbfs_acl_get; 1356711Sgwr smbfs_acl_getsd; 1366711Sgwr smbfs_acl_print_sd; 1376711Sgwr smbfs_acl_sd2zfs; 1386711Sgwr smbfs_acl_set; 1396711Sgwr smbfs_acl_setsd; 1406711Sgwr smbfs_acl_zfs2sd; 1418271SGordon.Ross@Sun.COM# 1426007Sthurlow smbfs_default_dom_usr; 1436007Sthurlow smbfs_keychain_add; 1446007Sthurlow smbfs_keychain_chk; 1456007Sthurlow smbfs_keychain_del; 1466007Sthurlow smbfs_keychain_del_everyone; 1476007Sthurlow smbfs_keychain_del_owner; 1488271SGordon.Ross@Sun.COM 14910023SGordon.Ross@Sun.COM smbutil_std_opts; 1506007Sthurlow local: 1516007Sthurlow *; 1526007Sthurlow}; 153