From: Shirish Pargaonkar Date: Sun, 10 Jul 2011 11:55:32 +0000 (-0500) Subject: cifs: Fix signing failure when server mandates signing for NTLMSSP X-Git-Tag: v3.0~20^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62411ab2fe5f002dff27417630ddf02cc40ca404;p=pandora-kernel.git cifs: Fix signing failure when server mandates signing for NTLMSSP When using NTLMSSP authentication mechanism, if server mandates signing, keep the flags in type 3 messages of the NTLMSSP exchange same as in type 1 messages (i.e. keep the indicated capabilities same). Some of the servers such as Samba, expect the flags such as Negotiate_Key_Exchange in type 3 message of NTLMSSP exchange as well. Some servers like Windows do not. https://bugzilla.samba.org/show_bug.cgi?id=8212 Signed-off-by: Shirish Pargaonkar Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed