Move uppercasing the domain out of smb_pwd_check_ntlmv2()
commit43870fb2c83c0fc70fb84b48dffe8f93bacf43c9
authorJeremy Allison <jra@samba.org>
Thu, 23 Aug 2012 22:46:16 +0000 (23 15:46 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 24 Aug 2012 17:57:01 +0000 (24 10:57 -0700)
treebd0231bdd524cffd2e0bc864b74ca31aa07bbc73
parentced27e1c5de491b4bac6c7817e72816ab075ef32
Move uppercasing the domain out of smb_pwd_check_ntlmv2()

Allows us to remove a silly bool parameter.

Based on work done by "Blohm, Guntram (I/FP-37, extern)" <extern.guntram.blohm@audi.de>.
libcli/auth/ntlm_check.c