summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/ChangeLog
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-08-09 21:23:47 +0000
committerPaul Park <pjpark@mit.edu>1995-08-09 21:23:47 +0000
commite7df183dde42daf848f584781ef95897832e35e0 (patch)
tree7373a265c9282d50ae9618c7086863b827a34cad /src/lib/kdb/ChangeLog
parentca8667a077d2ecc230e1bdd84d9b81139f03226e (diff)
downloadkrb5-e7df183dde42daf848f584781ef95897832e35e0.tar.gz
krb5-e7df183dde42daf848f584781ef95897832e35e0.tar.xz
krb5-e7df183dde42daf848f584781ef95897832e35e0.zip
Fix various memory allocation and key/salt tuple related bugs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6485 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kdb/ChangeLog')
-rw-r--r--src/lib/kdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog
index 2a9b62a08..415fc4148 100644
--- a/src/lib/kdb/ChangeLog
+++ b/src/lib/kdb/ChangeLog
@@ -1,4 +1,19 @@
+Wed Aug 9 17:17:36 EDT 1995 Paul Park (pjpark@mit.edu)
+ * kdb_cpw.c - Add check for uniqueness of key or key/salt combo. Don't
+ generate a new key_data entry if one already exists. Also,
+ fill in the key_data list at the end so as not to overwrite
+ already present data.
+ - Free krbtgt_keyblock contents in add_key_rnd().
+ - Put a "break" at the end of the KRB5_KDB_SALTTYPE_ONLYREALM
+ in add_key_pwd(). Also pass in key_salt to encrypt_key_data
+ always.
+ * kdb_xdr.c - initialize retval to 0 in decode_mod_princ data. This is
+ questionable whether we should return an error if there's no
+ mod_princ data. Also, free the allocated mod_princ only if
+ we allocated it and there's a failure.
+
+
Wed Aug 9 09:47:08 EDT 1995 Paul Park (pjpark@mit.edu)
* kdb_cpw.c(add_key_rnd) - Terminate the variable length argument list
to krb5_build_principal_ext() with a zero.