14bff34e3Sthurlow# CDDL HEADER START 24bff34e3Sthurlow# 34bff34e3Sthurlow# The contents of this file are subject to the terms of the 44bff34e3Sthurlow# Common Development and Distribution License (the "License"). 54bff34e3Sthurlow# You may not use this file except in compliance with the License. 64bff34e3Sthurlow# 74bff34e3Sthurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 84bff34e3Sthurlow# or http://www.opensolaris.org/os/licensing. 94bff34e3Sthurlow# See the License for the specific language governing permissions 104bff34e3Sthurlow# and limitations under the License. 114bff34e3Sthurlow# 124bff34e3Sthurlow# When distributing Covered Code, include this CDDL HEADER in each 134bff34e3Sthurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 144bff34e3Sthurlow# If applicable, add the following below this CDDL HEADER, with the 154bff34e3Sthurlow# fields enclosed by brackets "[]" replaced with your own identifying 164bff34e3Sthurlow# information: Portions Copyright [yyyy] [name of copyright owner] 174bff34e3Sthurlow# 184bff34e3Sthurlow# CDDL HEADER END 194bff34e3Sthurlow# 204bff34e3Sthurlow# 214bff34e3Sthurlow# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 224bff34e3Sthurlow# Use is subject to license terms. 234bff34e3Sthurlow# 244bff34e3Sthurlow# ident "%Z%%M% %I% %E% SMI" 254bff34e3Sthurlow# 264bff34e3Sthurlow 274bff34e3SthurlowSUNWprivate_1.0 { 284bff34e3Sthurlow global: 294bff34e3Sthurlow dropsuid; 304bff34e3Sthurlow nb_ctx_create; 314bff34e3Sthurlow nb_ctx_done; 324bff34e3Sthurlow nb_ctx_readrcsection; 334bff34e3Sthurlow nb_ctx_resolve; 344bff34e3Sthurlow nb_ctx_setns; 354bff34e3Sthurlow nb_resolvehost_in; 364bff34e3Sthurlow nbns_getnodestatus; 374bff34e3Sthurlow nbns_resolvename; 384bff34e3Sthurlow nls_str_upper; 394bff34e3Sthurlow rc_close; 404bff34e3Sthurlow rc_open; 414bff34e3Sthurlow smb_ctx_done; 424bff34e3Sthurlow smb_ctx_flags2; 434bff34e3Sthurlow smb_ctx_init; 444bff34e3Sthurlow smb_ctx_lookup; 454bff34e3Sthurlow smb_ctx_opt; 464bff34e3Sthurlow smb_ctx_readrc; 474bff34e3Sthurlow smb_ctx_resolve; 484bff34e3Sthurlow smb_ctx_setshare; 494bff34e3Sthurlow smb_ctx_tdis; 504bff34e3Sthurlow smb_debug; 514bff34e3Sthurlow smb_error; 524bff34e3Sthurlow smb_getprogname; 534bff34e3Sthurlow smb_lib_init; 544bff34e3Sthurlow smb_netshareenum; 554bff34e3Sthurlow smb_open_rcfile; 564bff34e3Sthurlow smb_simplecrypt; 574bff34e3Sthurlow smb_simpledecrypt; 584bff34e3Sthurlow smb_strerror; 594bff34e3Sthurlow smb_rc; # data 604bff34e3Sthurlow smb_read; 614bff34e3Sthurlow smb_write; 624bff34e3Sthurlow smb_verbose; 63*7568150aSgwr smbfs_acl_free_sd; 64*7568150aSgwr smbfs_acl_get; 65*7568150aSgwr smbfs_acl_getsd; 66*7568150aSgwr smbfs_acl_print_sd; 67*7568150aSgwr smbfs_acl_sd2zfs; 68*7568150aSgwr smbfs_acl_set; 69*7568150aSgwr smbfs_acl_setsd; 70*7568150aSgwr smbfs_acl_zfs2sd; 714bff34e3Sthurlow smbfs_default_dom_usr; 724bff34e3Sthurlow smbfs_keychain_add; 734bff34e3Sthurlow smbfs_keychain_chk; 744bff34e3Sthurlow smbfs_keychain_del; 754bff34e3Sthurlow smbfs_keychain_del_everyone; 764bff34e3Sthurlow smbfs_keychain_del_owner; 774bff34e3Sthurlow unpercent; 784bff34e3Sthurlow local: 794bff34e3Sthurlow *; 804bff34e3Sthurlow}; 81