Fix SMB signing when using NTLMSSP...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 14 Jul 2003 10:38:23 +0000 (10:38 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Jul 2003 10:38:23 +0000 (10:38 +0000)
commit95ec8317d4c6817d192bcd52eec44a22286e10ee
tree3d6ad16f23901a3b49225266b7669f1aacc2eeb2
parent5472ddc9eaf4e79c5b2e1c8ee8c7f190dc285f19
Fix SMB signing when using NTLMSSP...

It's so simple now I know how it works - and it has nothing to do with
NTLMSSP (it's just a slightly different use of the old algorithm). :-).

Note:  This is actually less secure then the non-NTLMSSP code, as there is
no per-session random data included for NTLM logins.  (NTLMv2 is better,
fortunetly).

Andrew Bartlett
source/libsmb/cliconnect.c
source/libsmb/smb_signing.c