From c9c5b06dce328da4b82e1590382382666d5c6efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 7 Apr 2004 14:25:18 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13696 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 28 ++++++++++++++++++++++++++++ lib/gssapi/krb5/ChangeLog | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 2d63f8e5c..946e8ef4b 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,31 @@ +2004-04-07 Love Hörnquist Åstrand + + * init_sec_context.c (spnego_reply): use + _gss_spnego_require_mechlist_mic to figure out if we need to check + MechListMIC; From: Luke Howard + + * accept_sec_context.c (send_accept): use + _gss_spnego_require_mechlist_mic to figure out if we need to send + MechListMIC; From: Luke Howard + + * gssapi_locl.h: add _gss_spnego_require_mechlist_mic + From: Luke Howard + + * compat.c: add _gss_spnego_require_mechlist_mic for compatibility + with MS SPNEGO, From: Luke Howard + +2004-04-05 Love Hörnquist Åstrand + + * accept_sec_context.c (gsskrb5_is_cfx): krb5_keyblock->keytype is + an enctype, not keytype + + * accept_sec_context.c: use ASN1_MALLOC_ENCODE + + * init_sec_context.c: avoid the malloc loop and just allocate the + propper amount of data + + * init_sec_context.c (spnego_initial): handle mech_token better + 2004-03-19 Love Hörnquist Åstrand * gssapi.h: add gss_krb5_get_tkt_flags diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 2d63f8e5c..946e8ef4b 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,31 @@ +2004-04-07 Love Hörnquist Åstrand + + * init_sec_context.c (spnego_reply): use + _gss_spnego_require_mechlist_mic to figure out if we need to check + MechListMIC; From: Luke Howard + + * accept_sec_context.c (send_accept): use + _gss_spnego_require_mechlist_mic to figure out if we need to send + MechListMIC; From: Luke Howard + + * gssapi_locl.h: add _gss_spnego_require_mechlist_mic + From: Luke Howard + + * compat.c: add _gss_spnego_require_mechlist_mic for compatibility + with MS SPNEGO, From: Luke Howard + +2004-04-05 Love Hörnquist Åstrand + + * accept_sec_context.c (gsskrb5_is_cfx): krb5_keyblock->keytype is + an enctype, not keytype + + * accept_sec_context.c: use ASN1_MALLOC_ENCODE + + * init_sec_context.c: avoid the malloc loop and just allocate the + propper amount of data + + * init_sec_context.c (spnego_initial): handle mech_token better + 2004-03-19 Love Hörnquist Åstrand * gssapi.h: add gss_krb5_get_tkt_flags