Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
authorAndrew Bartlett <abartlet@samba.org>
Sat, 27 Mar 2004 07:53:47 +0000 (07:53 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 27 Mar 2004 07:53:47 +0000 (07:53 +0000)
commit873db3f5fd3fbfcf290cea61d7e9f58bf28b3983
tree1f1918277e00080155334f14b640589ff8d90961
parent6dbd02d056750de48dd09c2a222a36e74079d044
Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
another NTLMv2 combination.

We should allow the NTLMv2 response to be calculated with either the domain
as supplied, or the domain in UPPER case (as we always did in the past).

As a client, we always UPPER case it (as per the spec), but we also
make sure to UPPER case the domain, when we send it.  This should give
us maximum compatability.

Andrew Bartlett
(This used to be commit 1e91cd0cf87b29899641585f46b0dcecaefd848e)
source3/lib/talloc.c
source3/libsmb/cliconnect.c
source3/libsmb/ntlm_check.c
source3/libsmb/ntlmssp.c
source3/libsmb/smbencrypt.c