xref: /onnv-gate/usr/src/lib/krb5/kdb/mapfile-vers (revision 8744:03d5725cda56)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
25*8744SAli.Bahrami@Sun.COM
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
28*8744SAli.Bahrami@Sun.COM#
29*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
33*8744SAli.Bahrami@Sun.COM#
34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
382522Sraf#
392522Sraf
402522Sraf# Due to mistakes made early in the history of this library, there are
412522Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
422522Sraf# Don't add any symbols to this version.
432522Sraf
442522SrafSUNW_1.1 {
454960Swillf	global:
462522Sraf	SUNW_1.1;
472522Sraf};
482522Sraf
492522SrafSUNWprivate_1.1 {
504960Swillf	global:
514960Swillf	krb5_db_alloc;
522522Sraf	krb5_db_create;
534960Swillf	krb5_db_create_policy;
544960Swillf	krb5_db_delete_policy;
552522Sraf	krb5_db_delete_principal;
562522Sraf	krb5_db_destroy;
572522Sraf	krb5_db_fetch_mkey;
582522Sraf	krb5_db_fini;
594960Swillf	krb5_db_free;
604960Swillf	krb5_db_free_policy;
612522Sraf	krb5_db_free_principal;
622522Sraf	krb5_db_get_age;
632881Smp153739	krb5_db_get_mkey;
644960Swillf	krb5_db_get_policy;
652522Sraf	krb5_db_get_principal;
664960Swillf	krb5_db_get_principal_nolock;
674960Swillf	krb5_db_inited;
682522Sraf	krb5_db_iterate;
694960Swillf	krb5_db_iter_policy;
702522Sraf	krb5_db_lock;
714960Swillf	krb5_db_open;
724960Swillf	krb5_db_promote;
732522Sraf	krb5_db_put_principal;
744960Swillf	krb5_db_put_policy;
752522Sraf	krb5_db_set_mkey;
762522Sraf	krb5_db_setup_mkey_name;
774960Swillf	krb5_db_store_master_key;
784960Swillf	krb5_db_supports_iprop;
792522Sraf	krb5_db_unlock;
802522Sraf	krb5_db_verify_master_key;
812881Smp153739	krb5_dbe_apw;
822881Smp153739	krb5_dbe_ark;
832881Smp153739	krb5_dbe_cpw;
842881Smp153739	krb5_dbe_create_key_data;
852881Smp153739	krb5_dbe_crk;
862881Smp153739	krb5_dbe_find_enctype;
872881Smp153739	krb5_dbe_lookup_last_pwd_change;
882881Smp153739	krb5_dbe_lookup_mod_princ_data;
892881Smp153739	krb5_dbe_lookup_tl_data;
902881Smp153739	krb5_dbe_search_enctype;
912881Smp153739	krb5_dbe_update_last_pwd_change;
922881Smp153739	krb5_dbe_update_mod_princ_data;
932881Smp153739	krb5_dbe_update_tl_data;
942881Smp153739	krb5_dbekd_decrypt_key_data;
952881Smp153739	krb5_dbekd_encrypt_key_data;
964960Swillf	krb5_def_store_mkey;
972881Smp153739	krb5_kt_kdb_ops;
982522Sraf	krb5_ktkdb_close;
992522Sraf	krb5_ktkdb_get_entry;
1002522Sraf	krb5_ktkdb_resolve;
1012881Smp153739	krb5_ktkdb_set_context;
1022522Sraf	krb5_mkey_pwd_prompt1;
1032522Sraf	krb5_mkey_pwd_prompt2;
1044960Swillf	ulog_add_update;
1054960Swillf	ulog_conv_2logentry;
1064960Swillf	ulog_delete_update;
1074960Swillf	ulog_finish_update;
1082522Sraf	ulog_free_entries;
1092522Sraf	ulog_get_entries;
1102522Sraf	ulog_map;
1112522Sraf	ulog_replay;
1122522Sraf	ulog_set_role;
1134960Swillf	local:
1142522Sraf	*;
1152522Sraf};
116