1c5c4113dSnw141292# 2c5c4113dSnw141292# CDDL HEADER START 3c5c4113dSnw141292# 4c5c4113dSnw141292# The contents of this file are subject to the terms of the 5c5c4113dSnw141292# Common Development and Distribution License (the "License"). 6c5c4113dSnw141292# You may not use this file except in compliance with the License. 7c5c4113dSnw141292# 8c5c4113dSnw141292# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9c5c4113dSnw141292# or http://www.opensolaris.org/os/licensing. 10c5c4113dSnw141292# See the License for the specific language governing permissions 11c5c4113dSnw141292# and limitations under the License. 12c5c4113dSnw141292# 13c5c4113dSnw141292# When distributing Covered Code, include this CDDL HEADER in each 14c5c4113dSnw141292# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15c5c4113dSnw141292# If applicable, add the following below this CDDL HEADER, with the 16c5c4113dSnw141292# fields enclosed by brackets "[]" replaced with your own identifying 17c5c4113dSnw141292# information: Portions Copyright [yyyy] [name of copyright owner] 18c5c4113dSnw141292# 19c5c4113dSnw141292# CDDL HEADER END 20c5c4113dSnw141292# 21c5c4113dSnw141292# 2248258c6bSjp151216# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23c5c4113dSnw141292# Use is subject to license terms. 24c5c4113dSnw141292# 25c5c4113dSnw141292# ident "%Z%%M% %I% %E% SMI" 26c5c4113dSnw141292# 27c5c4113dSnw141292 28c5c4113dSnw141292SUNWprivate { 29c5c4113dSnw141292 global: 30c5c4113dSnw141292 xdr_idmap_retcode; 31c5c4113dSnw141292 xdr_idmap_namerule; 32c5c4113dSnw141292 xdr_idmap_namerules_res; 33c5c4113dSnw141292 xdr_idmap_ids_res; 34c5c4113dSnw141292 xdr_idmap_mapping_batch; 35c5c4113dSnw141292 xdr_idmap_list_mappings_1_argument; 36c5c4113dSnw141292 xdr_idmap_mappings_res; 37c5c4113dSnw141292 xdr_idmap_update_batch; 38c5c4113dSnw141292 xdr_idmap_list_namerules_1_argument; 39c5c4113dSnw141292 xdr_idmap_mapping; 40c5c4113dSnw141292 xdr_idmap_id_res; 418e228215Sdm199847 xdr_idmap_update_res; 42*479ac375Sdm199847 xdr_idmap_prop_res; 43*479ac375Sdm199847 xdr_idmap_prop_type; 44c5c4113dSnw141292 idmap_init; 45c5c4113dSnw141292 idmap_fini; 46c5c4113dSnw141292 idmap_free; 47c5c4113dSnw141292 idmap_stat2string; 48c5c4113dSnw141292 idmap_string2stat; 49c5c4113dSnw141292 idmap_stat4prot; 50c5c4113dSnw141292 idmap_iter_namerules; 51c5c4113dSnw141292 idmap_iter_next_namerule; 52c5c4113dSnw141292 idmap_iter_mappings; 53c5c4113dSnw141292 idmap_iter_next_mapping; 54c5c4113dSnw141292 idmap_iter_destroy; 55c5c4113dSnw141292 idmap_get_create; 56c5c4113dSnw141292 idmap_get_uidbysid; 57c5c4113dSnw141292 idmap_get_gidbysid; 58c5c4113dSnw141292 idmap_get_pidbysid; 59c5c4113dSnw141292 idmap_get_sidbyuid; 60c5c4113dSnw141292 idmap_get_sidbygid; 61c5c4113dSnw141292 idmap_get_mappings; 62c5c4113dSnw141292 idmap_get_destroy; 63c5c4113dSnw141292 idmap_get_w2u_mapping; 64c5c4113dSnw141292 idmap_get_u2w_mapping; 65c5c4113dSnw141292 idmap_udt_add_namerule; 66c5c4113dSnw141292 idmap_udt_rm_namerule; 67c5c4113dSnw141292 idmap_udt_destroy; 68c5c4113dSnw141292 idmap_udt_commit; 69c5c4113dSnw141292 idmap_udt_create; 708e228215Sdm199847 idmap_udt_get_error_index; 718e228215Sdm199847 idmap_udt_get_error_rule; 728e228215Sdm199847 idmap_udt_get_conflict_rule; 73c5c4113dSnw141292 idmap_udt_flush_namerules; 74dd5829d1Sbaban idmap_getwinnamebyuid; 75dd5829d1Sbaban idmap_getwinnamebygid; 76dd5829d1Sbaban idmap_getuidbywinname; 77dd5829d1Sbaban idmap_getgidbywinname; 788e228215Sdm199847 idmap_namerule_cpy; 7948258c6bSjp151216 idmap_info_free; 8048258c6bSjp151216 idmap_info_cpy; 8148258c6bSjp151216 idmap_info_mov; 8248258c6bSjp151216 idmap_getext_sidbygid; 8348258c6bSjp151216 idmap_getext_uidbysid; 8448258c6bSjp151216 idmap_getext_pidbysid; 8548258c6bSjp151216 idmap_getext_gidbysid; 8648258c6bSjp151216 idmap_getext_sidbyuid; 87*479ac375Sdm199847 idmapdlog; 88*479ac375Sdm199847 idmap_log_stderr; 89*479ac375Sdm199847 idmap_log_syslog; 90*479ac375Sdm199847 idmap_log_degraded; 91*479ac375Sdm199847 idmap_set_namemap; 92*479ac375Sdm199847 idmap_unset_namemap; 93*479ac375Sdm199847 idmap_get_namemap; 94*479ac375Sdm199847 ad_disc_fini; 95*479ac375Sdm199847 ad_disc_init; 96*479ac375Sdm199847 ad_disc_get_DomainName; 97*479ac375Sdm199847 ad_disc_set_DomainName; 98*479ac375Sdm199847 ad_disc_compare_ds; 99*479ac375Sdm199847 ad_disc_SubnetChanged; 100*479ac375Sdm199847 ad_disc_get_GlobalCatalog; 101*479ac375Sdm199847 ad_disc_set_GlobalCatalog; 102*479ac375Sdm199847 ad_disc_get_TTL; 103*479ac375Sdm199847 ad_disc_set_ForestName; 104*479ac375Sdm199847 ad_disc_get_ForestName; 105*479ac375Sdm199847 ad_disc_get_DomainController; 106*479ac375Sdm199847 ad_disc_set_DomainController; 107*479ac375Sdm199847 ad_disc_set_SiteName; 108*479ac375Sdm199847 ad_disc_refresh; 109*479ac375Sdm199847 ad_disc_get_SiteName; 110c5c4113dSnw141292 local: 111c5c4113dSnw141292 *; 112c5c4113dSnw141292}; 113