From: Shirish Pargaonkar Date: Tue, 26 Oct 2010 23:10:24 +0000 (-0500) Subject: NTLM auth and sign - minor error corrections and cleanup X-Git-Tag: v2.6.37-rc1~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c5445a9deecffea8a4fffc0163bf582411ac8a;p=pandora-kernel.git NTLM auth and sign - minor error corrections and cleanup Minor cleanup - Fix spelling mistake, make meaningful (goto) label In function setup_ntlmv2_rsp(), do not return 0 and leak memory, let the tiblob get freed. For function find_domain_name(), pass already available nls table pointer instead of loading and unloading the table again in this function. For ntlmv2, the case sensitive password length is the length of the response, so subtract session key length (16 bytes) from the .len. Signed-off-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed