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 prop_clear; 43 prop_dispose; 44 prop_dup; 45 prop_erase; 46 prop_format; 47 prop_get; 48 prop_getnames; 49 prop_new; 50 prop_request; 51 prop_set; 52 prop_setvals; 53 sasl_auxprop_add_plugin; 54 sasl_auxprop_getctx; 55 sasl_auxprop_request; 56 sasl_canonuser_add_plugin; 57 sasl_checkapop; 58 sasl_checkpass; 59 sasl_client_add_plugin; 60 sasl_client_init; 61 sasl_client_new; 62 sasl_client_start; 63 sasl_client_step; 64 sasl_decode; 65 sasl_decode64; 66 sasl_dispose; 67 sasl_done; 68 sasl_encode; 69 sasl_encode64; 70 sasl_encodev; 71 sasl_erasebuffer; 72 sasl_errdetail; 73 sasl_errstring; 74 sasl_getprop; 75 sasl_global_listmech; 76 sasl_idle; 77 sasl_listmech; 78 sasl_server_add_plugin; 79 sasl_server_init; 80 sasl_server_new; 81 sasl_server_start; 82 sasl_server_step; 83 sasl_set_alloc; 84 sasl_seterror; 85 sasl_set_mutex; 86 sasl_setpass; 87 sasl_setprop; 88 sasl_user_exists; 89 sasl_utf8verify; 90 sasl_version; 91}; 92 93SUNWprivate_1.1 { 94 global: 95 _sasl_auxprop_add_plugin; 96 _sasl_canonuser_add_plugin; 97 _sasl_client_add_plugin; 98 _sasl_client_init; 99 _sasl_client_new; 100 sasl_create_context; 101 sasl_free_context; 102 _sasl_server_add_plugin; 103 _sasl_server_init; 104 _sasl_server_new; 105 local: 106 *; 107}; 108