mapfile-vers revision 61b364a9162c5e321625fcd2f640da7e1dd2417e
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER START
f808c858fa61e7769218966759510a8b1190dfcfraf# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
f808c858fa61e7769218966759510a8b1190dfcfraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f808c858fa61e7769218966759510a8b1190dfcfraf# See the License for the specific language governing permissions
f808c858fa61e7769218966759510a8b1190dfcfraf# and limitations under the License.
f808c858fa61e7769218966759510a8b1190dfcfraf# When distributing Covered Code, include this CDDL HEADER in each
f808c858fa61e7769218966759510a8b1190dfcfraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f808c858fa61e7769218966759510a8b1190dfcfraf# If applicable, add the following below this CDDL HEADER, with the
f808c858fa61e7769218966759510a8b1190dfcfraf# fields enclosed by brackets "[]" replaced with your own identifying
f808c858fa61e7769218966759510a8b1190dfcfraf# information: Portions Copyright [yyyy] [name of copyright owner]
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER END
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
f808c858fa61e7769218966759510a8b1190dfcfraf# Use is subject to license terms.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# ident "%Z%%M% %I% %E% SMI"
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_retcode;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_namerule;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_namerules_res;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_ids_res;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_mapping_batch;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_list_mappings_1_argument;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_mappings_res;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_update_batch;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_list_namerules_1_argument;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_mapping;
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami xdr_idmap_id_res;
f808c858fa61e7769218966759510a8b1190dfcfraf xdr_idmap_update_res;
f808c858fa61e7769218966759510a8b1190dfcfraf xdr_idmap_prop_res;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami xdr_idmap_prop_type;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_fini;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_free;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_stat2string;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami idmap_string2stat;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_stat4prot;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_iter_namerules;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_iter_next_namerule;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_iter_mappings;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_iter_next_mapping;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_iter_destroy;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_create;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_uidbysid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_gidbysid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_pidbysid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_sidbyuid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_sidbygid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_mappings;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_destroy;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_w2u_mapping;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_u2w_mapping;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_add_namerule;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_rm_namerule;
0a47c91c895e274dd0990009919e30e984364a8bRobert Mustacchi idmap_udt_destroy;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_commit;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi idmap_udt_create;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_get_error_index;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_get_error_rule;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_get_conflict_rule;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_udt_flush_namerules;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getwinnamebyuid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getwinnamebygid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getuidbywinname;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getgidbywinname;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_namerule_cpy;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_info_free;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_info_cpy;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_info_mov;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getext_sidbygid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getext_uidbysid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getext_pidbysid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_getext_gidbysid;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami idmap_getext_sidbyuid;
f808c858fa61e7769218966759510a8b1190dfcfraf idmapdlog;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_log_stderr;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_log_syslog;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_log_degraded;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_set_namemap;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_unset_namemap;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_get_namemap;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_init_namemaps;
f808c858fa61e7769218966759510a8b1190dfcfraf idmap_fini_namemaps;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_fini;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_init;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_get_DomainName;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_set_DomainName;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_compare_ds;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_SubnetChanged;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_get_GlobalCatalog;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_set_GlobalCatalog;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_get_TTL;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_set_ForestName;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_get_ForestName;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_get_DomainController;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_set_DomainController;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_set_SiteName;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_refresh;
f808c858fa61e7769218966759510a8b1190dfcfraf ad_disc_get_SiteName;