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