git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19452 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-19 16:08:35 +00:00
parent ca9bd7b087
commit 056c0a96ed

View File

@@ -1,5 +1,14 @@
2006-12-19 Love H<>rnquist <20>strand <lha@it.su.se>
* ntlm/crypto.c: move gss_wrap/gss_unwrap here
* test_context.c: request INT and CONF from the gss layer, test
get and verify MIC.
* ntlm/ntlm.h: add crypto bits.
* ntlm/accept_sec_context.c: Save session master key.
* Makefile.am: Move get and verify mic to the same file (crypto.c)
since they share code.