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)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/nsmbrc.4.man.txt
          +++ new/usr/src/man/man4/nsmbrc.4.man.txt
↓ open down ↓ 94 lines elided ↑ open up ↑
  95   95         minauth
  96   96  
  97   97             Is the minimum authentication level required, which can be one of
  98   98             kerberos, ntlmv2, ntlm, lm, or none. If minauth is set globally and
  99   99             in a user's .nsmbrc file, the stronger authentication setting are
 100  100             used whether set by the user or globally.  This property can only
 101  101             be set in the default and server sections. The default value is
 102  102             ntlm.
 103  103  
 104  104  
      105 +       min_protocol
      106 +
      107 +           Is the minimum SMB protocol level that will be negotiated, which
      108 +           must be one of: 1, 2.1 This property can only be set in the default
      109 +           and server sections.  The default value is 1.
      110 +
      111 +
      112 +       max_protocol
      113 +
      114 +           Is the maximum SMB protocol level that will be negotiated, which
      115 +           must be one of: 1, 2.1 This property can only be set in the default
      116 +           and server sections.  The default value is 2.1.
      117 +
      118 +
 105  119         nbns
 106  120  
 107  121             Specifies the DNS name or IP address of the NetBIOS/WINS name
 108  122             server. This property can only be set by an administrator by using
 109  123             the sharectl command. This property can only be set in the default
 110  124             section. The default value is empty, nbns="".
 111  125  
 112  126  
 113  127         nbns_broadcast
 114  128  
↓ open down ↓ 174 lines elided ↑ open up ↑
 289  303  SEE ALSO
 290  304         smbutil(1), mount_smbfs(1M), sharectl(1M), nsswitch.conf(4),
 291  305         user_attr(4), attributes(5), rbac(5), smbfs(7FS)
 292  306  
 293  307  NOTES
 294  308         By default, passwords stored in the .nsmbrc file are ignored unless
 295  309         only the file owner has read and write permission.
 296  310  
 297  311  
 298  312  
 299      -                               December 8, 2008                      NSMBRC(4)
      313 +                                  May 8, 2018                        NSMBRC(4)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX