Describe previous changes
authorPaul Park <pjpark@mit.edu>
Wed, 9 Aug 1995 21:27:04 +0000 (21:27 +0000)
committerPaul Park <pjpark@mit.edu>
Wed, 9 Aug 1995 21:27:04 +0000 (21:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6492 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5server/ChangeLog

index 590f50f280538fa49442a977a67b75bd3270b37c..f91a881e6d552cdbe7eaf00eb886fbb2454acd5b 100644 (file)
@@ -1,4 +1,23 @@
 
+Wed Aug 9 17:09:35 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * admin.c - Add code to use kdb5's change-password interfaces under
+               USE_KDB5_CPW for now until it's fully shaken out.
+               - Fix a memory leak in admin_add_modify.
+               - Handle null return from krb5_dbe_decode_mod_princ_data().
+       * passwd.c - Add code to use kdb5's change-password interfaces under
+               USE_KDB5_CPW for now until it's fully shaken out.
+               - Fix a memory leak in passwd_check_opass_ok()
+       * proto_serv.c - Use krb5_auth_context_free() to free the auth_context
+               instead of krb5_xfree().
+       * srv_acl.c - Fix Purify complaint about reading freed data.
+       * srv_key.c - Add krb5_use_keytype() for each keytype.  Add key_master_
+               encblock() for usage by kdb5's change-password interfaces.
+       * srv_net.c - Change sense of test to mark slave entry freed.  This
+               allows us to work for a while while debugging and slave creation
+               disable.
+       * kadm5_defs.h - Add prototype for key_master_encblock().
+
+
 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.