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.2 { 41 global: 42 gss_accept_sec_context; 43 gss_acquire_cred; 44 gss_acquire_cred_with_password; 45 gss_add_cred; 46 gss_add_cred_with_password; 47 gss_add_oid_set_member; 48 gss_canonicalize_name; 49 GSS_C_NT_ANONYMOUS; 50 GSS_C_NT_EXPORT_NAME; 51 GSS_C_NT_HOSTBASED_SERVICE; 52 GSS_C_NT_MACHINE_UID_NAME; 53 GSS_C_NT_STRING_UID_NAME; 54 GSS_C_NT_USER_NAME; 55 gss_compare_name; 56 gss_context_time; 57 gss_create_empty_oid_set; 58 gss_delete_sec_context; 59 gss_display_name; 60 gss_display_status; 61 gss_duplicate_name; 62 gss_export_name; 63 gss_export_sec_context; 64 gss_get_mic; 65 gss_import_name; 66 gss_import_sec_context; 67 gss_indicate_mechs; 68 gss_init_sec_context; 69 gss_inquire_context; 70 gss_inquire_cred; 71 gss_inquire_cred_by_mech; 72 gss_inquire_mechs_for_name; 73 gss_inquire_names_for_mech; 74 gss_process_context_token; 75 gss_release_buffer; 76 gss_release_cred; 77 gss_release_name; 78 gss_release_oid; 79 gss_release_oid_set; 80 gss_seal; 81 gss_sign; 82 gss_store_cred; 83 gss_test_oid_set_member; 84 gss_unseal; 85 gss_unwrap; 86 gss_verify; 87 gss_verify_mic; 88 gss_wrap; 89 gss_wrap_size_limit; 90} SUNW_1.1; 91 92# Due to mistakes made early in the history of this library, there are 93# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 94# Don't add any symbols to this version. 95 96SUNW_1.1 { 97 global: 98 SUNW_1.1; 99}; 100 101SUNWprivate_1.1 { 102 global: 103 der_length_size; 104 generic_gss_copy_oid; 105 generic_gss_release_oid; 106 get_der_length; 107 gss_copy_oid_set; 108 gsscred_expname_to_unix_cred; 109 gsscred_expname_to_unix_cred_ext; 110 gsscred_name_to_unix_cred; 111 gsscred_name_to_unix_cred_ext; 112 gsscred_set_options; 113 gss_get_group_info; 114 __gss_get_kmodName; 115 __gss_get_mechanisms; 116 __gss_get_mech_info; 117 __gss_get_mech_type; 118 __gss_get_modOptions; 119 __gss_mech_qops; 120 __gss_mech_to_oid; 121 gss_nt_exported_name; 122 gss_nt_service_name; 123 gss_nt_service_name_v2; 124 __gss_num_to_qop; 125 __gss_oid_to_mech; 126 gss_oid_to_str; 127 __gss_qop_to_num; 128 gss_str_to_oid; 129 __gss_userok; 130 put_der_length; 131 local: 132 *; 133}; 134