Print this page
NEX-14666 Need to provide SMB 2.1 Client
NEX-17187 panic in smbfs_acl_store
NEX-17231 smbfs create xattr files finds wrong file
NEX-17224 smbfs lookup EINVAL should be ENOENT
NEX-17260 SMB1 client fails to list directory after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
and: (cleanup)
@@ -100,10 +100,24 @@
used whether set by the user or globally. This property can only
be set in the default and server sections. The default value is
ntlm.
+ min_protocol
+
+ Is the minimum SMB protocol level that will be negotiated, which
+ must be one of: 1, 2.1 This property can only be set in the default
+ and server sections. The default value is 1.
+
+
+ max_protocol
+
+ Is the maximum SMB protocol level that will be negotiated, which
+ must be one of: 1, 2.1 This property can only be set in the default
+ and server sections. The default value is 2.1.
+
+
nbns
Specifies the DNS name or IP address of the NetBIOS/WINS name
server. This property can only be set by an administrator by using
the sharectl command. This property can only be set in the default
@@ -294,6 +308,6 @@
By default, passwords stored in the .nsmbrc file are ignored unless
only the file owner has read and write permission.
- December 8, 2008 NSMBRC(4)
+ May 8, 2018 NSMBRC(4)