diff options
author | Tom Yu <tlyu@mit.edu> | 2003-05-21 23:55:58 +0000 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 2003-05-21 23:55:58 +0000 |
commit | 7460d7fdc679b019fabd12d1f90a9a7661ce73c6 (patch) | |
tree | 68a19daa97cb4966028844bb761bc05581c3dcc1 /src/lib/kadm5/unit-test/ChangeLog | |
parent | a9ee9b5ed1c1f2aa756f83e7b9ac255c1bc0fe95 (diff) | |
download | krb5-7460d7fdc679b019fabd12d1f90a9a7661ce73c6.tar.gz krb5-7460d7fdc679b019fabd12d1f90a9a7661ce73c6.tar.xz krb5-7460d7fdc679b019fabd12d1f90a9a7661ce73c6.zip |
Set length correctly in krb5_get_in_tkt_with_password if password is
actually passed in. Also, fix test suite to be more lenient about
password prompts, which changed under the previous patches for this
ticket.
ticket: 1480
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15463 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kadm5/unit-test/ChangeLog')
-rw-r--r-- | src/lib/kadm5/unit-test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/kadm5/unit-test/ChangeLog b/src/lib/kadm5/unit-test/ChangeLog index f4da36de4..918f47d19 100644 --- a/src/lib/kadm5/unit-test/ChangeLog +++ b/src/lib/kadm5/unit-test/ChangeLog @@ -1,3 +1,11 @@ +2003-05-21 Tom Yu <tlyu@mit.edu> + + * api.0/init.exp (test6, test7): Be slightly more lenient about + matching password prompt. + + * api.2/init.exp (test6, test7): Be slightly more lenient about + matching password prompt. + 2003-01-07 Ken Raeburn <raeburn@mit.edu> * Makefile.ov: Deleted. |