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.