Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().
authorJeremy Allison <jra@samba.org>
Thu, 23 Aug 2012 23:02:09 +0000 (16:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Oct 2012 09:34:30 +0000 (11:34 +0200)
commit0745ce013878f5c45f291bea2fa479f76fc08dd5
tree08bee23fff75f3d1dd6b99b5353babf9b33476cf
parent39e5641f2a8a48817492c9d5204ffbeccf66f8ec
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).
libcli/auth/ntlm_check.c
libcli/auth/proto.h
libcli/auth/smbencrypt.c