1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26f808c858Sraf# 27f808c858Sraf 28f808c858Sraf# Due to mistakes made early in the history of this library, there are 29f808c858Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 30f808c858Sraf# Don't add any symbols to this version. 31f808c858Sraf 32f808c858SrafSUNW_1.1 { 33f808c858Sraf global: 34f808c858Sraf SUNW_1.1; 35f808c858Sraf}; 36f808c858Sraf 37f808c858SrafSUNWprivate_1.1 { 38f808c858Sraf global: 39f808c858Sraf krb5_db_close_database; 40f808c858Sraf krb5_db_create; 41f808c858Sraf krb5_db_delete_principal; 42f808c858Sraf krb5_db_destroy; 43f808c858Sraf krb5_db_fetch_mkey; 44f808c858Sraf krb5_db_fini; 45f808c858Sraf krb5_db_free_principal; 46f808c858Sraf krb5_db_get_age; 47*56a424ccSmp153739 krb5_db_get_mkey; 48f808c858Sraf krb5_db_get_principal; 49f808c858Sraf krb5_db_init; 50f808c858Sraf krb5_db_iterate; 51*56a424ccSmp153739 krb5_db_iterate_ext; 52f808c858Sraf krb5_db_lock; 53f808c858Sraf krb5_db_open_database; 54f808c858Sraf krb5_db_put_principal; 55f808c858Sraf krb5_db_rename; 56f808c858Sraf krb5_db_set_lockmode; 57f808c858Sraf krb5_db_set_mkey; 58f808c858Sraf krb5_db_set_name; 59f808c858Sraf krb5_db_setup_mkey_name; 60f808c858Sraf krb5_db_store_mkey; 61f808c858Sraf krb5_db_unlock; 62f808c858Sraf krb5_db_verify_master_key; 63*56a424ccSmp153739 krb5_dbe_apw; 64*56a424ccSmp153739 krb5_dbe_ark; 65*56a424ccSmp153739 krb5_dbe_cpw; 66*56a424ccSmp153739 krb5_dbe_create_key_data; 67*56a424ccSmp153739 krb5_dbe_crk; 68*56a424ccSmp153739 krb5_dbe_find_enctype; 69*56a424ccSmp153739 krb5_dbe_free_contents; 70*56a424ccSmp153739 krb5_dbe_lookup_last_pwd_change; 71*56a424ccSmp153739 krb5_dbe_lookup_mod_princ_data; 72*56a424ccSmp153739 krb5_dbe_lookup_tl_data; 73*56a424ccSmp153739 krb5_dbe_search_enctype; 74*56a424ccSmp153739 krb5_dbe_update_last_pwd_change; 75*56a424ccSmp153739 krb5_dbe_update_mod_princ_data; 76*56a424ccSmp153739 krb5_dbe_update_tl_data; 77*56a424ccSmp153739 krb5_dbekd_decrypt_key_data; 78*56a424ccSmp153739 krb5_dbekd_encrypt_key_data; 79f808c858Sraf krb5_decode_princ_contents; 80f808c858Sraf krb5_encode_princ_contents; 81*56a424ccSmp153739 krb5_encode_princ_dbkey; 82f808c858Sraf krb5_free_princ_contents; 83*56a424ccSmp153739 krb5_free_princ_dbkey; 84*56a424ccSmp153739 krb5_kt_kdb_ops; 85f808c858Sraf krb5_ktkdb_close; 86f808c858Sraf krb5_ktkdb_get_entry; 87f808c858Sraf krb5_ktkdb_resolve; 88*56a424ccSmp153739 krb5_ktkdb_set_context; 89f808c858Sraf krb5_mkey_pwd_prompt1; 90f808c858Sraf krb5_mkey_pwd_prompt2; 91f808c858Sraf krb5_ser_db_context_init; 92f808c858Sraf ulog_free_entries; 93f808c858Sraf ulog_get_entries; 94f808c858Sraf ulog_map; 95f808c858Sraf ulog_replay; 96f808c858Sraf ulog_set_role; 97f808c858Sraf local: 98f808c858Sraf *; 99f808c858Sraf}; 100