+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).
+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
+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().