From 3d344fffc8f6c8344471208f0c7579c9ea1eeed1 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 27 May 1998 18:48:16 +0000 Subject: [PATCH] krb5_32.def: Change the DLL export list to include krb5_auth_con_setrcache, krb5_get_server_rcache, krb5_cc_default_name, krb5_change_password, krb5_mcc_ops, and all of the Cygnus krb5_get_init_creds functions. Remove the old libkadm functions, as they are no longer available. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10585 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 9 +++++++++ src/lib/krb5_32.def | 27 ++++++++++++++++++++++----- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 6d64447f2..dec064dd4 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,12 @@ +1998-05-26 Theodore Ts'o + + * krb5_32.def: Change the DLL export list to include + krb5_auth_con_setrcache, krb5_get_server_rcache, + krb5_cc_default_name, krb5_change_password, + krb5_mcc_ops, and all of the Cygnus + krb5_get_init_creds functions. Remove the old libkadm + functions, as they are no longer available. + Sun May 24 22:31:39 1998 Theodore Y. Ts'o * Makefile.in (CLEANLIBS): Remove lib/kadm from the list of diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def index 1d9e7cc25..511141b24 100644 --- a/src/lib/krb5_32.def +++ b/src/lib/krb5_32.def @@ -70,6 +70,18 @@ EXPORTS krb5_get_in_tkt_with_keytab krb5_get_in_tkt_with_password krb5_get_in_tkt_with_skey + krb5_get_init_creds_opt_init + krb5_get_init_creds_opt_set_tkt_life + krb5_get_init_creds_opt_set_renew_life + krb5_get_init_creds_opt_set_forwardable + krb5_get_init_creds_opt_set_proxiable + krb5_get_init_creds_opt_set_etype_list + krb5_get_init_creds_opt_set_address_list + krb5_get_init_creds_opt_set_preauth_list + krb5_get_init_creds_opt_set_salt + krb5_get_init_creds_password + krb5_get_init_creds_keytab + krb5_get_init_creds_opt_init krb5_get_notification_message krb5_init_context krb5_mk_error @@ -95,6 +107,7 @@ EXPORTS krb5_unparse_name krb5_unparse_name_ext krb5_us_timeofday + krb5_get_server_rcache ; krb5_use_enctype krb5_checksum_size @@ -140,8 +153,10 @@ EXPORTS krb5_auth_con_setuseruserkey krb5_auth_con_getauthenticator krb5_auth_con_set_req_cksumtype + krb5_auth_con_setrcache ; krb5_cc_default + krb5_cc_default_name krb5_cc_register krb5_cc_resolve ; @@ -153,12 +168,13 @@ EXPORTS krb5_kt_read_service_key krb5_kt_remove_entry ;Kadm routines - krb5_adm_connect - krb5_adm_disconnect - krb5_free_adm_data - krb5_read_adm_reply - krb5_send_adm_cmd +; krb5_adm_connect +; krb5_adm_disconnect +; krb5_free_adm_data +; krb5_read_adm_reply +; krb5_send_adm_cmd ; + krb5_change_password ;Temporary exports (DO NOT USE) decode_krb5_ticket des_ecb_encrypt @@ -183,3 +199,4 @@ EXPORTS krb5_ser_keytab_init krb5_ser_rcache_init decode_krb5_ap_req + krb5_mcc_ops -- 2.26.2