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