git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19443 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-19 15:33:40 +00:00
parent 10483c353c
commit d1433fabd9
2 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
2006-12-19 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Move get and verify mic to the same file (crypto.c)
since they share code.
* ntlm/crypto.c: Move get and verify mic to the same file since
they share code, implement NTLM v1 and dummy signatures.
* ntlm/init_sec_context.c: pass on GSS_C_CONF_FLAG and
GSS_C_INTEG_FLAG, save the session master key
* 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.

View File

@@ -1,5 +1,10 @@
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-19 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm.c (heim_ntlm_build_ntlm1_master): return session master
key.
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm
version 1 "master" key.