From fc7abcb941d11df8d5447264bc4440a1255fcefb Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Wed, 20 Mar 1996 01:01:24 +0000 Subject: * 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 --- src/admin/edit/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/admin/edit/ChangeLog') diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog index 7cf8b1c72..584601cf1 100644 --- a/src/admin/edit/ChangeLog +++ b/src/admin/edit/ChangeLog @@ -1,3 +1,14 @@ +Tue Mar 19 18:00:58 1996 Richard Basch + + * 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 * dumpv4.c: The V4 master key & schedule was never initialized, -- cgit