mapfile-vers revision 8d7e41661dc4633488e93b13363137523ce59977
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER START
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The contents of this file are subject to the terms of the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Common Development and Distribution License (the "License").
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You may not use this file except in compliance with the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# or http://www.opensolaris.org/os/licensing.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# See the License for the specific language governing permissions
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# and limitations under the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# When distributing Covered Code, include this CDDL HEADER in each
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# If applicable, add the following below this CDDL HEADER, with the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# fields enclosed by brackets "[]" replaced with your own identifying
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# information: Portions Copyright [yyyy] [name of copyright owner]
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER END
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
dc20a3024900c47dd2ee44b9707e6df38f7d62a5as# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Use is subject to license terms.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwSUNWprivate {
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw global:
8d7e41661dc4633488e93b13363137523ce59977jose borrego dyndns_clear_zones;
8d7e41661dc4633488e93b13363137523ce59977jose borrego dyndns_start;
8d7e41661dc4633488e93b13363137523ce59977jose borrego dyndns_stop;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw dyndns_update;
8d7e41661dc4633488e93b13363137523ce59977jose borrego dyndns_update_zones;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_adjoin_report_err;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_add_share;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_build_unc_name;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_close;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_init;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_join;
8d7e41661dc4633488e93b13363137523ce59977jose borrego smb_ads_lookup_msdcs;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_lookup_share;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_open;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_publish_share;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_refresh;
3db3f65c6274eb042354801a308c8e9bc4994553amw smb_ads_remove_share;
7b59d02d2a384be9a08087b14defadd214b3c1ddjb smb_browser_netlogon;
7b59d02d2a384be9a08087b14defadd214b3c1ddjb smb_browser_reconfig;
faa1795a28a5c712eed6d0a3f84d98c368a316c6jb smb_ccache_init;
faa1795a28a5c712eed6d0a3f84d98c368a316c6jb smb_ccache_remove;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw smb_kinit;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw smb_netbios_name_reconfig;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw smb_netbios_start;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw smb_netbios_shutdown;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw local:
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw *;
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw};