commit ee9d8b18c681da4d1e51720233fd68df563cb0ae
Author: Matthew Dillon <[email protected]>
Date:   Thu Dec 1 16:32:27 2016 -0800

    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.

Summary of changes:
 sys/netproto/smb/smb.h       |   2 +
 sys/netproto/smb/smb_conn.c  |   5 ++
 sys/netproto/smb/smb_conn.h  |   3 +
 sys/netproto/smb/smb_crypt.c | 193 +++++++++++++++++++++++++++++++++++++++++++
 sys/netproto/smb/smb_iod.c   |   2 +
 sys/netproto/smb/smb_rq.c    |  23 +++++-
 sys/netproto/smb/smb_rq.h    |   6 +-
 sys/netproto/smb/smb_smb.c   |   8 ++
 sys/netproto/smb/smb_subr.h  |   3 +
 9 files changed, 242 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ee9d8b18c681da4d1e51720233fd68df563cb0ae


-- 
DragonFly BSD source repository

Reply via email to