From a8fd77a69a44a439aa17415c7c1fe5df491c1641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 28 Nov 2006 09:28:15 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19169 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c5d5df13..5dc93060b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ -2006-11-27 Love Hörnquist Åstrand +2006-11-28 Love Hörnquist Åstrand + * lib/hdb/hdb.c (hdb_lock): also ignore EAGAIN as a locking retry + error. + + * 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. + +2006-11-27 Love Hörnquist Åstrand + * kdc/krb5tgs.c: Reply KRB5KRB_ERR_RESPONSE_TOO_BIG for too large packets when using datagram based transports.