summaryrefslogtreecommitdiffstats
path: root/src/kadmin/dbutil/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-11-06 00:42:57 +0000
committerTom Yu <tlyu@mit.edu>2002-11-06 00:42:57 +0000
commitc1599f83f727ef71249e2fbfd3cc0f0cd430df26 (patch)
tree30802757ae833537861283ee6bf65da3d21f901c /src/kadmin/dbutil/ChangeLog
parent8d702bfe4bccba2b07d599ae2ecdd4225fa8a895 (diff)
downloadkrb5-c1599f83f727ef71249e2fbfd3cc0f0cd430df26.tar.gz
krb5-c1599f83f727ef71249e2fbfd3cc0f0cd430df26.tar.xz
krb5-c1599f83f727ef71249e2fbfd3cc0f0cd430df26.zip
This commit fixes up the in-tree callers of krb5_read_password() and
des_read_password(). We should perhaps tighten up the test suite now. ticket: 1217 status: open target_version: 1.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14972 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/dbutil/ChangeLog')
-rw-r--r--src/kadmin/dbutil/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog
index 73b191dbe4..cf66191569 100644
--- a/src/kadmin/dbutil/ChangeLog
+++ b/src/kadmin/dbutil/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-05 Tom Yu <tlyu@mit.edu>
+
+ * dumpv4.c (v4init):
+ * loadv4.c (dumpfile;): Remove trailing colon, as new implementation
+ of des_read_password() appends it.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.