xref: /onnv-gate/usr/src/lib/libsecdb/common/mapfile-vers (revision 12918:32a41a5f8110)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
2212273SCasper.Dik@Sun.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
3912692SAli.Bahrami@Oracle.COM$mapfile_version 2
4012692SAli.Bahrami@Oracle.COM
4112692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
422522Sraf    global:
432522Sraf	chkauthattr;
442522Sraf	endauthattr;
452522Sraf	endexecattr;
462522Sraf	endprofattr;
472522Sraf	enduserattr;
482522Sraf	fgetuserattr;
492522Sraf	free_authattr;
502522Sraf	free_execattr;
512522Sraf	free_profattr;
522522Sraf	free_proflist;
532522Sraf	free_userattr;
542522Sraf	getauthattr;
552522Sraf	getauthnam;
562522Sraf	getexecattr;
572522Sraf	getexecprof;
582522Sraf	getexecuser;
592522Sraf	getprofattr;
602522Sraf	getproflist;
612522Sraf	getprofnam;
622522Sraf	getuserattr;
632522Sraf	getusernam;
642522Sraf	getuseruid;
652522Sraf	kva_match;
662522Sraf	match_execattr;
672522Sraf	setauthattr;
682522Sraf	setexecattr;
692522Sraf	setprofattr;
702522Sraf	setuserattr;
712522Sraf};
722522Sraf
7312692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
742522Sraf    global:
752522Sraf	_argv_to_csl;
762522Sraf	_auth_match;
772522Sraf	_csl_to_argv;
782522Sraf	_do_unescape;
792522Sraf	_free_argv;
802522Sraf	_insert2kva;
812522Sraf	_kva2str;
822522Sraf	_kva_dup;
832522Sraf	_kva_free;
84*12918SJan.Friedel@Sun.COM	_kva_free_value;
852522Sraf	_new_kva;
862522Sraf	_str2kva;
8712273SCasper.Dik@Sun.COM	_enum_profs;
8812273SCasper.Dik@Sun.COM	_enum_auths;
8912273SCasper.Dik@Sun.COM	_enum_attrs;
902522Sraf    local:
912522Sraf	*;
922522Sraf};
93