xref: /titanic_44/usr/src/lib/libsmbfs/smb/mapfile-vers (revision 8eb99b82e59bb5d07c7922dc1d9524a6bb97ebf4)
14bff34e3Sthurlow# CDDL HEADER START
24bff34e3Sthurlow#
34bff34e3Sthurlow# The contents of this file are subject to the terms of the
44bff34e3Sthurlow# Common Development and Distribution License (the "License").
54bff34e3Sthurlow# You may not use this file except in compliance with the License.
64bff34e3Sthurlow#
74bff34e3Sthurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
84bff34e3Sthurlow# or http://www.opensolaris.org/os/licensing.
94bff34e3Sthurlow# See the License for the specific language governing permissions
104bff34e3Sthurlow# and limitations under the License.
114bff34e3Sthurlow#
124bff34e3Sthurlow# When distributing Covered Code, include this CDDL HEADER in each
134bff34e3Sthurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
144bff34e3Sthurlow# If applicable, add the following below this CDDL HEADER, with the
154bff34e3Sthurlow# fields enclosed by brackets "[]" replaced with your own identifying
164bff34e3Sthurlow# information: Portions Copyright [yyyy] [name of copyright owner]
174bff34e3Sthurlow#
184bff34e3Sthurlow# CDDL HEADER END
194bff34e3Sthurlow#
204bff34e3Sthurlow#
21bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
224bff34e3Sthurlow# Use is subject to license terms.
234bff34e3Sthurlow#
244bff34e3Sthurlow
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37bfed486aSAli Bahrami#
38bfed486aSAli Bahrami
39613a2f6bSGordon RossSUNWprivate {
404bff34e3Sthurlow    global:
419c9af259SGordon Ross	convert_leunicode_to_utf8;
429c9af259SGordon Ross	convert_unicode_to_utf8;
439c9af259SGordon Ross	convert_utf8_to_leunicode;
449c9af259SGordon Ross	convert_utf8_to_unicode;
459c9af259SGordon Ross	convert_utf8_to_wincs;
469c9af259SGordon Ross	convert_wincs_to_utf8;
479c9af259SGordon Ross
484bff34e3Sthurlow	nb_ctx_create;
494bff34e3Sthurlow	nb_ctx_done;
504bff34e3Sthurlow	nb_ctx_readrcsection;
514bff34e3Sthurlow	nb_ctx_resolve;
524bff34e3Sthurlow	nb_ctx_setns;
534bff34e3Sthurlow	nb_resolvehost_in;
549c9af259SGordon Ross	nb_strerror;
554bff34e3Sthurlow	nbns_getnodestatus;
564bff34e3Sthurlow	nbns_resolvename;
579c9af259SGordon Ross
589c9af259SGordon Ross	nls_str_toloc;
594bff34e3Sthurlow	nls_str_upper;
609c9af259SGordon Ross
61613a2f6bSGordon Ross	smb_close_rcfile;
629c9af259SGordon Ross
63613a2f6bSGordon Ross	smb_ctx_alloc;
644bff34e3Sthurlow	smb_ctx_done;
654bff34e3Sthurlow	smb_ctx_flags2;
66613a2f6bSGordon Ross	smb_ctx_free;
67613a2f6bSGordon Ross	smb_ctx_get_ssn;
68613a2f6bSGordon Ross	smb_ctx_get_ssnkey;
69613a2f6bSGordon Ross	smb_ctx_get_tree;
70613a2f6bSGordon Ross	smb_ctx_gethandle;
714bff34e3Sthurlow	smb_ctx_init;
72613a2f6bSGordon Ross	smb_ctx_kill;
734bff34e3Sthurlow	smb_ctx_opt;
74613a2f6bSGordon Ross	smb_ctx_parseunc;
754bff34e3Sthurlow	smb_ctx_readrc;
764bff34e3Sthurlow	smb_ctx_resolve;
77613a2f6bSGordon Ross	smb_ctx_scan_argv;
789c9af259SGordon Ross	smb_ctx_set_close_hook;
799c9af259SGordon Ross
80613a2f6bSGordon Ross	smb_ctx_setauthflags;
81613a2f6bSGordon Ross	smb_ctx_setdomain;
829c9af259SGordon Ross	smb_ctx_setfullserver;
83*8eb99b82SGordon Ross	smb_ctx_setnbflags;
849c9af259SGordon Ross	smb_ctx_setpassword;
85613a2f6bSGordon Ross	smb_ctx_setpwhash;
86613a2f6bSGordon Ross	smb_ctx_setscope;
879c9af259SGordon Ross	smb_ctx_setserver;
884bff34e3Sthurlow	smb_ctx_setshare;
89*8eb99b82SGordon Ross	smb_ctx_setsigning;
909c9af259SGordon Ross	smb_ctx_setsrvaddr;
919c9af259SGordon Ross	smb_ctx_setuser;
92613a2f6bSGordon Ross	smb_ctx_setwins;
939c9af259SGordon Ross
949c9af259SGordon Ross	smb_debug	= NODIRECT;	# data
954bff34e3Sthurlow	smb_error;
969c9af259SGordon Ross#
979c9af259SGordon Ross# Functions to support named pipes
989c9af259SGordon Ross	smb_fh_close;
999c9af259SGordon Ross	smb_fh_open;
1009c9af259SGordon Ross	smb_fh_read;
1019c9af259SGordon Ross	smb_fh_write;
1029c9af259SGordon Ross	smb_fh_xactnp;
1039c9af259SGordon Ross#
104613a2f6bSGordon Ross	smb_get_authentication;
1054bff34e3Sthurlow	smb_getprogname;
106613a2f6bSGordon Ross	smb_iod_connect;
107613a2f6bSGordon Ross	smb_iod_door_path;
108613a2f6bSGordon Ross	smb_iod_open_door;
1096b2bcd8eSGordon Ross	smb_iod_start;
110613a2f6bSGordon Ross	smb_iod_work;
1114bff34e3Sthurlow	smb_lib_init;
1129c9af259SGordon Ross	smb_netshareenum;	# will move to libnetapi
1134bff34e3Sthurlow	smb_open_rcfile;
114613a2f6bSGordon Ross	smb_printer_open;
115613a2f6bSGordon Ross	smb_printer_close;
1164bff34e3Sthurlow	smb_simplecrypt;
1174bff34e3Sthurlow	smb_simpledecrypt;
1184bff34e3Sthurlow	smb_strerror;
1199c9af259SGordon Ross#
1209c9af259SGordon Ross# Functions to support the Remote Access Protocol (RAP)
1219c9af259SGordon Ross	smb_rap_create;
1229c9af259SGordon Ross	smb_rap_done;
1239c9af259SGordon Ross	smb_rap_error;
1249c9af259SGordon Ross	smb_rap_getNparam;
1259c9af259SGordon Ross	smb_rap_request;
1269c9af259SGordon Ross	smb_rap_setNparam;
1279c9af259SGordon Ross	smb_rap_setPparam;
1289c9af259SGordon Ross#
1299c9af259SGordon Ross	smb_verbose	= NODIRECT;	# data
1309c9af259SGordon Ross#
1319c9af259SGordon Ross# Functions to support Access Control Lists (ACLs)
1327568150aSgwr	smbfs_acl_free_sd;
1337568150aSgwr	smbfs_acl_get;
1347568150aSgwr	smbfs_acl_getsd;
1357568150aSgwr	smbfs_acl_print_sd;
1367568150aSgwr	smbfs_acl_sd2zfs;
1377568150aSgwr	smbfs_acl_set;
1387568150aSgwr	smbfs_acl_setsd;
1397568150aSgwr	smbfs_acl_zfs2sd;
1409c9af259SGordon Ross#
1414bff34e3Sthurlow	smbfs_default_dom_usr;
1424bff34e3Sthurlow	smbfs_keychain_add;
1434bff34e3Sthurlow	smbfs_keychain_chk;
1444bff34e3Sthurlow	smbfs_keychain_del;
1454bff34e3Sthurlow	smbfs_keychain_del_everyone;
1464bff34e3Sthurlow	smbfs_keychain_del_owner;
1479c9af259SGordon Ross
148613a2f6bSGordon Ross	smbutil_std_opts;
1494bff34e3Sthurlow    local:
1504bff34e3Sthurlow	*;
1514bff34e3Sthurlow};
152