From 798bb2a7447990ee0b163d7f06abb78a7f386860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 28 Aug 2006 12:39:54 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17946 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2dd909d14..6ece38219 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ +2006-08-28 Love Hörnquist Åstrand + + * kdc/digest.c: Catch more error, add SASL DIGEST MD5. + + * lib/krb5/digest.c: Catch more error. + +2006-08-25 Love Hörnquist Åstrand + + * doc/setup.texi: language. + + * doc/heimdal.texi: Add last updated text. + + * doc/heimdal.css: make box around heimdal title + + * doc/heimdal.css: Inital Heimdal css for the info manual + + * lib/krb5/digest.c: In the case where we get a DigestError back, + save the error string and code. + 2006-08-24 Love Hörnquist Åstrand + * kdc/kerberos5.c: Remove _kdc_find_etype(), its no longer used. + * kdc/digest.c: Remove local error label and have just one exit label, set error strings properly.