mapfile-vers revision 430b4c467020edf2445feb0c21db01c88b86243a
0N/A# CDDL HEADER START
2362N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
2362N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
2362N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
2362N/A# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
2362N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2362N/A#
0N/A
0N/A#
0N/A# MAPFILE HEADER START
0N/A#
0N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
0N/A# Object versioning must comply with the rules detailed in
0N/A#
0N/A# usr/src/lib/README.mapfiles
0N/A#
0N/A# You should not be making modifications here until you've read the most current
0N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
0N/A#
0N/A# MAPFILE HEADER END
0N/A#
0N/A
0N/A$mapfile_version 2
0N/A
217N/ASYMBOL_VERSION SUNWprivate {
217N/A global:
217N/A convert_leunicode_to_utf8;
217N/A convert_unicode_to_utf8;
0N/A convert_utf8_to_leunicode;
0N/A convert_utf8_to_unicode;
0N/A convert_utf8_to_wincs;
0N/A convert_wincs_to_utf8;
0N/A
0N/A nb_ctx_create;
0N/A nb_ctx_done;
0N/A nb_ctx_readrcsection;
0N/A nb_ctx_resolve;
0N/A nb_ctx_setns;
0N/A nb_resolvehost_in;
0N/A nb_strerror;
0N/A nbns_getnodestatus;
0N/A nbns_resolvename;
0N/A
0N/A nls_str_toloc;
0N/A nls_str_upper;
0N/A
0N/A smb_close_rcfile;
0N/A
0N/A smb_ctx_alloc;
0N/A smb_ctx_done;
0N/A smb_ctx_flags2;
0N/A smb_ctx_free;
0N/A smb_ctx_get_ssn;
0N/A smb_ctx_get_tree;
0N/A smb_ctx_gethandle;
0N/A smb_ctx_init;
0N/A smb_ctx_kill;
0N/A smb_ctx_opt;
0N/A smb_ctx_parseunc;
0N/A smb_ctx_readrc;
0N/A smb_ctx_resolve;
217N/A smb_ctx_scan_argv;
0N/A smb_ctx_set_close_hook;
0N/A
0N/A smb_ctx_setauthflags;
217N/A smb_ctx_setdomain;
0N/A smb_ctx_setfullserver;
217N/A smb_ctx_setnbflags;
217N/A smb_ctx_setpassword;
217N/A smb_ctx_setpwhash;
0N/A smb_ctx_setscope;
217N/A smb_ctx_setserver;
217N/A smb_ctx_setshare;
0N/A smb_ctx_setsigning;
0N/A smb_ctx_setsrvaddr;
0N/A smb_ctx_setuser;
0N/A smb_ctx_setwins;
0N/A
0N/A smb_debug { FLAGS = NODIRECT }; # data
0N/A smb_error;
0N/A#
0N/A# Functions to support named pipes
0N/A smb_fh_close;
0N/A smb_fh_getssnkey;
0N/A smb_fh_open;
0N/A smb_fh_read;
0N/A smb_fh_write;
0N/A smb_fh_xactnp;
0N/A#
0N/A smb_get_authentication;
0N/A smb_getprogname;
0N/A smb_iod_connect;
0N/A smb_iod_door_path;
0N/A smb_iod_open_door;
0N/A smb_iod_start;
0N/A smb_iod_work;
0N/A smb_lib_init;
smb_netshareenum; # will move to libnetapi
smb_open_printer;
smb_open_rcfile;
smb_simplecrypt;
smb_simpledecrypt;
smb_strerror;
#
# Functions to support the Remote Access Protocol (RAP)
smb_rap_create;
smb_rap_done;
smb_rap_error;
smb_rap_getNparam;
smb_rap_request;
smb_rap_setNparam;
smb_rap_setPparam;
#
smb_verbose { FLAGS = NODIRECT }; # data
#
# Functions to support Access Control Lists (ACLs)
smbfs_acl_free_sd;
smbfs_acl_get;
smbfs_acl_getsd;
smbfs_acl_print_sd;
smbfs_acl_sd2zfs;
smbfs_acl_set;
smbfs_acl_setsd;
smbfs_acl_zfs2sd;
#
smbfs_default_dom_usr;
smbfs_keychain_add;
smbfs_keychain_addhash;
smbfs_keychain_chk;
smbfs_keychain_del;
smbfs_keychain_del_everyone;
smbfs_keychain_del_owner;
smbfs_set_default_domain;
smbfs_set_default_user;
smbutil_std_opts;
local:
*;
};