smbfs - Fix mount_smbfs authentication error (but 'ls' still broken)
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Dec 2016 00:32:27 +0000 (16:32 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Dec 2016 00:32:27 +0000 (16:32 -0800)
commite0bd597d7d698c70a3320d3be5304d494605c67a
tree2b508d85804ee5823a5725d690f14cb250af1284
parent0510b0eef0c0772b77331db9586fc4d39aab96d7
smbfs - Fix mount_smbfs authentication error (but 'ls' still broken)

* Fixes an authentication error with mount_smbfs.  Most windows file servers
  require a later crypto rev and man-in-the-middle protection.

* Note however that while mounting works, and files can be copied by name,
  'ls' currently returns empty and the mount appears to get stuck, so more
  work is needed.
sys/netproto/smb/smb.h
sys/netproto/smb/smb_conn.c
sys/netproto/smb/smb_conn.h
sys/netproto/smb/smb_crypt.c
sys/netproto/smb/smb_iod.c
sys/netproto/smb/smb_rq.c
sys/netproto/smb/smb_rq.h
sys/netproto/smb/smb_smb.c
sys/netproto/smb/smb_subr.h