diff --git a/ChangeLog b/ChangeLog index ef7d27346..76bbd76a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ Wed Mar 24 04:02:03 1999 Assar Westerlund + * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): + re-organize the code to always free `kdc_reply' + + * lib/krb5/get_in_tkt.c (krb5_get_in_cred): be more careful about + freeing memory + + * lib/krb5/fcache.c (fcc_destroy): don't call fcc_close + + * lib/krb5/crypto.c (krb5_crypto_destroy): free `crypto' + + * lib/hdb/hdb_locl.h: try db_185.h first in case db.h is a DB 2.0 + header + + * configure.in (db_185.h): check for + * admin/srvcreate.c: new file. contributed by Daniel Kouril diff --git a/cf/ChangeLog b/cf/ChangeLog index de4fccf72..1e2ca2f5b 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 24 23:24:51 1999 Assar Westerlund + + * Makefile.am.common (install-build-headers): simplify loop + Tue Mar 23 17:31:23 1999 Johan Danielsson * check-getpwnam_r-posix.m4: check for getpwnam_r, and if it's