(only for HEAD at the moment).
authorAndrew Bartlett <abartlet@samba.org>
Sun, 9 Feb 2003 12:26:58 +0000 (12:26 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 9 Feb 2003 12:26:58 +0000 (12:26 +0000)
commit85e9c060eab59c7692198f14a447ad59f05af437
tree7d17bbd859446019b112f839f6618c0d9b9860ba
parent9cd29f2bacd7c61f82f799e97f93d88f98f9ece6
(only for HEAD at the moment).

Add NTLMv2 support to our client, used when so configured ('client use NTLMv2 =
yes') and only when 'client use spengo = no'.  (A new option to allow the
client and server ends to chose spnego seperatly).

NTLMv2 signing doesn't yet work, and NTLMv2 is not done for NTLMSSP yet.

Also some parinoia checks in our input parsing.

Andrew Bartlett
source/include/client.h
source/libsmb/cliconnect.c
source/libsmb/clientgen.c
source/libsmb/clispnego.c
source/libsmb/ntlmssp.c
source/libsmb/smbencrypt.c
source/param/loadparm.c