From e88a91bffb985558cc242ccca34810bdf80a3ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Sep 2006 19:25:06 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18168 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index edfe940f1..37fd223a8 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,12 @@ +2006-09-25 Love Hörnquist Åstrand + + * mech/gss_accept_sec_context.c (gss_accept_sec_context): if the + token doesn't start with [APPLICATION 0] SEQUENCE, lets assume its + a DCE-style kerberos 5 connection. XXX this needs to be made + better in cause we get another GSS-API protocol violating + protocol. It should be possible to detach the Kerberos DCE-style + since it starts with a AP-REQ PDU, but that have to wait for now. + 2006-09-22 Love Hörnquist Åstrand * gssapi.h: Add GSS_C flags from