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