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)
commit1e91cd0cf87b29899641585f46b0dcecaefd848e
treeb6443aefe4f3f447a760d2962e208343dbf695b1
parent414d3fdc753b44262e9a281170d1058608d01bdf
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
source/lib/talloc.c
source/libsmb/cliconnect.c
source/libsmb/ntlm_check.c
source/libsmb/ntlmssp.c
source/libsmb/smbencrypt.c