Skip to content

Commit

Permalink
ksmbd: update feature status in documentation
Browse files Browse the repository at this point in the history
Update ksmbd feature status in documentation file.
 - add support for v2 lease feature and SMB3 CCM/GCM256 encryption.
 - add planned features.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Jan 12, 2024
1 parent ad311e5 commit 2df026a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ksmbd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,15 @@ Auto Negotiation Supported.
Compound Request Supported.
Oplock Cache Mechanism Supported.
SMB2 leases(v1 lease) Supported.
Directory leases(v2 lease) Planned for future.
Directory leases(v2 lease) Supported.
Multi-credits Supported.
NTLM/NTLMv2 Supported.
HMAC-SHA256 Signing Supported.
Secure negotiate Supported.
Signing Update Supported.
Pre-authentication integrity Supported.
SMB3 encryption(CCM, GCM) Supported. (CCM and GCM128 supported, GCM256 in
progress)
SMB direct(RDMA) Partially Supported. SMB3 Multi-channel is
required to connect to Windows client.
SMB3 encryption(CCM, GCM) Supported. (CCM/GCM128 and CCM/GCM256 supported)
SMB direct(RDMA) Supported.
SMB3 Multi-channel Partially Supported. Planned to implement
replay/retry mechanisms for future.
SMB3.1.1 POSIX extension Supported.
Expand Down Expand Up @@ -112,6 +110,9 @@ DCE/RPC support Partially Supported. a few calls(NetShareEnumAll,
for Witness protocol e.g.)
ksmbd/nfsd interoperability Planned for future. The features that ksmbd
support are Leases, Notify, ACLs and Share modes.
SMB2 Compression Planned for future.
SMB over QUIC Planned for future.
Signing/Encryption over RDMA Planned for future.
============================== =================================================


Expand Down

0 comments on commit 2df026a

Please sign in to comment.