Describe previous changes
authorPaul Park <pjpark@mit.edu>
Tue, 15 Aug 1995 18:45:26 +0000 (18:45 +0000)
committerPaul Park <pjpark@mit.edu>
Tue, 15 Aug 1995 18:45:26 +0000 (18:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6531 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog

index a6fe4b08a0a83ff7a957054a3c8e727be8bb6d0b..7469b338be5c63c4ee47aad5d5ab24e6a5176a45 100644 (file)
@@ -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.