git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19437 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-19 12:12:59 +00:00
parent a9e71ed195
commit edfb0d4719
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-19 Love H<>rnquist <20>strand <lha@it.su.se>
* spnego/accept_sec_context.c: try using gss_accept_sec_context()
on the opportunistic token instead of guessing the acceptor name
and do gss_acquire_cred, this make SPNEGO work like before.
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/init_sec_context.c: Calculate the NTLM version 1 "master"
key.

View File

@@ -1,3 +1,8 @@
2006-12-19 Love H<>rnquist <20>strand <lha@it.su.se>
* gss/check-context.in: don't need to set GSSAPI_SPNEGO_NAME any
longer
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* gss/check-context.in: Define GSSAPI_SPNEGO_NAME and re-add