Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().
commit00281ad9f67459a47d06a6eab64d9157be0638fe
authorJeremy Allison <jra@samba.org>
Thu, 23 Aug 2012 23:02:09 +0000 (23 16:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 09:05:45 +0000 (29 10:05 +0100)
tree64038a23751cf3701e08601a5b1f8da10384d33f
parent8dbe39005418d7935b684c5628f4b476ab3bf759
Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().

The code in SMBNTLMv2encrypt_hash() should not be requesting case
changes on the domain name.
(cherry picked from commit c47183b337d996640f009d133d47f90c153acd56)

The last 3 patches address bug #9117 - smbclient can't connect to a Windows 7
server using NTLMv2 (crypto code changes domain case).
(cherry picked from commit 0745ce013878f5c45f291bea2fa479f76fc08dd5)
libcli/auth/ntlm_check.c
libcli/auth/proto.h
libcli/auth/smbencrypt.c