xref: /illumos-gate/usr/src/lib/libidmap/common/mapfile-vers (revision dd5829d1456ba00e6f704e6a88e7eaae608e3c1b)
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#
22c5c4113dSnw141292# Copyright 2007 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_utf8str;
31c5c4113dSnw141292	xdr_idmap_retcode;
32c5c4113dSnw141292	xdr_idmap_namerule;
33c5c4113dSnw141292	xdr_idmap_namerules_res;
34c5c4113dSnw141292	xdr_idmap_ids_res;
35c5c4113dSnw141292	xdr_idmap_mapping_batch;
36c5c4113dSnw141292	xdr_idmap_list_mappings_1_argument;
37c5c4113dSnw141292	xdr_idmap_mappings_res;
38c5c4113dSnw141292	xdr_idmap_update_batch;
39c5c4113dSnw141292	xdr_idmap_list_namerules_1_argument;
40c5c4113dSnw141292	xdr_idmap_mapping;
41c5c4113dSnw141292	xdr_idmap_id_res;
42c5c4113dSnw141292	idmap_init;
43c5c4113dSnw141292	idmap_fini;
44c5c4113dSnw141292	idmap_free;
45c5c4113dSnw141292	idmap_stat2string;
46c5c4113dSnw141292	idmap_string2stat;
47c5c4113dSnw141292	idmap_stat4prot;
48c5c4113dSnw141292	idmap_str2utf8;
49c5c4113dSnw141292	idmap_utf82str;
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;
70c5c4113dSnw141292	idmap_udt_flush_namerules;
71*dd5829d1Sbaban	idmap_getwinnamebyuid;
72*dd5829d1Sbaban	idmap_getwinnamebygid;
73*dd5829d1Sbaban	idmap_getuidbywinname;
74*dd5829d1Sbaban	idmap_getgidbywinname;
75c5c4113dSnw141292    local:
76c5c4113dSnw141292	*;
77c5c4113dSnw141292};
78