git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12793 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-09 02:33:49 +00:00
parent c94bb7e568
commit 790b9ab1bd
2 changed files with 50 additions and 6 deletions

View File

@@ -1,7 +1,29 @@
2003-09-05 Love <lha@stacken.kth.se>
2003-09-09 Love H<EFBFBD>rnquist <20>strand <lha@it.su.se>
* cfx.c: RRC also need to be zero before wraping them From: Luke
Howard <lukeh@PADL.COM>
* init_sec_context.c: Add support for SPNEGO on the initator side.
Tested with ldap server on a Windows 2000 DC. Implementation
initially from Assar Westerlund, passes though quite a lot of
hands before I commited it.
* gssapi.h: export GSS_SPNEGO_MECHANISM
* gssapi_locl.h: include spnego_as.h add prototype for
gssapi_krb5_get_mech
* decapsulate.c (gssapi_krb5_get_mech): make non static
* Makefile.am: build SPNEGO file
2003-09-08 Love H<>rnquist <20>strand <lha@it.su.se>
* external.c: SPENGO and IAKERB oids
* spnego.asn1: SPENGO ASN1
2003-09-05 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.c: RRC also need to be zero before wraping them
From: Luke Howard <lukeh@PADL.COM>
2003-09-04 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,7 +1,29 @@
2003-09-05 Love <lha@stacken.kth.se>
2003-09-09 Love H<EFBFBD>rnquist <20>strand <lha@it.su.se>
* cfx.c: RRC also need to be zero before wraping them From: Luke
Howard <lukeh@PADL.COM>
* init_sec_context.c: Add support for SPNEGO on the initator side.
Tested with ldap server on a Windows 2000 DC. Implementation
initially from Assar Westerlund, passes though quite a lot of
hands before I commited it.
* gssapi.h: export GSS_SPNEGO_MECHANISM
* gssapi_locl.h: include spnego_as.h add prototype for
gssapi_krb5_get_mech
* decapsulate.c (gssapi_krb5_get_mech): make non static
* Makefile.am: build SPNEGO file
2003-09-08 Love H<>rnquist <20>strand <lha@it.su.se>
* external.c: SPENGO and IAKERB oids
* spnego.asn1: SPENGO ASN1
2003-09-05 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.c: RRC also need to be zero before wraping them
From: Luke Howard <lukeh@PADL.COM>
2003-09-04 Love H<>rnquist <20>strand <lha@it.su.se>