xref: /illumos-gate/usr/src/lib/libsasl/lib/mapfile-vers (revision f808c858fa61e7769218966759510a8b1190dfcf)
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 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28SUNW_1.1 {
29    global:
30	prop_clear;
31	prop_dispose;
32	prop_dup;
33	prop_erase;
34	prop_format;
35	prop_get;
36	prop_getnames;
37	prop_new;
38	prop_request;
39	prop_set;
40	prop_setvals;
41	sasl_auxprop_add_plugin;
42	sasl_auxprop_getctx;
43	sasl_auxprop_request;
44	sasl_canonuser_add_plugin;
45	sasl_checkapop;
46	sasl_checkpass;
47	sasl_client_add_plugin;
48	sasl_client_init;
49	sasl_client_new;
50	sasl_client_start;
51	sasl_client_step;
52	sasl_decode;
53	sasl_decode64;
54	sasl_dispose;
55	sasl_done;
56	sasl_encode;
57	sasl_encode64;
58	sasl_encodev;
59	sasl_erasebuffer;
60	sasl_errdetail;
61	sasl_errstring;
62	sasl_getprop;
63	sasl_global_listmech;
64	sasl_idle;
65	sasl_listmech;
66	sasl_server_add_plugin;
67	sasl_server_init;
68	sasl_server_new;
69	sasl_server_start;
70	sasl_server_step;
71	sasl_set_alloc;
72	sasl_seterror;
73	sasl_set_mutex;
74	sasl_setpass;
75	sasl_setprop;
76	sasl_user_exists;
77	sasl_utf8verify;
78	sasl_version;
79};
80
81SUNWprivate_1.1 {
82    global:
83	_sasl_auxprop_add_plugin;
84	_sasl_canonuser_add_plugin;
85	_sasl_client_add_plugin;
86	_sasl_client_init;
87	_sasl_client_new;
88	sasl_create_context;
89	sasl_free_context;
90	_sasl_server_add_plugin;
91	_sasl_server_init;
92	_sasl_server_new;
93    local:
94	*;
95};
96