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# Due to mistakes made early in the history of this library, there are 40# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 41# Don't add any symbols to this version. 42 43$mapfile_version 2 44 45SYMBOL_VERSION SUNW_1.1 { 46 global: 47 SUNW_1.1; 48}; 49 50SYMBOL_VERSION SUNWprivate_1.1 { 51 global: 52 krb5_db_alloc; 53 krb5_db_create; 54 krb5_db_create_policy; 55 krb5_db_delete_policy; 56 krb5_db_delete_principal; 57 krb5_db_destroy; 58 krb5_db_fetch_mkey; 59 krb5_db_fini; 60 krb5_db_free; 61 krb5_db_free_policy; 62 krb5_db_free_principal; 63 krb5_db_get_age; 64 krb5_db_get_mkey; 65 krb5_db_get_policy; 66 krb5_db_get_principal; 67 krb5_db_get_principal_nolock; 68 krb5_db_inited; 69 krb5_db_iterate; 70 krb5_db_iter_policy; 71 krb5_db_lock; 72 krb5_db_open; 73 krb5_db_promote; 74 krb5_db_put_principal; 75 krb5_db_put_policy; 76 krb5_db_set_mkey; 77 krb5_db_setup_mkey_name; 78 krb5_db_store_master_key; 79 krb5_db_supports_iprop; 80 krb5_db_unlock; 81 krb5_db_verify_master_key; 82 krb5_dbe_apw; 83 krb5_dbe_ark; 84 krb5_dbe_cpw; 85 krb5_dbe_create_key_data; 86 krb5_dbe_crk; 87 krb5_dbe_find_enctype; 88 krb5_dbe_lookup_last_pwd_change; 89 krb5_dbe_lookup_mod_princ_data; 90 krb5_dbe_lookup_tl_data; 91 krb5_dbe_search_enctype; 92 krb5_dbe_update_last_pwd_change; 93 krb5_dbe_update_mod_princ_data; 94 krb5_dbe_update_tl_data; 95 krb5_dbekd_decrypt_key_data; 96 krb5_dbekd_encrypt_key_data; 97 krb5_def_store_mkey; 98 krb5_kt_kdb_ops { 99 ASSERT = { 100 TYPE = OBJECT; 101 SIZE = 48; 102 }; 103 }; 104 krb5_ktkdb_close; 105 krb5_ktkdb_get_entry; 106 krb5_ktkdb_resolve; 107 krb5_ktkdb_set_context; 108 krb5_mkey_pwd_prompt1 { 109 ASSERT = { 110 TYPE = OBJECT; 111 SIZE = 4; 112 }; 113 }; 114 krb5_mkey_pwd_prompt2 { 115 ASSERT = { 116 TYPE = OBJECT; 117 SIZE = 4; 118 }; 119 }; 120 ulog_add_update; 121 ulog_conv_2logentry; 122 ulog_delete_update; 123 ulog_finish_update; 124 ulog_free_entries; 125 ulog_get_entries; 126 ulog_map; 127 ulog_replay; 128 ulog_set_role; 129 local: 130 *; 131}; 132