xref: /titanic_50/usr/src/lib/libidmap/common/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
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#
227a8a68f5SJulian Pullen# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23c5c4113dSnw141292# Use is subject to license terms.
24c5c4113dSnw141292#
25c5c4113dSnw141292#
26c5c4113dSnw141292
27*bfed486aSAli Bahrami#
28*bfed486aSAli Bahrami# MAPFILE HEADER START
29*bfed486aSAli Bahrami#
30*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
32*bfed486aSAli Bahrami#
33*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
34*bfed486aSAli Bahrami#
35*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
36*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
37*bfed486aSAli Bahrami#
38*bfed486aSAli Bahrami# MAPFILE HEADER END
39*bfed486aSAli Bahrami#
40*bfed486aSAli Bahrami
41c5c4113dSnw141292SUNWprivate {
42c5c4113dSnw141292    global:
43c5c4113dSnw141292	xdr_idmap_retcode;
44c5c4113dSnw141292	xdr_idmap_namerule;
45c5c4113dSnw141292	xdr_idmap_namerules_res;
46c5c4113dSnw141292	xdr_idmap_ids_res;
47c5c4113dSnw141292	xdr_idmap_mapping_batch;
48c5c4113dSnw141292	xdr_idmap_list_mappings_1_argument;
49c5c4113dSnw141292	xdr_idmap_mappings_res;
50c5c4113dSnw141292	xdr_idmap_update_batch;
51c5c4113dSnw141292	xdr_idmap_list_namerules_1_argument;
52c5c4113dSnw141292	xdr_idmap_mapping;
53c5c4113dSnw141292	xdr_idmap_id_res;
548e228215Sdm199847	xdr_idmap_update_res;
55479ac375Sdm199847	xdr_idmap_prop_res;
56479ac375Sdm199847	xdr_idmap_prop_type;
57c5c4113dSnw141292	idmap_init;
58c5c4113dSnw141292	idmap_fini;
59c5c4113dSnw141292	idmap_free;
60c5c4113dSnw141292	idmap_stat2string;
61c5c4113dSnw141292	idmap_string2stat;
62c5c4113dSnw141292	idmap_stat4prot;
63c5c4113dSnw141292	idmap_iter_namerules;
64c5c4113dSnw141292	idmap_iter_next_namerule;
65c5c4113dSnw141292	idmap_iter_mappings;
66c5c4113dSnw141292	idmap_iter_next_mapping;
67c5c4113dSnw141292	idmap_iter_destroy;
68c5c4113dSnw141292	idmap_get_create;
69c5c4113dSnw141292	idmap_get_uidbysid;
70c5c4113dSnw141292	idmap_get_gidbysid;
71c5c4113dSnw141292	idmap_get_pidbysid;
72c5c4113dSnw141292	idmap_get_sidbyuid;
73c5c4113dSnw141292	idmap_get_sidbygid;
74c5c4113dSnw141292	idmap_get_mappings;
75c5c4113dSnw141292	idmap_get_destroy;
76c5c4113dSnw141292	idmap_get_w2u_mapping;
77c5c4113dSnw141292	idmap_get_u2w_mapping;
78c5c4113dSnw141292	idmap_udt_add_namerule;
79c5c4113dSnw141292	idmap_udt_rm_namerule;
80c5c4113dSnw141292	idmap_udt_destroy;
81c5c4113dSnw141292	idmap_udt_commit;
82c5c4113dSnw141292	idmap_udt_create;
838e228215Sdm199847	idmap_udt_get_error_index;
848e228215Sdm199847	idmap_udt_get_error_rule;
858e228215Sdm199847	idmap_udt_get_conflict_rule;
86c5c4113dSnw141292	idmap_udt_flush_namerules;
87dd5829d1Sbaban	idmap_getwinnamebyuid;
88dd5829d1Sbaban	idmap_getwinnamebygid;
89dd5829d1Sbaban	idmap_getuidbywinname;
90dd5829d1Sbaban	idmap_getgidbywinname;
918e228215Sdm199847	idmap_namerule_cpy;
9248258c6bSjp151216	idmap_info_free;
9348258c6bSjp151216	idmap_info_cpy;
9448258c6bSjp151216	idmap_info_mov;
9548258c6bSjp151216	idmap_getext_sidbygid;
9648258c6bSjp151216	idmap_getext_uidbysid;
9748258c6bSjp151216	idmap_getext_pidbysid;
9848258c6bSjp151216	idmap_getext_gidbysid;
9948258c6bSjp151216	idmap_getext_sidbyuid;
100479ac375Sdm199847	idmap_set_namemap;
101479ac375Sdm199847	idmap_unset_namemap;
102479ac375Sdm199847	idmap_get_namemap;
10361b364a9Sjp151216	idmap_init_namemaps;
10461b364a9Sjp151216	idmap_fini_namemaps;
1053ee87bcaSJulian Pullen	idmap_cache_get_data;
1067a8a68f5SJulian Pullen	idmap_set_logger;
107c5c4113dSnw141292    local:
108c5c4113dSnw141292	*;
109c5c4113dSnw141292};
110