commit | 6188f28bf608ddecc2377663b0f2f709440c19ba | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Tue Mar 13 02:29:36 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Sun Apr 01 20:24:40 2018 -0500 |
tree | a13859be080d6bb8f17e14773945a0aa1e43161a | |
parent | 262916bc69faf90104aa784d55e10760a4199594 [diff] |
Tree connect for SMB3.1.1 must be signed for non-encrypted shares SMB3.1.1 tree connect was only being signed when signing was mandatory but needs to always be signed (for non-guest users). See MS-SMB2 section 3.2.4.1.1 Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> CC: Stable <stable@vger.kernel.org>