1. 02 4月, 2018 1 次提交
  2. 27 1月, 2018 3 次提交
  3. 25 1月, 2018 24 次提交
  4. 07 12月, 2017 1 次提交
  5. 27 10月, 2017 1 次提交
  6. 26 10月, 2017 4 次提交
  7. 19 10月, 2017 1 次提交
  8. 21 9月, 2017 1 次提交
  9. 20 9月, 2017 3 次提交
  10. 18 9月, 2017 1 次提交
    • S
      SMB3: Add support for multidialect negotiate (SMB2.1 and later) · 9764c02f
      Steve French 提交于
      With the need to discourage use of less secure dialect, SMB1 (CIFS),
      we temporarily upgraded the dialect to SMB3 in 4.13, but since there
      are various servers which only support SMB2.1 (2.1 is more secure
      than CIFS/SMB1) but not optimal for a default dialect - add support
      for multidialect negotiation.  cifs.ko will now request SMB2.1
      or later (ie SMB2.1 or SMB3.0, SMB3.02) and the server will
      pick the latest most secure one it can support.
      
      In addition since we are sending multidialect negotiate, add
      support for secure negotiate to validate that a man in the
      middle didn't downgrade us.
      Signed-off-by: NSteve French <smfrench@gmail.com>
      Reviewed-by: NPavel Shilovsky <pshilov@microsoft.com>
      CC: Stable <stable@vger.kernel.org> # 4.13+
      9764c02f