diff --git a/ChangeLog b/ChangeLog index c1930b733..5733b7a30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-25 Johan Danielsson + + * lib/krb5/addr_families.c (krb5_print_address): make sure + print_addr is defined for the given address type; make addrports + printable + + * kdc/string2key.c: print the used enctype for kerberos 5 keys + 2003-03-25 Love Hörnquist Åstrand * lib/krb5/aes-test.c: add another arcfour test @@ -358,6 +366,10 @@ * lib/krb5/mk_rep.c: free allocated storage; reported by Howard Chu +2002-12-08 Johan Danielsson + + * kdc/kdc_locl.h: remove old encrypt_v4_ticket prototype + 2002-12-02 Johan Danielsson * kpasswd/kpasswdd.c (doit): initialise sa_size to size of @@ -791,6 +803,19 @@ * lib/krb5/cache.c (krb5_cc_register): break out of loop when the same type is found; spotted by Wynn Wilkes +2002-05-28 Johan Danielsson + + * lib/krb5/keytab_file.c: check size of entry before trying to + read 32-bit kvno; also fix typo in previous + +2002-05-24 Johan Danielsson + + * include/Makefile.am: only add to INCLUDES + + * lib/45/mk_req.c: fix for storage change + + * lib/hdb/print.c: fix for storage change + 2002-05-15 Johan Danielsson * kdc/kerberos5.c: don't free encrypted padata until we're really