From 9d9e6a7778efef8cd6e19bd296c690fb1fd6b7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 30 Nov 2006 17:23:58 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19199 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 8 +++++--- lib/kadm5/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+), 3 deletions(-) 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