diff --git a/ChangeLog b/ChangeLog index 15cacee9b..e380ef288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-30 Love Hörnquist Åstrand + + * lib/krb5/krbhst.c (plugin_get_hosts): be more paranoid and pass + in a NULLed plugin list + 2006-11-29 Love Hörnquist Åstrand * lib/krb5/verify_krb5_conf.c: add more pkinit options. @@ -16,9 +21,6 @@ * lib/hdb/hdb-ldap.c: Make build again from the hdb_entry wrapping. Patch from Andreas Hasenack. - * lib/hdb/hdb.c (hdb_lock): also ignore EAGAIN as a locking retry - error. - * kdc/pkinit.c: Need better code in the DH parameter rejection case, add comment to that effect. diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 2f0ce814a..e5d3cb463 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,8 @@ +2006-11-30 Love Hörnquist Åstrand + + * init_c.c (kadm_connect): clear error string before trying to + print a errno, this way we don't pick up a random failure code + 2006-11-20 Love Hörnquist Åstrand * ipropd_slave.c: Make krb5_get_init_creds_opt_free take a context