Describe previous changes
authorPaul Park <pjpark@mit.edu>
Thu, 3 Aug 1995 16:06:43 +0000 (16:06 +0000)
committerPaul Park <pjpark@mit.edu>
Thu, 3 Aug 1995 16:06:43 +0000 (16:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6394 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5server/ChangeLog
src/kdc/ChangeLog
src/lib/kdb/ChangeLog

index 60d1b540be6a666253c00a49e3f5d0ebe7c4ab4c..c9c7da734084dcebed2c580846f45aa39da28ccc 100644 (file)
@@ -1,4 +1,17 @@
 
+Thu Aug 3 11:40:24 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * kadm5_defs.h - Include adm.h, update prototypes.
+       * admin,passwd.c - Rework database entry merge logic to use new database
+               entry format.  Use new callling sequences to key_{string_to,
+               encrypt,decrypt,random}_keys.
+       * srv_key.c - Rework database handling logic to use new database entry
+               format.  Store all admin keys and use the first one as the
+               admin key for now.  Rework key_{string_to,encrypt,decrypt,
+               random}_keys.
+       * srv_main.c - Handle the key/salt pair list and pass it to key_init.
+       * srv_net.c - Clean up debugging messages.
+
+
 Thu Jul 27 15:08:29 EDT 1995   Paul Park       (pjpark@mit.edu)
        * srv_key.c - Remove inclusion of "mit-des.h", it's no longer needed.
                Use KRB5_MIT_DES_KEYSIZE instead of sizeof(mit_des_cblock).
index e6d4d4def1ff4af0a7ef5061da214db62e0a700c..f3ec0e523fae920c9bb0525678bc8fb38965ca57 100644 (file)
@@ -1,4 +1,9 @@
 
+Thu Aug 3 11:49:35 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * do_as_req.c - Ensure that padata is null with normal salt.
+       * kerberos_v4.c - Give the compiler something to compile when Kerberos
+               V4 is disabled.
+
 Thu Jul 27 15:10:58 EDT 1995   Paul Park       (pjpark@mit.edu)
        * configure.in - Add --with-vague-errors and --with-kdc-kdb-update
                which define KRBCONF_VAGUE_ERRORS and KRBCONF_KDC_MODIFIES_KDB
index f6ba9a0d0f508cf3fac96c43cb5bdeb346374ad6..1950551a4463048cbba56141ac0a017b9b1cb0f8 100644 (file)
@@ -1,4 +1,12 @@
 
+Thu Aug 3 11:52:40 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * encrypt_key.c - Actually copy in the salt data which we allocated
+               space for in krb5_dbekd_encrypt_key_data().
+       * kdb_xdr.c - Correctly generate the tl_data list in krb5_decode_princ_
+               contents().  Also allow for key_data_ver to be KRB5_KDB_V1_DATA_
+               ARRAY.
+
+
 Mon Jul 31 15:55:46 EDT 1995   Paul Park       (pjpark@mit.edu)
        * kdb_xdr.c - Correctly parenthesize realloc() expression in create_key
                _data().