blob: 11b7b464cddd9d2cc87c7675e7e29484a81ebce3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
SUNWprivate {
global:
xdr_idmap_retcode;
xdr_idmap_namerule;
xdr_idmap_namerules_res;
xdr_idmap_ids_res;
xdr_idmap_mapping_batch;
xdr_idmap_list_mappings_1_argument;
xdr_idmap_mappings_res;
xdr_idmap_update_batch;
xdr_idmap_list_namerules_1_argument;
xdr_idmap_mapping;
xdr_idmap_id_res;
xdr_idmap_update_res;
xdr_idmap_prop_res;
xdr_idmap_prop_type;
idmap_init;
idmap_fini;
idmap_free;
idmap_stat2string;
idmap_string2stat;
idmap_stat4prot;
idmap_iter_namerules;
idmap_iter_next_namerule;
idmap_iter_mappings;
idmap_iter_next_mapping;
idmap_iter_destroy;
idmap_get_create;
idmap_get_uidbysid;
idmap_get_gidbysid;
idmap_get_pidbysid;
idmap_get_sidbyuid;
idmap_get_sidbygid;
idmap_get_mappings;
idmap_get_destroy;
idmap_get_w2u_mapping;
idmap_get_u2w_mapping;
idmap_udt_add_namerule;
idmap_udt_rm_namerule;
idmap_udt_destroy;
idmap_udt_commit;
idmap_udt_create;
idmap_udt_get_error_index;
idmap_udt_get_error_rule;
idmap_udt_get_conflict_rule;
idmap_udt_flush_namerules;
idmap_getwinnamebyuid;
idmap_getwinnamebygid;
idmap_getuidbywinname;
idmap_getgidbywinname;
idmap_namerule_cpy;
idmap_info_free;
idmap_info_cpy;
idmap_info_mov;
idmap_getext_sidbygid;
idmap_getext_uidbysid;
idmap_getext_pidbysid;
idmap_getext_gidbysid;
idmap_getext_sidbyuid;
idmap_set_namemap;
idmap_unset_namemap;
idmap_get_namemap;
idmap_init_namemaps;
idmap_fini_namemaps;
idmap_cache_get_data;
idmap_set_logger;
local:
*;
};
|