1da6c28aaSamw# 2da6c28aaSamw# CDDL HEADER START 3da6c28aaSamw# 4da6c28aaSamw# The contents of this file are subject to the terms of the 5da6c28aaSamw# Common Development and Distribution License (the "License"). 6da6c28aaSamw# You may not use this file except in compliance with the License. 7da6c28aaSamw# 8da6c28aaSamw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9da6c28aaSamw# or http://www.opensolaris.org/os/licensing. 10da6c28aaSamw# See the License for the specific language governing permissions 11da6c28aaSamw# and limitations under the License. 12da6c28aaSamw# 13da6c28aaSamw# When distributing Covered Code, include this CDDL HEADER in each 14da6c28aaSamw# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15da6c28aaSamw# If applicable, add the following below this CDDL HEADER, with the 16da6c28aaSamw# fields enclosed by brackets "[]" replaced with your own identifying 17da6c28aaSamw# information: Portions Copyright [yyyy] [name of copyright owner] 18da6c28aaSamw# 19da6c28aaSamw# CDDL HEADER END 20da6c28aaSamw# 21da6c28aaSamw# 22bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23da6c28aaSamw# Use is subject to license terms. 24da6c28aaSamw# 25da6c28aaSamw 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# MAPFILE HEADER START 28bfed486aSAli Bahrami# 29bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33bfed486aSAli Bahrami# 34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36bfed486aSAli Bahrami# 37bfed486aSAli Bahrami# MAPFILE HEADER END 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami 40da6c28aaSamwSUNWprivate { 41da6c28aaSamw global: 428d7e4166Sjose borrego dyndns_clear_zones; 438d7e4166Sjose borrego dyndns_start; 448d7e4166Sjose borrego dyndns_stop; 45da6c28aaSamw dyndns_update; 468d7e4166Sjose borrego dyndns_update_zones; 473db3f65cSamw smb_ads_add_share; 483db3f65cSamw smb_ads_build_unc_name; 493db3f65cSamw smb_ads_close; 503db3f65cSamw smb_ads_init; 513db3f65cSamw smb_ads_join; 52*fc724630SAlan Wright smb_ads_join_errmsg; 538d7e4166Sjose borrego smb_ads_lookup_msdcs; 543db3f65cSamw smb_ads_lookup_share; 553db3f65cSamw smb_ads_open; 563db3f65cSamw smb_ads_publish_share; 573db3f65cSamw smb_ads_refresh; 583db3f65cSamw smb_ads_remove_share; 597b59d02dSjb150015 smb_browser_netlogon; 607b59d02dSjb150015 smb_browser_reconfig; 61faa1795aSjb150015 smb_ccache_init; 62faa1795aSjb150015 smb_ccache_remove; 63da6c28aaSamw smb_kinit; 64da6c28aaSamw smb_netbios_name_reconfig; 65da6c28aaSamw smb_netbios_start; 66da6c28aaSamw smb_netbios_shutdown; 67da6c28aaSamw local: 68da6c28aaSamw *; 69da6c28aaSamw}; 70