xref: /titanic_44/usr/src/lib/libsmbfs/smb/mapfile-vers (revision 4bff34e37def8a90f9194d81bc345c52ba20086a)
1*4bff34e3Sthurlow# CDDL HEADER START
2*4bff34e3Sthurlow#
3*4bff34e3Sthurlow# The contents of this file are subject to the terms of the
4*4bff34e3Sthurlow# Common Development and Distribution License (the "License").
5*4bff34e3Sthurlow# You may not use this file except in compliance with the License.
6*4bff34e3Sthurlow#
7*4bff34e3Sthurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8*4bff34e3Sthurlow# or http://www.opensolaris.org/os/licensing.
9*4bff34e3Sthurlow# See the License for the specific language governing permissions
10*4bff34e3Sthurlow# and limitations under the License.
11*4bff34e3Sthurlow#
12*4bff34e3Sthurlow# When distributing Covered Code, include this CDDL HEADER in each
13*4bff34e3Sthurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14*4bff34e3Sthurlow# If applicable, add the following below this CDDL HEADER, with the
15*4bff34e3Sthurlow# fields enclosed by brackets "[]" replaced with your own identifying
16*4bff34e3Sthurlow# information: Portions Copyright [yyyy] [name of copyright owner]
17*4bff34e3Sthurlow#
18*4bff34e3Sthurlow# CDDL HEADER END
19*4bff34e3Sthurlow#
20*4bff34e3Sthurlow#
21*4bff34e3Sthurlow# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22*4bff34e3Sthurlow# Use is subject to license terms.
23*4bff34e3Sthurlow#
24*4bff34e3Sthurlow# ident	"%Z%%M%	%I%	%E% SMI"
25*4bff34e3Sthurlow#
26*4bff34e3Sthurlow
27*4bff34e3SthurlowSUNWprivate_1.0 {
28*4bff34e3Sthurlow    global:
29*4bff34e3Sthurlow	dropsuid;
30*4bff34e3Sthurlow	nb_ctx_create;
31*4bff34e3Sthurlow	nb_ctx_done;
32*4bff34e3Sthurlow	nb_ctx_readrcsection;
33*4bff34e3Sthurlow	nb_ctx_resolve;
34*4bff34e3Sthurlow	nb_ctx_setns;
35*4bff34e3Sthurlow	nb_resolvehost_in;
36*4bff34e3Sthurlow	nbns_getnodestatus;
37*4bff34e3Sthurlow	nbns_resolvename;
38*4bff34e3Sthurlow	nls_str_upper;
39*4bff34e3Sthurlow	rc_close;
40*4bff34e3Sthurlow	rc_open;
41*4bff34e3Sthurlow	smb_ctx_done;
42*4bff34e3Sthurlow	smb_ctx_flags2;
43*4bff34e3Sthurlow	smb_ctx_init;
44*4bff34e3Sthurlow	smb_ctx_lookup;
45*4bff34e3Sthurlow	smb_ctx_opt;
46*4bff34e3Sthurlow	smb_ctx_readrc;
47*4bff34e3Sthurlow	smb_ctx_resolve;
48*4bff34e3Sthurlow	smb_ctx_setshare;
49*4bff34e3Sthurlow	smb_ctx_tdis;
50*4bff34e3Sthurlow	smb_debug;
51*4bff34e3Sthurlow	smb_error;
52*4bff34e3Sthurlow	smb_getprogname;
53*4bff34e3Sthurlow	smb_lib_init;
54*4bff34e3Sthurlow	smb_netshareenum;
55*4bff34e3Sthurlow	smb_open_rcfile;
56*4bff34e3Sthurlow	smb_simplecrypt;
57*4bff34e3Sthurlow	smb_simpledecrypt;
58*4bff34e3Sthurlow	smb_strerror;
59*4bff34e3Sthurlow	smb_rc;			# data
60*4bff34e3Sthurlow	smb_read;
61*4bff34e3Sthurlow	smb_write;
62*4bff34e3Sthurlow	smb_verbose;
63*4bff34e3Sthurlow	smbfs_default_dom_usr;
64*4bff34e3Sthurlow	smbfs_keychain_add;
65*4bff34e3Sthurlow	smbfs_keychain_chk;
66*4bff34e3Sthurlow	smbfs_keychain_del;
67*4bff34e3Sthurlow	smbfs_keychain_del_everyone;
68*4bff34e3Sthurlow	smbfs_keychain_del_owner;
69*4bff34e3Sthurlow	unpercent;
70*4bff34e3Sthurlow    local:
71*4bff34e3Sthurlow	*;
72*4bff34e3Sthurlow};
73