xref: /onnv-gate/usr/src/lib/smbsrv/libsmbns/common/mapfile-vers (revision 9832:3569b6c7f56c)
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#
228744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
235331Samw# Use is subject to license terms.
245331Samw#
255331Samw
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
388744SAli.Bahrami@Sun.COM#
398744SAli.Bahrami@Sun.COM
405331SamwSUNWprivate {
415331Samw    global:
428334SJose.Borrego@Sun.COM	dyndns_clear_zones;
438334SJose.Borrego@Sun.COM	dyndns_start;
448334SJose.Borrego@Sun.COM	dyndns_stop;
455331Samw	dyndns_update;
468334SJose.Borrego@Sun.COM	dyndns_update_zones;
477052Samw	smb_ads_add_share;
487052Samw	smb_ads_build_unc_name;
497052Samw	smb_ads_close;
50*9832Samw@Sun.COM	smb_ads_find_host;
51*9832Samw@Sun.COM	smb_ads_fini;
527052Samw	smb_ads_init;
537052Samw	smb_ads_join;
549021Samw@Sun.COM	smb_ads_join_errmsg;
558334SJose.Borrego@Sun.COM	smb_ads_lookup_msdcs;
567052Samw	smb_ads_lookup_share;
577052Samw	smb_ads_open;
587052Samw	smb_ads_publish_share;
597052Samw	smb_ads_refresh;
607052Samw	smb_ads_remove_share;
616030Sjb150015	smb_browser_netlogon;
626030Sjb150015	smb_browser_reconfig;
636139Sjb150015	smb_ccache_init;
646139Sjb150015	smb_ccache_remove;
655331Samw	smb_kinit;
665331Samw	smb_netbios_name_reconfig;
675331Samw	smb_netbios_start;
685331Samw	smb_netbios_shutdown;
695331Samw    local:
705331Samw	*;
715331Samw};
72