1*5331Samw# 2*5331Samw# CDDL HEADER START 3*5331Samw# 4*5331Samw# The contents of this file are subject to the terms of the 5*5331Samw# Common Development and Distribution License (the "License"). 6*5331Samw# You may not use this file except in compliance with the License. 7*5331Samw# 8*5331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5331Samw# or http://www.opensolaris.org/os/licensing. 10*5331Samw# See the License for the specific language governing permissions 11*5331Samw# and limitations under the License. 12*5331Samw# 13*5331Samw# When distributing Covered Code, include this CDDL HEADER in each 14*5331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5331Samw# If applicable, add the following below this CDDL HEADER, with the 16*5331Samw# fields enclosed by brackets "[]" replaced with your own identifying 17*5331Samw# information: Portions Copyright [yyyy] [name of copyright owner] 18*5331Samw# 19*5331Samw# CDDL HEADER END 20*5331Samw# 21*5331Samw# 22*5331Samw# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*5331Samw# Use is subject to license terms. 24*5331Samw# 25*5331Samw# 26*5331Samw# ident "%Z%%M% %I% %E% SMI" 27*5331Samw 28*5331SamwSUNWprivate { 29*5331Samw global: 30*5331Samw lmshare_add; 31*5331Samw lmshare_close_iterator; 32*5331Samw lmshare_delete; 33*5331Samw lmshare_exists; 34*5331Samw lmshare_getinfo; 35*5331Samw lmshare_get_realpath; 36*5331Samw lmshare_is_admin; 37*5331Samw lmshare_is_dir; 38*5331Samw lmshare_is_restricted; 39*5331Samw lmshare_is_special; 40*5331Samw lmshare_is_valid; 41*5331Samw lmshare_iterate; 42*5331Samw lmshare_list; 43*5331Samw lmshare_num_shares; 44*5331Samw lmshare_open_iterator; 45*5331Samw lmshare_rename; 46*5331Samw lmshare_setinfo; 47*5331Samw lmshare_start; 48*5331Samw lmshare_stop; 49*5331Samw lsa_lookup_name2; 50*5331Samw lsa_lookup_sid2; 51*5331Samw lsa_query_primary_domain_info; 52*5331Samw lsa_query_account_domain_info; 53*5331Samw lsa_enum_trusted_domains; 54*5331Samw mlsvc_init; 55*5331Samw mlsvc_validate_user; 56*5331Samw mlsvc_is_local_domain; 57*5331Samw nt_group_add; 58*5331Samw nt_group_add_groupprivs; 59*5331Samw nt_group_add_member_byname; 60*5331Samw nt_group_cache_size; 61*5331Samw nt_group_close_iterator; 62*5331Samw nt_group_delete; 63*5331Samw nt_group_del_member_byname; 64*5331Samw nt_group_getinfo; 65*5331Samw nt_group_getpriv; 66*5331Samw nt_group_ht_lock; 67*5331Samw nt_group_ht_unlock; 68*5331Samw nt_group_is_member; 69*5331Samw nt_group_iterate; 70*5331Samw nt_group_modify; 71*5331Samw nt_group_num_groups; 72*5331Samw nt_group_num_members; 73*5331Samw nt_group_open_iterator; 74*5331Samw nt_group_putinfo; 75*5331Samw nt_groups_count; 76*5331Samw nt_group_setpriv; 77*5331Samw nt_groups_lookup_rid; 78*5331Samw nt_groups_member_groups; 79*5331Samw nt_groups_member_ngroups; 80*5331Samw nt_groups_member_privs; 81*5331Samw nt_group_list; 82*5331Samw nt_group_member_list; 83*5331Samw sam_init; 84*5331Samw smb_logon; 85*5331Samw smb_token_destroy; 86*5331Samw smb_build_lmshare_info; 87*5331Samw smb_get_smb_share_group; 88*5331Samw smb_autohome_add; 89*5331Samw smb_autohome_endent; 90*5331Samw smb_autohome_getent; 91*5331Samw smb_autohome_lookup; 92*5331Samw smb_autohome_remove; 93*5331Samw smb_autohome_setent; 94*5331Samw smb_is_autohome; 95*5331Samw local: 96*5331Samw *; 97*5331Samw}; 98