summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smbdirect.c
diff options
context:
space:
mode:
authorDaniel N Pettersson <danielnp@axis.com>2018-01-11 16:00:12 +0100
committerSteve French <smfrench@gmail.com>2018-01-24 19:49:07 -0600
commit9aca7e454415f7878b28524e76bebe1170911a88 (patch)
tree7244ce43905ce4dc6aaa2608a659e31c08705b46 /fs/cifs/smbdirect.c
parent9084432c316b76f697732ac806f706a5a436aae1 (diff)
downloadlinux-9aca7e454415f7878b28524e76bebe1170911a88.tar.bz2
cifs: Fix autonegotiate security settings mismatch
Autonegotiation gives a security settings mismatch error if the SMB server selects an SMBv3 dialect that isn't SMB3.02. The exact error is "protocol revalidation - security settings mismatch". This can be tested using Samba v4.2 or by setting the global Samba setting max protocol = SMB3_00. The check that fails in smb3_validate_negotiate is the dialect verification of the negotiate info response. This is because it tries to verify against the protocol_id in the global smbdefault_values. The protocol_id in smbdefault_values is SMB3.02. In SMB2_negotiate the protocol_id in smbdefault_values isn't updated, it is global so it probably shouldn't be, but server->dialect is. This patch changes the check in smb3_validate_negotiate to use server->dialect instead of server->vals->protocol_id. The patch works with autonegotiate and when using a specific version in the vers mount option. Signed-off-by: Daniel N Pettersson <danielnp@axis.com> Signed-off-by: Steve French <smfrench@gmail.com> CC: Stable <stable@vger.kernel.org>
Diffstat (limited to 'fs/cifs/smbdirect.c')
0 files changed, 0 insertions, 0 deletions