From: Jeff Layton Date: Tue, 26 Jul 2011 16:21:17 +0000 (-0400) Subject: cifs: don't start signing too early X-Git-Tag: v3.1-rc1~96^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998d6fcb24d25b7889ec39118cf98d5089ac4c11;p=pandora-kernel.git cifs: don't start signing too early Sniffing traffic on the wire shows that windows clients send a zeroed out signature field in a NEGOTIATE request, and send "BSRSPYL" in the signature field during SESSION_SETUP. Make the cifs client behave the same way. It doesn't seem to make much difference in any server that I've tested against, but it's probably best to follow windows behavior as closely as possible here. Signed-off-by: Jeff Layton Reviewed-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed