(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)
commit868d169a4084c24924a419adc46a54f721aa2efd
treef9b8b0c4fb634c4680db0a94619ca906ca51356c
parentd05322efce826e7029d4123eb08c24d2fb0e33b8
(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
(This used to be commit 85e9c060eab59c7692198f14a447ad59f05af437)
source3/include/client.h
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clispnego.c
source3/libsmb/ntlmssp.c
source3/libsmb/smbencrypt.c
source3/param/loadparm.c