summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-11-08 08:03:31 +0000
committerTheodore Tso <tytso@mit.edu>1995-11-08 08:03:31 +0000
commit4bc18b8d9dc28ab51e1eb52891ed3f72cd86fdda (patch)
tree9f8d98efc345fdb966145d60a036b3e4a023a3e1 /src/kdc/ChangeLog
parent53bd3c35c2f895d9c766143b19ea293cdb9bcba0 (diff)
downloadkrb5-4bc18b8d9dc28ab51e1eb52891ed3f72cd86fdda.tar.gz
krb5-4bc18b8d9dc28ab51e1eb52891ed3f72cd86fdda.tar.xz
krb5-4bc18b8d9dc28ab51e1eb52891ed3f72cd86fdda.zip
* kdc_util.c (): Added new helper functions
dbentry_has_key_for_enctype(), dbentry_supports_enctype(), and select_session_keytype(). * kdc_preauth.c: Added support for the ENC_TIMESTAMP preauthentication scheme. * do_tgs_req.c (process_tgs_req): Fixed the keytype/enctype selection criteria for the server key, and the ticket session key. * do_as_req.c (process_as_req): Added calls to the kdc preauthentication verification routines. Fixed the keytype/enctype selection criteria for the client key, the server key, and the ticket session key. * main.c (finish_realm): Make sure all parts of the realm structure are freed properly. (main): Free the kcontext krb5_context. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7058 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 741224227..dbb44172b 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,25 @@
+Wed Nov 8 02:57:15 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * kdc_util.c (): Added new helper functions
+ dbentry_has_key_for_enctype(), dbentry_supports_enctype(),
+ and select_session_keytype().
+
+ * kdc_preauth.c: Added support for the ENC_TIMESTAMP
+ preauthentication scheme.
+
+ * do_tgs_req.c (process_tgs_req): Fixed the keytype/enctype
+ selection criteria for the server key, and the ticket
+ session key.
+
+ * do_as_req.c (process_as_req): Added calls to the kdc
+ preauthentication verification routines. Fixed the
+ keytype/enctype selection criteria for the client key, the
+ server key, and the ticket session key.
+
+ * main.c (finish_realm): Make sure all parts of the realm
+ structure are freed properly.
+ (main): Free the kcontext krb5_context.
+
Fri Oct 6 00:07:49 1995 Theodore Y. Ts'o <tytso@dcl>
* kdc_preauth.c (get_preauth_hint_list): Fix missing indirection