xref: /illumos-gate/usr/src/lib/libsecdb/common/mapfile-vers (revision 581cede61ac9c14d8d4ea452562a567189eead78)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40SUNW_1.1 {
41    global:
42	chkauthattr;
43	endauthattr;
44	endexecattr;
45	endprofattr;
46	enduserattr;
47	fgetuserattr;
48	free_authattr;
49	free_execattr;
50	free_profattr;
51	free_proflist;
52	free_userattr;
53	getauthattr;
54	getauthnam;
55	getexecattr;
56	getexecprof;
57	getexecuser;
58	getprofattr;
59	getproflist;
60	getprofnam;
61	getuserattr;
62	getusernam;
63	getuseruid;
64	kva_match;
65	match_execattr;
66	setauthattr;
67	setexecattr;
68	setprofattr;
69	setuserattr;
70};
71
72SUNWprivate_1.1 {
73    global:
74	_argv_to_csl;
75	_auth_match;
76	_csl_to_argv;
77	_do_unescape;
78	_free_argv;
79	_free_user_defs;
80	_get_user_defs;
81	_insert2kva;
82	_kva2str;
83	_kva_dup;
84	_kva_free;
85	_new_kva;
86	_str2kva;
87    local:
88	*;
89};
90