From: Pavel Shilovsky Date: Wed, 19 Sep 2012 13:22:43 +0000 (-0700) Subject: CIFS: Add NTLMSSP sec type to defaults X-Git-Tag: v3.7-rc1~164^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c0bd60b560cdf63a263f8ff3cebe9f99fe7a47c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git CIFS: Add NTLMSSP sec type to defaults to let us negotiate SMB2 without specifying sec type explicitly. Signed-off-by: Pavel Shilovsky --- diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index b2bb941..004672f 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -1328,7 +1328,7 @@ require use of the stronger protocol */ #define CIFSSEC_MUST_SEAL 0x40040 /* not supported yet */ #define CIFSSEC_MUST_NTLMSSP 0x80080 /* raw ntlmssp with ntlmv2 */ -#define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLM | CIFSSEC_MAY_NTLMV2) +#define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLM | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP) #define CIFSSEC_MAX (CIFSSEC_MUST_SIGN | CIFSSEC_MUST_NTLMV2) #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLM | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_LANMAN | CIFSSEC_MAY_PLNTXT | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP) /*