SMB3: Validate negotiate request must always be signed
authorSteve French <smfrench@gmail.com>
Wed, 25 Oct 2017 20:58:31 +0000 (15:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Mar 2018 10:00:08 +0000 (11:00 +0100)
commitfca16f9a02d9c44d8231ee52f84de3d57422bc3d
treec800eedc1ebbc1143f5774006a5d83524ef5aa65
parent548af581f939bbad7fa21fa8dace32e5eef075e5
SMB3: Validate negotiate request must always be signed

commit 4587eee04e2ac7ac3ac9fa2bc164fb6e548f99cd upstream.

According to MS-SMB2 3.2.55 validate_negotiate request must
always be signed. Some Windows can fail the request if you send it unsigned

See kernel bugzilla bug 197311

CC: Stable <stable@vger.kernel.org>
Acked-by: Ronnie Sahlberg <lsahlber.redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb2pdu.c