diff options
| author | Tom Yu <tlyu@mit.edu> | 2002-11-06 00:42:57 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2002-11-06 00:42:57 +0000 |
| commit | c1599f83f727ef71249e2fbfd3cc0f0cd430df26 (patch) | |
| tree | 30802757ae833537861283ee6bf65da3d21f901c /src/appl/bsd/ChangeLog | |
| parent | 8d702bfe4bccba2b07d599ae2ecdd4225fa8a895 (diff) | |
| download | krb5-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/appl/bsd/ChangeLog')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 920c409647..9dc2d1e89e 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,8 @@ +2002-11-05 Tom Yu <tlyu@mit.edu> + + * login.c (k5_get_password): Remove trailing colon, as new + implementation of krb5_read_password() appends it. + 2002-09-14 Ken Raeburn <raeburn@mit.edu> * Makefile.in (rcp): Fix typo in 06-25 change. |
