From: Paul Park Date: Tue, 15 Aug 1995 18:45:26 +0000 (+0000) Subject: Describe previous changes X-Git-Tag: krb5-1.0-beta6~1308 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f9e6358b005282a685c8a496be1dd027ba146fa1;p=krb5.git Describe previous changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6531 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index a6fe4b08a..7469b338b 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,4 +1,18 @@ +Tue Aug 15 14:32:54 EDT 1995 Paul Park (pjpark@mit.edu) + * extern.h - Add key/salt list to per-realm data. + * main.c - Save or generate per-realm key/salt list. Use this list + to determine which key to use from the list of server keys. + Fix gcc -Wall complaints. + * do_as_req.c - Batch KRBCONF_KDC_MODIFIES_KDB updates after the + response is issued. Use krb5_dbe_find_keytype() to find the + appropriate key in the list of keys. Find appropriate client + key instead of using the key in slot 0. Fix gcc -Wall moans. + * kdc_util.c - Use per-realm key/salt list to determine which key to + use from the list of server keys. Fix gcc -Wall complaints. + * kerberos_v4.c - Use krb5_dbe_find_keytype() to find appropriate key. + Fix gcc -Wall complaints. + Thu Aug 10 14:52:24 EDT 1995 Paul Park (pjpark@mit.edu) * do_as_req.c - Add missing variable when KRBCONF_KDC_MODIFIES_KDB on.