From: Paul Park Date: Tue, 16 May 1995 14:40:02 +0000 (+0000) Subject: Fix bug in ktent_to_proto() and add test modules X-Git-Tag: krb5-1.0-beta6~1976 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ade28ac115e5edec1a68e327933b2e8c7796e002;p=krb5.git Fix bug in ktent_to_proto() and add test modules git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5821 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/kadm/ChangeLog b/src/lib/kadm/ChangeLog index fef8942cf..42a552ca8 100644 --- a/src/lib/kadm/ChangeLog +++ b/src/lib/kadm/ChangeLog @@ -1,4 +1,11 @@ +Tue May 16 10:35:54 EDT 1995 Paul Park (pjpark@mit.edu) + * t_dbentry.c, t_ktentry.c - new test modules for encode/decode + functions. These convert to and from krb5_db_entry and + krb5_keytab_entry and verify contents. + * adm_kt_enc.c - Fix bug encoding integer values. + + Tue May 9 15:21:49 EDT 1995 Paul Park (pjpark@mit.edu) * adm_conn.c - use profile information to locate the admin_server. Also, return the correct value from krb5_adm_connect