1*8040SBaban.Kenkre@Sun.COM# 2*8040SBaban.Kenkre@Sun.COM# CDDL HEADER START 3*8040SBaban.Kenkre@Sun.COM# 4*8040SBaban.Kenkre@Sun.COM# The contents of this file are subject to the terms of the 5*8040SBaban.Kenkre@Sun.COM# Common Development and Distribution License (the "License"). 6*8040SBaban.Kenkre@Sun.COM# You may not use this file except in compliance with the License. 7*8040SBaban.Kenkre@Sun.COM# 8*8040SBaban.Kenkre@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*8040SBaban.Kenkre@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*8040SBaban.Kenkre@Sun.COM# See the License for the specific language governing permissions 11*8040SBaban.Kenkre@Sun.COM# and limitations under the License. 12*8040SBaban.Kenkre@Sun.COM# 13*8040SBaban.Kenkre@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*8040SBaban.Kenkre@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*8040SBaban.Kenkre@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*8040SBaban.Kenkre@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*8040SBaban.Kenkre@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*8040SBaban.Kenkre@Sun.COM# 19*8040SBaban.Kenkre@Sun.COM# CDDL HEADER END 20*8040SBaban.Kenkre@Sun.COM# 21*8040SBaban.Kenkre@Sun.COM# 22*8040SBaban.Kenkre@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23*8040SBaban.Kenkre@Sun.COM# Use is subject to license terms. 24*8040SBaban.Kenkre@Sun.COM# 25*8040SBaban.Kenkre@Sun.COM 26*8040SBaban.Kenkre@Sun.COMSUNWprivate { 27*8040SBaban.Kenkre@Sun.COM global: 28*8040SBaban.Kenkre@Sun.COM adutils_txtsid2hexbinsid; 29*8040SBaban.Kenkre@Sun.COM adutils_bv_name2str; 30*8040SBaban.Kenkre@Sun.COM adutils_bv_objsid2sidstr; 31*8040SBaban.Kenkre@Sun.COM adutils_getattr; 32*8040SBaban.Kenkre@Sun.COM adutils_getfirstentry; 33*8040SBaban.Kenkre@Sun.COM adutils_freeresult; 34*8040SBaban.Kenkre@Sun.COM adutils_lookup; 35*8040SBaban.Kenkre@Sun.COM adutils_lookup_batch_start; 36*8040SBaban.Kenkre@Sun.COM adutils_lookup_batch_add; 37*8040SBaban.Kenkre@Sun.COM adutils_lookup_batch_end; 38*8040SBaban.Kenkre@Sun.COM adutils_lookup_batch_release; 39*8040SBaban.Kenkre@Sun.COM adutils_lookup_batch_getdefdomain; 40*8040SBaban.Kenkre@Sun.COM adutils_dn2dns; 41*8040SBaban.Kenkre@Sun.COM adutils_reap_idle_connections; 42*8040SBaban.Kenkre@Sun.COM adutils_ad_alloc; 43*8040SBaban.Kenkre@Sun.COM adutils_ad_free; 44*8040SBaban.Kenkre@Sun.COM adutils_add_ds; 45*8040SBaban.Kenkre@Sun.COM adutils_set_log; 46*8040SBaban.Kenkre@Sun.COM local: 47*8040SBaban.Kenkre@Sun.COM *; 48*8040SBaban.Kenkre@Sun.COM}; 49