diff --git a/ChangeLog b/ChangeLog index 1bbe11d48..c0092f665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1999-05-03 Assar Westerlund + + * lib/krb5/get_cred.c (get_cred_from_kdc_flags): allocate and free + `*out_creds' properly + + * lib/krb5/creds.c (krb5_compare_creds): just verify that the + keytypes/enctypes are compatible, not that they are the same + + * kuser/kdestroy.c (cache): const-correctness + 1999-05-03 Johan Danielsson * lib/hdb/convert_db.c: add support for upgrading database diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index f0c024dbd..953eaa1cd 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,15 @@ +1999-05-04 Assar Westerlund + + * server.c (v5_loop): remove unused variable + + * kadmin_locl.h: add prototypes + + * version4.c: re-insert krb_err.h and other miss + + * server.c (kadmind_loop): break-up and restructure + + * version4.c: add ACL checks more error code checks restructure + 1999-05-03 Johan Danielsson * load.c: check for (un-)encrypted keys