From: Steve French Date: Tue, 25 Jun 2013 19:03:16 +0000 (-0500) Subject: Handle big endianness in NTLM (ntlmv2) authentication X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~20^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf96a907c1fbb93c633e2b7ede3b8df26d6a4c0;p=pandora-kernel.git Handle big endianness in NTLM (ntlmv2) authentication This is RH bug 970891 Uppercasing of username during calculation of ntlmv2 hash fails because UniStrupr function does not handle big endian wchars. Also fix a comment in the same code to reflect its correct usage. [To make it easier for stable (rather than require 2nd patch) fixed this patch of Shirish's to remove endian warning generated by sparse -- steve f.] Reported-by: steve Signed-off-by: Shirish Pargaonkar Cc: Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed