git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12833 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-12 21:18:09 +00:00
parent 07970b6175
commit 45984d2d2c
2 changed files with 38 additions and 0 deletions

View File

@@ -1,11 +1,30 @@
2003-09-12 Love H<>rnquist <20>strand <lha@it.su.se>
* indicate_mechs.c (gss_indicate_mechs): in case of error, free
mech_set
* indicate_mechs.c (gss_indicate_mechs): add SPNEGO
2003-09-10 Love H<>rnquist <20>strand <lha@it.su.se>
* init_sec_context.c (spnego_initial): catch errors and return
them
* init_sec_context.c (spnego_initial): add #if 0 out version of
the CHOICE branch encoding, also where here, free no longer used
memory
2003-09-09 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: support GSS_SPNEGO_MECHANISM
* accept_sec_context.c: SPNEGO doesn't include gss wrapping on
SubsequentContextToken like the Kerberos 5 mech does.
* init_sec_context.c (spnego_reply): SPNEGO doesn't include gss
wrapping on SubsequentContextToken like the Kerberos 5 mech
does. Lets check for it anyway.
* accept_sec_context.c: Add support for SPNEGO on the initator
side. Implementation initially from Assar Westerlund, passes
though quite a lot of hands before I commited it.

View File

@@ -1,11 +1,30 @@
2003-09-12 Love H<>rnquist <20>strand <lha@it.su.se>
* indicate_mechs.c (gss_indicate_mechs): in case of error, free
mech_set
* indicate_mechs.c (gss_indicate_mechs): add SPNEGO
2003-09-10 Love H<>rnquist <20>strand <lha@it.su.se>
* init_sec_context.c (spnego_initial): catch errors and return
them
* init_sec_context.c (spnego_initial): add #if 0 out version of
the CHOICE branch encoding, also where here, free no longer used
memory
2003-09-09 Love H<>rnquist <20>strand <lha@it.su.se>
* gss_acquire_cred.3: support GSS_SPNEGO_MECHANISM
* accept_sec_context.c: SPNEGO doesn't include gss wrapping on
SubsequentContextToken like the Kerberos 5 mech does.
* init_sec_context.c (spnego_reply): SPNEGO doesn't include gss
wrapping on SubsequentContextToken like the Kerberos 5 mech
does. Lets check for it anyway.
* accept_sec_context.c: Add support for SPNEGO on the initator
side. Implementation initially from Assar Westerlund, passes
though quite a lot of hands before I commited it.