diff options
| author | Richard Basch <probe@mit.edu> | 1996-03-20 01:01:24 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1996-03-20 01:01:24 +0000 |
| commit | fc7abcb941d11df8d5447264bc4440a1255fcefb (patch) | |
| tree | 4abc8779141f32971651bae1413d813741f3bc4a /src/admin/edit/ChangeLog | |
| parent | 302d0dbc3f072bb9d6f8258ec88ba0be90be7a8d (diff) | |
| download | krb5-fc7abcb941d11df8d5447264bc4440a1255fcefb.tar.gz krb5-fc7abcb941d11df8d5447264bc4440a1255fcefb.tar.xz krb5-fc7abcb941d11df8d5447264bc4440a1255fcefb.zip | |
* kdb5_edit.c (extract_v4_srvtab): do not test to make sure we
fetched a key of enctype 1 (des-cbc-crc), since we may have gotten
another des key from the database, which is just as useful in a
v4 srvtab
* dumpv4.c (dump_v4_iterator): use krb5_524_conv_principal to do the
v5 to v4 principal translation, instead of having yet another
hard-coded table.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7668 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit/ChangeLog')
| -rw-r--r-- | src/admin/edit/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog index 7cf8b1c725..584601cf16 100644 --- a/src/admin/edit/ChangeLog +++ b/src/admin/edit/ChangeLog @@ -1,3 +1,14 @@ +Tue Mar 19 18:00:58 1996 Richard Basch <basch@lehman.com> + + * kdb5_edit.c (extract_v4_srvtab): do not test to make sure we + fetched a key of enctype 1 (des-cbc-crc), since we may have gotten + another des key from the database, which is just as useful in a + v4 srvtab + + * dumpv4.c (dump_v4_iterator): use krb5_524_conv_principal to do the + v5 to v4 principal translation, instead of having yet another + hard-coded table. + Wed Mar 6 16:17:20 1996 Richard Basch <basch@lehman.com> * dumpv4.c: The V4 master key & schedule was never initialized, |
