Describe previous changes
authorPaul Park <pjpark@mit.edu>
Tue, 8 Aug 1995 22:02:09 +0000 (22:02 +0000)
committerPaul Park <pjpark@mit.edu>
Tue, 8 Aug 1995 22:02:09 +0000 (22:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6466 dc483132-0cff-0310-8789-dd5450dbe970

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

index 5eb7439026e3b78d7c2ce4a4a2426c8887fd8155..590f50f280538fa49442a977a67b75bd3270b37c 100644 (file)
@@ -1,4 +1,15 @@
 
+Tue Aug 8 17:30:36 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * admin.c - Allow multiple key/salt strings to be parsed.  Fix key
+               merging logic.  Fix some Purify complaints.
+       * srv_key.c(key_string_to_key) - Don't deallocate key/salt tuples if
+               supplied by caller.
+       * proto_serv.c - Under POSIX_SETJMP use sigjmp_buf.
+       * srv_main.c - Under POSIX_SETJMP, use sigjmp_buf.
+       * srv_net.c - Under POSIX_SETJMP, use sigjmp_buf.
+       * srv_output.c - Support new protocol error messages.
+
+
 Mon Aug 7 17:34:52 EDT 1995    Paul Park       (pjpark@mit.edu)
        * admin.c - Fix key list merging so that key version numbers are
                generated and merged correctly.
index 4444164eabc6278cb7ad441542e44c3628cba630..5c11b120812a5c6bed232ea8c75d5fa7dd0ff7e6 100644 (file)
@@ -1,4 +1,11 @@
 
+Tue Aug 8 17:35:58 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * encrypt_key.c - When allocating the actual key_data_contents use the
+               correct length (e.g. containing the two length bytes).
+       * kdb_xdr.c - Clean the each key_data structure so that unfilled
+               data becomes zero.
+
+
 Mon Aug 7 17:40:10 EDT 1995    Paul Park       (pjpark@mit.edu)
        * encrypt_key.c - Handle keysalt specification with null data length.
        * decrypt_key.c - Handle salttypes with zero salt length.  Also, copy