Move uppercasing the domain out of smb_pwd_check_ntlmv2()
authorJeremy Allison <jra@samba.org>
Thu, 23 Aug 2012 22:46:16 +0000 (15:46 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Oct 2012 09:33:32 +0000 (11:33 +0200)
commitfc4f4dec062e48cd59df4df2bd13c263732f2ac5
tree90cd0831a0ba876e0e7b08ed3ced3ba39dd5e898
parente96f50c9bb145a6af2c023e8ff4c3e8888c5a4a6
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>.
(cherry picked from commit 43870fb2c83c0fc70fb84b48dffe8f93bacf43c9)
libcli/auth/ntlm_check.c