The session key in NTLMSSP AUTH blobs is actually an empty string.
commit207455610418a32b428f1f267091e2ec7d245ece
authorRichard Sharpe <sharpe@samba.org>
Tue, 3 Sep 2002 03:48:28 +0000 (3 03:48 +0000)
committerRichard Sharpe <sharpe@samba.org>
Tue, 3 Sep 2002 03:48:28 +0000 (3 03:48 +0000)
treefa7f9f1a1bf4ab802fa193824173590feffa4985
parent386a41695001ff56c7ef1f6f25d94555fb58aed0
The session key in NTLMSSP AUTH blobs is actually an empty string.

Also, the negotiate blob has two ASCI strings encoded in the same way that the
UNICODE strings are, they are just in ASCII. The PARSER and Generator will have to deal with that.
(This used to be commit aaa7a681ce4ee52edb23c73a53aeabb07fd5b7d8)
source3/libsmb/cliconnect.c