components/cyrus-sasl/mapfile
author Danek Duvall <danek.duvall@oracle.com>
Thu, 08 Sep 2016 17:47:13 -0700
changeset 6910 93182fb9923a
parent 5055 9daf220c1a9a
permissions -rw-r--r--
24589822 deliver httplib2 for Python 3.x

#
# 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
#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#
# Note that the source above actually lives in the ON tree.
#
# Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
#
# public interfaces in libsasl
#
$mapfile_version 2

FILTER {
	FILTEE = libsasl2.so.3;
	TYPE = WEAK;
};

SYMBOL_VERSION SUNW_1.1 {
    global:
	prop_clear			{ TYPE = FUNCTION };
	prop_dispose			{ TYPE = FUNCTION };
	prop_dup			{ TYPE = FUNCTION };
	prop_erase			{ TYPE = FUNCTION };
	prop_format			{ TYPE = FUNCTION };
	prop_get			{ TYPE = FUNCTION };
	prop_getnames			{ TYPE = FUNCTION };
	prop_new			{ TYPE = FUNCTION };
	prop_request			{ TYPE = FUNCTION };
	prop_set			{ TYPE = FUNCTION };
	prop_setvals			{ TYPE = FUNCTION };
	sasl_auxprop_add_plugin		{ TYPE = FUNCTION };
	sasl_auxprop_getctx		{ TYPE = FUNCTION };
	sasl_auxprop_request		{ TYPE = FUNCTION };
	sasl_canonuser_add_plugin	{ TYPE = FUNCTION };
	sasl_checkapop			{ TYPE = FUNCTION };
	sasl_checkpass			{ TYPE = FUNCTION };
	sasl_client_add_plugin		{ TYPE = FUNCTION };
	sasl_client_init		{ TYPE = FUNCTION };
	sasl_client_new			{ TYPE = FUNCTION };
	sasl_client_start		{ TYPE = FUNCTION };
	sasl_client_step		{ TYPE = FUNCTION };
	sasl_decode			{ TYPE = FUNCTION };
	sasl_decode64			{ TYPE = FUNCTION };
	sasl_dispose			{ TYPE = FUNCTION };
	sasl_done			{ TYPE = FUNCTION };
	sasl_encode			{ TYPE = FUNCTION };
	sasl_encode64			{ TYPE = FUNCTION };
	sasl_encodev			{ TYPE = FUNCTION };
	sasl_erasebuffer		{ TYPE = FUNCTION };
	sasl_errdetail			{ TYPE = FUNCTION };
	sasl_errstring			{ TYPE = FUNCTION };
	sasl_getprop			{ TYPE = FUNCTION };
	sasl_global_listmech		{ TYPE = FUNCTION };
	sasl_idle			{ TYPE = FUNCTION };
	sasl_listmech			{ TYPE = FUNCTION };
	sasl_server_add_plugin		{ TYPE = FUNCTION };
	sasl_server_init		{ TYPE = FUNCTION };
	sasl_server_new			{ TYPE = FUNCTION };
	sasl_server_start		{ TYPE = FUNCTION };
	sasl_server_step		{ TYPE = FUNCTION };
	sasl_set_alloc			{ TYPE = FUNCTION };
	sasl_set_mutex			{ TYPE = FUNCTION };
	sasl_seterror			{ TYPE = FUNCTION };
	sasl_setpass			{ TYPE = FUNCTION };
	sasl_setprop			{ TYPE = FUNCTION };
	sasl_user_exists		{ TYPE = FUNCTION };
	sasl_utf8verify			{ TYPE = FUNCTION };
	sasl_version			{ TYPE = FUNCTION };
    local: *;
};