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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24 25# 26# MAPFILE HEADER START 27# 28# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29# Object versioning must comply with the rules detailed in 30# 31# usr/src/lib/README.mapfiles 32# 33# You should not be making modifications here until you've read the most current 34# copy of that file. If you need help, contact a gatekeeper for guidance. 35# 36# MAPFILE HEADER END 37# 38 39$mapfile_version 2 40 41SYMBOL_VERSION SUNW_1.3 { 42 global: 43 gss_add_buffer_set_member; 44 gss_create_empty_buffer_set; 45 GSS_C_INQ_SSPI_SESSION_KEY; 46 gss_inquire_sec_context_by_oid; 47 gss_release_buffer_set; 48} SUNW_1.2; 49 50SYMBOL_VERSION SUNW_1.2 { 51 global: 52 gss_accept_sec_context; 53 gss_acquire_cred; 54 gss_acquire_cred_with_password; 55 gss_add_cred; 56 gss_add_cred_with_password; 57 gss_add_oid_set_member; 58 gss_canonicalize_name; 59 GSS_C_NT_ANONYMOUS; 60 GSS_C_NT_EXPORT_NAME; 61 GSS_C_NT_HOSTBASED_SERVICE; 62 GSS_C_NT_MACHINE_UID_NAME; 63 GSS_C_NT_STRING_UID_NAME; 64 GSS_C_NT_USER_NAME; 65 gss_compare_name; 66 gss_context_time; 67 gss_create_empty_oid_set; 68 gss_delete_sec_context; 69 gss_display_name; 70 gss_display_status; 71 gss_duplicate_name; 72 gss_export_name; 73 gss_export_sec_context; 74 gss_get_mic; 75 gss_import_name; 76 gss_import_sec_context; 77 gss_indicate_mechs; 78 gss_init_sec_context; 79 gss_inquire_context; 80 gss_inquire_cred; 81 gss_inquire_cred_by_mech; 82 gss_inquire_mechs_for_name; 83 gss_inquire_names_for_mech; 84 gss_process_context_token; 85 gss_release_buffer; 86 gss_release_cred; 87 gss_release_name; 88 gss_release_oid; 89 gss_release_oid_set; 90 gss_seal; 91 gss_sign; 92 gss_store_cred; 93 gss_test_oid_set_member; 94 gss_unseal; 95 gss_unwrap; 96 gss_verify; 97 gss_verify_mic; 98 gss_wrap; 99 gss_wrap_size_limit; 100} SUNW_1.1; 101 102# Due to mistakes made early in the history of this library, there are 103# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 104# Don't add any symbols to this version. 105 106SYMBOL_VERSION SUNW_1.1 { 107 global: 108 SUNW_1.1; 109}; 110 111SYMBOL_VERSION SUNWprivate_1.1 { 112 global: 113 der_length_size; 114 generic_gss_copy_oid; 115 generic_gss_release_oid; 116 get_der_length; 117 gss_copy_oid_set; 118 gsscred_expname_to_unix_cred; 119 gsscred_expname_to_unix_cred_ext; 120 gsscred_name_to_unix_cred; 121 gsscred_name_to_unix_cred_ext; 122 gsscred_set_options; 123 gss_get_group_info; 124 __gss_get_kmodName; 125 __gss_get_mechanism; 126 __gss_get_mechanisms; 127 __gss_get_mech_info; 128 __gss_get_mech_type; 129 __gss_get_modOptions; 130 __gss_mech_qops; 131 __gss_mech_to_oid; 132 gss_nt_exported_name; 133 gss_nt_service_name; 134 gss_nt_service_name_v2; 135 __gss_num_to_qop; 136 __gss_oid_to_mech; 137 gss_oid_to_str; 138 __gss_qop_to_num; 139 gss_str_to_oid; 140 __gss_userok; 141 put_der_length; 142 local: 143 *; 144}; 145