xref: /titanic_51/usr/src/lib/libidmap/common/mapfile-vers (revision 9fb67ea305c66b6a297583b9b0db6796b0dfe497)
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#
22*9fb67ea3Safshin salek ardakani - Sun Microsystems - Irvine United States# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23c5c4113dSnw141292# Use is subject to license terms.
24c5c4113dSnw141292#
25c5c4113dSnw141292#
26c5c4113dSnw141292
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# MAPFILE HEADER START
29bfed486aSAli Bahrami#
30bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
34bfed486aSAli Bahrami#
35bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
36bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
37bfed486aSAli Bahrami#
38bfed486aSAli Bahrami# MAPFILE HEADER END
39bfed486aSAli Bahrami#
40bfed486aSAli Bahrami
41c5c4113dSnw141292SUNWprivate {
42c5c4113dSnw141292    global:
431fcced4cSJordan Brown	directory_canon_from_group_name;
441fcced4cSJordan Brown	directory_canon_from_name;
451fcced4cSJordan Brown	directory_canon_from_user_name;
461fcced4cSJordan Brown	directory_close;
471fcced4cSJordan Brown	directory_error;
481fcced4cSJordan Brown	directory_error_code;
491fcced4cSJordan Brown	directory_error_free;
501fcced4cSJordan Brown	directory_error_from_rpc;
511fcced4cSJordan Brown	directory_error_is_instance_of;
521fcced4cSJordan Brown	directory_error_param;
531fcced4cSJordan Brown	directory_error_printable;
541fcced4cSJordan Brown	directory_error_to_rpc;
551fcced4cSJordan Brown	directory_free;
561fcced4cSJordan Brown	directory_get_v;
571fcced4cSJordan Brown	directory_name_from_sid;
581fcced4cSJordan Brown	directory_open;
591fcced4cSJordan Brown	directory_sid_from_group_name;
601fcced4cSJordan Brown	directory_sid_from_name;
611fcced4cSJordan Brown	directory_sid_from_user_name;
621fcced4cSJordan Brown	idmap_cache_get_data;
63c5c4113dSnw141292	idmap_fini;
641fcced4cSJordan Brown	idmap_fini_namemaps;
65*9fb67ea3Safshin salek ardakani - Sun Microsystems - Irvine United States	idmap_flush;
66c5c4113dSnw141292	idmap_free;
671fcced4cSJordan Brown	idmap_getext_gidbysid;
681fcced4cSJordan Brown	idmap_getext_pidbysid;
691fcced4cSJordan Brown	idmap_getext_sidbygid;
701fcced4cSJordan Brown	idmap_getext_sidbyuid;
711fcced4cSJordan Brown	idmap_getext_uidbysid;
721fcced4cSJordan Brown	idmap_getgidbywinname;
731fcced4cSJordan Brown	idmap_getuidbywinname;
741fcced4cSJordan Brown	idmap_getwinnamebygid;
751fcced4cSJordan Brown	idmap_getwinnamebyuid;
76c5c4113dSnw141292	idmap_get_create;
77c5c4113dSnw141292	idmap_get_destroy;
781fcced4cSJordan Brown	idmap_get_gidbysid;
791fcced4cSJordan Brown	idmap_get_mappings;
801fcced4cSJordan Brown	idmap_get_namemap;
811fcced4cSJordan Brown	idmap_get_pidbysid;
821fcced4cSJordan Brown	idmap_get_sidbygid;
831fcced4cSJordan Brown	idmap_get_sidbyuid;
84c5c4113dSnw141292	idmap_get_u2w_mapping;
851fcced4cSJordan Brown	idmap_get_uidbysid;
861fcced4cSJordan Brown	idmap_get_w2u_mapping;
871fcced4cSJordan Brown	idmap_info_cpy;
881fcced4cSJordan Brown	idmap_info_free;
891fcced4cSJordan Brown	idmap_info_mov;
901fcced4cSJordan Brown	idmap_init;
911fcced4cSJordan Brown	idmap_init_namemaps;
921fcced4cSJordan Brown	idmap_iter_destroy;
931fcced4cSJordan Brown	idmap_iter_mappings;
941fcced4cSJordan Brown	idmap_iter_namerules;
951fcced4cSJordan Brown	idmap_iter_next_mapping;
961fcced4cSJordan Brown	idmap_iter_next_namerule;
971fcced4cSJordan Brown	idmap_namerule_cpy;
981fcced4cSJordan Brown	idmap_set_logger;
991fcced4cSJordan Brown	idmap_set_namemap;
1001fcced4cSJordan Brown	idmap_stat2string;
1011fcced4cSJordan Brown	idmap_stat4prot;
1021fcced4cSJordan Brown	idmap_string2stat;
103c5c4113dSnw141292	idmap_udt_add_namerule;
104c5c4113dSnw141292	idmap_udt_commit;
105c5c4113dSnw141292	idmap_udt_create;
1061fcced4cSJordan Brown	idmap_udt_destroy;
1071fcced4cSJordan Brown	idmap_udt_flush_namerules;
1081fcced4cSJordan Brown	idmap_udt_get_conflict_rule;
1098e228215Sdm199847	idmap_udt_get_error_index;
1108e228215Sdm199847	idmap_udt_get_error_rule;
1111fcced4cSJordan Brown	idmap_udt_rm_namerule;
112479ac375Sdm199847	idmap_unset_namemap;
1131fcced4cSJordan Brown	memdup;
1141fcced4cSJordan Brown	sid_free;
1151fcced4cSJordan Brown	sid_from_le;
1161fcced4cSJordan Brown	sid_fromstr;
1171fcced4cSJordan Brown	sid_len;
1181fcced4cSJordan Brown	sid_to_le;
1191fcced4cSJordan Brown	sid_tostr;
1201fcced4cSJordan Brown	sized_array;
1211fcced4cSJordan Brown	sized_array_free;
1221fcced4cSJordan Brown	sized_array_n;
1231fcced4cSJordan Brown	strcaseeq;
1241fcced4cSJordan Brown	streq;
1251fcced4cSJordan Brown	strndup;
1261fcced4cSJordan Brown	xdr_directory_entry_rpc;
1271fcced4cSJordan Brown	xdr_directory_get_common_1_argument;
1281fcced4cSJordan Brown	xdr_directory_results_rpc;
129*9fb67ea3Safshin salek ardakani - Sun Microsystems - Irvine United States	xdr_idmap_flush_op;
1301fcced4cSJordan Brown	xdr_idmap_ids_res;
1311fcced4cSJordan Brown	xdr_idmap_id_res;
1321fcced4cSJordan Brown	xdr_idmap_list_mappings_1_argument;
1331fcced4cSJordan Brown	xdr_idmap_list_namerules_1_argument;
1341fcced4cSJordan Brown	xdr_idmap_mapping;
1351fcced4cSJordan Brown	xdr_idmap_mappings_res;
1361fcced4cSJordan Brown	xdr_idmap_mapping_batch;
1371fcced4cSJordan Brown	xdr_idmap_namerule;
1381fcced4cSJordan Brown	xdr_idmap_namerules_res;
1391fcced4cSJordan Brown	xdr_idmap_prop_res;
1401fcced4cSJordan Brown	xdr_idmap_prop_type;
1411fcced4cSJordan Brown	xdr_idmap_retcode;
1421fcced4cSJordan Brown	xdr_idmap_update_batch;
1431fcced4cSJordan Brown	xdr_idmap_update_res;
144c5c4113dSnw141292    local:
145c5c4113dSnw141292	*;
146c5c4113dSnw141292};
147