diff --git a/ChangeLog b/ChangeLog index 8690ac44a..8e643fd0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-01-30 Assar Westerlund + * kdc/kstash.c: include file name in error messages + * kdc/hprop.c: fix a typo and check some more return values + * lib/hdb/hdb-ldap.c (LDAP__lookup_princ): call ldap_search_s + correctly. From Jacques Vidrine + * kdc/misc.c (db_fetch): HDB_ERR_NOENTRY makes more sense than + ENOENT + * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): bump version to 15:0:0 * lib/hdb/Makefile.am (libhdb_la_LDFLAGS): bump version to 7:0:0 @@ -7,6 +14,9 @@ * kdc/misc.c (db_fetch): return an error code. change callers to look at this and try to print it in log messages + * lib/krb5/crypto.c (decrypt_internal_derived): check that there's + enough data + 2001-01-29 Assar Westerlund * kdc/hprop.c (realm_buf): move it so it becomes properly