From aa7b92c27f236450d6fe4e3720862cb484f01bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 6 Sep 2006 18:53:56 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18037 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 88e9dee22..86cb072fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ +2006-09-06 Love Hörnquist Åstrand + + * lib/krb5/pkinit.c (_krb5_pk_verify_sign): catch the error string + from the hx509 lib + 2006-09-04 Love Hörnquist Åstrand + * lib/krb5/init_creds.c (krb5_get_init_creds_opt_set_default_flags): + fix argument to krb5_get_init_creds_opt_set_addressless. + * lib/krb5/init_creds_pw.c (init_cred_loop): try to catch the error when we actually have an error to catch.