usr/src/lib/libsecdb/common/mapfile-vers
author jeanm
Mon, 27 Nov 2006 13:19:44 -0800
changeset 3179 80729b9ca1d6
parent 2522 79989c8fe091
child 6059 6f4d284e50d9
permissions -rw-r--r--
5079387 _get_auth_policy() doesn't provide corresponding free function 6197467 svccfg segfaults on unmatched ( 6464928 *librestart* leaks memory in restarter_get_method_context()

#
# 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 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#

SUNW_1.1 {
    global:
	chkauthattr;
	endauthattr;
	endexecattr;
	endprofattr;
	enduserattr;
	fgetuserattr;
	free_authattr;
	free_execattr;
	free_profattr;
	free_proflist;
	free_userattr;
	getauthattr;
	getauthnam;
	getexecattr;
	getexecprof;
	getexecuser;
	getprofattr;
	getproflist;
	getprofnam;
	getuserattr;
	getusernam;
	getuseruid;
	kva_match;
	match_execattr;
	setauthattr;
	setexecattr;
	setprofattr;
	setuserattr;
};

SUNWprivate_1.1 {
    global:
	_argv_to_csl;
	_auth_match;
	_csl_to_argv;
	_do_unescape;
	_free_argv;
	_free_auth_policy;
	_get_auth_policy;
	_insert2kva;
	_kva2str;
	_kva_dup;
	_kva_free;
	_new_kva;
	_str2kva;
    local:
	*;
};