xref: /titanic_41/usr/src/lib/libsmbfs/smb/mapfile-vers (revision 26fd77009b17f8c8fb32eb362584cfd635e87ad9)
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
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39SUNWprivate {
40    global:
41	convert_leunicode_to_utf8;
42	convert_unicode_to_utf8;
43	convert_utf8_to_leunicode;
44	convert_utf8_to_unicode;
45	convert_utf8_to_wincs;
46	convert_wincs_to_utf8;
47
48	nb_ctx_create;
49	nb_ctx_done;
50	nb_ctx_readrcsection;
51	nb_ctx_resolve;
52	nb_ctx_setns;
53	nb_resolvehost_in;
54	nb_strerror;
55	nbns_getnodestatus;
56	nbns_resolvename;
57
58	nls_str_toloc;
59	nls_str_upper;
60
61	smb_close_rcfile;
62
63	smb_ctx_alloc;
64	smb_ctx_done;
65	smb_ctx_flags2;
66	smb_ctx_free;
67	smb_ctx_get_ssn;
68	smb_ctx_get_ssnkey;
69	smb_ctx_get_tree;
70	smb_ctx_gethandle;
71	smb_ctx_init;
72	smb_ctx_kill;
73	smb_ctx_opt;
74	smb_ctx_parseunc;
75	smb_ctx_readrc;
76	smb_ctx_resolve;
77	smb_ctx_scan_argv;
78	smb_ctx_set_close_hook;
79
80	smb_ctx_setauthflags;
81	smb_ctx_setdomain;
82	smb_ctx_setfullserver;
83	smb_ctx_setpassword;
84	smb_ctx_setpwhash;
85	smb_ctx_setscope;
86	smb_ctx_setserver;
87	smb_ctx_setshare;
88	smb_ctx_setsrvaddr;
89	smb_ctx_setuser;
90	smb_ctx_setwins;
91
92	smb_debug	= NODIRECT;	# data
93	smb_error;
94#
95# Functions to support named pipes
96	smb_fh_close;
97	smb_fh_open;
98	smb_fh_read;
99	smb_fh_write;
100	smb_fh_xactnp;
101#
102	smb_get_authentication;
103	smb_getprogname;
104	smb_iod_connect;
105	smb_iod_door_path;
106	smb_iod_open_door;
107	smb_iod_work;
108	smb_lib_init;
109	smb_netshareenum;	# will move to libnetapi
110	smb_open_rcfile;
111	smb_printer_open;
112	smb_printer_close;
113	smb_simplecrypt;
114	smb_simpledecrypt;
115	smb_strerror;
116#
117# Functions to support the Remote Access Protocol (RAP)
118	smb_rap_create;
119	smb_rap_done;
120	smb_rap_error;
121	smb_rap_getNparam;
122	smb_rap_request;
123	smb_rap_setNparam;
124	smb_rap_setPparam;
125#
126	smb_verbose	= NODIRECT;	# data
127#
128# Functions to support Access Control Lists (ACLs)
129	smbfs_acl_free_sd;
130	smbfs_acl_get;
131	smbfs_acl_getsd;
132	smbfs_acl_print_sd;
133	smbfs_acl_sd2zfs;
134	smbfs_acl_set;
135	smbfs_acl_setsd;
136	smbfs_acl_zfs2sd;
137#
138	smbfs_default_dom_usr;
139	smbfs_keychain_add;
140	smbfs_keychain_chk;
141	smbfs_keychain_del;
142	smbfs_keychain_del_everyone;
143	smbfs_keychain_del_owner;
144
145	smbutil_std_opts;
146    local:
147	*;
148};
149