Actions
Bug #11855
closedUpdate SMB client to 3.02
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Add SMB 3.0 protocol support to the client
SMB 3.0 adds these main features:
New signing algorithm (with this issue)
Encryption (optional, separate issue: #11992)
Updated by Gordon Ross about 4 years ago
- Description updated (diff)
- Status changed from In Progress to Pending RTI
Testing: Connect to an SMB3 server and verify that SMB signing works.
(The main difference between SMB2 and SMB3 is the signing algorithm.)
Check for regressions with usr/src/test/smbclient-tests
(Both look fine.)
Updated by Electric Monk about 4 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 686670eacbe137c7a9e6c85fef8763f8627a27b5
commit 686670eacbe137c7a9e6c85fef8763f8627a27b5 Author: Gordon Ross <gwr@nexenta.com> Date: 2019-11-18T16:07:56.000Z 11855 Update SMB client to 3.02 Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions