From 0bcf195e02c89ead44ad8583117d52de1d493d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Aug 2003 04:09:17 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12659 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 16 ++++++++++++++++ lib/gssapi/krb5/ChangeLog | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index a0ddd2096..1d57cedd2 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,21 @@ +2003-08-27 Love Hörnquist Åstrand + + * arcfour.c (_gssapi_verify_mic_arcfour): Do the checksum on right + area. Swap filler check, it was reversed. + + * Makefile.am (libgssapi_la_SOURCES): += arcfour.c + + * gssapi_locl.h: include "arcfour.h" + + * arcfour.c: arcfour gss-api mech, get_mic/verify_mic working + + * arcfour.h: arcfour gss-api mech, get_mic/verify_mic working + 2003-08-26 Love Hörnquist Åstrand + * gssapi_locl.h: always include cfx.h add prototype for + _gssapi_decapsulate + * cfx.[ch]: Implementation of draft-ietf-krb-wg-gssapi-cfx-00.txt from Luke Howard diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index a0ddd2096..1d57cedd2 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,5 +1,21 @@ +2003-08-27 Love Hörnquist Åstrand + + * arcfour.c (_gssapi_verify_mic_arcfour): Do the checksum on right + area. Swap filler check, it was reversed. + + * Makefile.am (libgssapi_la_SOURCES): += arcfour.c + + * gssapi_locl.h: include "arcfour.h" + + * arcfour.c: arcfour gss-api mech, get_mic/verify_mic working + + * arcfour.h: arcfour gss-api mech, get_mic/verify_mic working + 2003-08-26 Love Hörnquist Åstrand + * gssapi_locl.h: always include cfx.h add prototype for + _gssapi_decapsulate + * cfx.[ch]: Implementation of draft-ietf-krb-wg-gssapi-cfx-00.txt from Luke Howard