As described in http://davenport.sourceforge.net/ntlm.html add NTLM2
authorAndrew Bartlett <abartlet@samba.org>
Tue, 12 Aug 2003 05:53:43 +0000 (05:53 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 12 Aug 2003 05:53:43 +0000 (05:53 +0000)
commit3b8485d047492788925b530e9e622a61c66f2dbd
treeef5fd11a578270d38290fb9f4125fa86bd7ab19f
parent225048e2e67e85ac6ff33ed4984435ffb7ccab62
As described in davenport.sourceforge.net/ntlm.html add NTLM2
authentication.

NTLM2 is a version of NTLM, that involves both a client and server challenge,
and the creating of a new (presuable more secure) session key.

Unfortunetly this is not quite the same as NTLMv2, and we don't know how to
get the session key.  I suggest looking very closely at what MSCHAPv2, and
other MS auth protocols do...

Andrew Bartlett
(This used to be commit d4a5f4fdf97b707b44a0787267e1e4388d1b5388)
source3/libsmb/ntlmssp.c