xref: /onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/mapfile-vers (revision 11337:1f8fe42c7b83)
15331Samw#
25331Samw# CDDL HEADER START
35331Samw#
45331Samw# The contents of this file are subject to the terms of the
55331Samw# Common Development and Distribution License (the "License").
65331Samw# You may not use this file except in compliance with the License.
75331Samw#
85331Samw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95331Samw# or http://www.opensolaris.org/os/licensing.
105331Samw# See the License for the specific language governing permissions
115331Samw# and limitations under the License.
125331Samw#
135331Samw# When distributing Covered Code, include this CDDL HEADER in each
145331Samw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155331Samw# If applicable, add the following below this CDDL HEADER, with the
165331Samw# fields enclosed by brackets "[]" replaced with your own identifying
175331Samw# information: Portions Copyright [yyyy] [name of copyright owner]
185331Samw#
195331Samw# CDDL HEADER END
205331Samw#
215331Samw#
228670SJose.Borrego@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
235331Samw# Use is subject to license terms.
245331Samw#
255331Samw#
265331Samw
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
318744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
368744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
378744SAli.Bahrami@Sun.COM#
388744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
398744SAli.Bahrami@Sun.COM#
408744SAli.Bahrami@Sun.COM
415331SamwSUNWprivate {
425331Samw    global:
437619SJose.Borrego@Sun.COM	dssetup_clear_domain_info;
44*11337SWilliam.Krier@Sun.COM	lsa_lookup_name;
45*11337SWilliam.Krier@Sun.COM	lsa_lookup_sid;
4610717Samw@Sun.COM	mlsvc_disconnect;
479832Samw@Sun.COM	mlsvc_fini;
485331Samw	mlsvc_init;
495521Sas200622	mlsvc_join;
506139Sjb150015	mlsvc_netlogon;
517052Samw	smb_autohome_add;
527052Samw	smb_autohome_remove;
538334SJose.Borrego@Sun.COM	smb_locate_dc;
545331Samw	smb_logon;
557961SNatalie.Li@Sun.COM	smb_shr_add;
567052Samw	smb_shr_count;
579832Samw@Sun.COM	smb_shr_exec;
587052Samw	smb_shr_get;
597961SNatalie.Li@Sun.COM	smb_shr_hostaccess;
607052Samw	smb_shr_iterate;
617052Samw	smb_shr_iterinit;
627052Samw	smb_shr_list;
638334SJose.Borrego@Sun.COM	smb_shr_load;
647348SJose.Borrego@Sun.COM	smb_shr_modify;
657961SNatalie.Li@Sun.COM	smb_shr_remove;
667348SJose.Borrego@Sun.COM	smb_shr_rename;
679832Samw@Sun.COM	smb_shr_sa_csc_name;
687052Samw	smb_shr_start;
697052Samw	smb_shr_stop;
705331Samw	smb_token_destroy;
716432Sas200622	smb_token_log;
725331Samw    local:
735331Samw	*;
745331Samw};
75