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)
NEX-16824 SMB client connection setup rework
NEX-17232 SMB client reconnect failures
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (improve debug)
NEX-16818 Add fksmbcl development tool
NEX-17264 SMB client test tp_smbutil_013 fails after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (fix ref leaks)
3328 smbutil view does't work with Win2008 and later
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
SMB-56 extended security NTLMSSP, inbound
        
*** 22,32 ****
  #
  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  #
! # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  #
  
  #
  # lib/libsmbfs/Makefile.com
  #
--- 22,32 ----
  #
  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  #
! # Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  #
  
  #
  # lib/libsmbfs/Makefile.com
  #
*** 54,79 ****
          krb5ssp.o \
          mbuf.o \
          nb.o \
          nb_name.o \
          nb_net.o \
-         nb_ssn.o \
          nbns_rq.o \
-         negprot.o \
-         netshareenum.o \
          newvc.o \
          nls.o \
          ntlm.o \
          ntlmssp.o \
          print.o \
-         rap.o \
          rcfile.o \
!         rq.o \
!         signing.o \
          spnego.o \
          spnegoparse.o \
-         ssnsetup.o \
          ssp.o \
          subr.o \
          ui-sun.o \
          utf_str.o
  
--- 54,73 ----
          krb5ssp.o \
          mbuf.o \
          nb.o \
          nb_name.o \
          nb_net.o \
          nbns_rq.o \
          newvc.o \
          nls.o \
          ntlm.o \
          ntlmssp.o \
          print.o \
          rcfile.o \
!         rc_scf.o \
          spnego.o \
          spnegoparse.o \
          ssp.o \
          subr.o \
          ui-sun.o \
          utf_str.o
  
*** 93,103 ****
  
  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  
  CSTD=   $(CSTD_GNU99)
  
! LDLIBS += -lsocket -lnsl -lc -lmd -lpkcs11 -lkrb5 -lsec -lidmap
  
  # normal warnings...
  CFLAGS  +=      $(CCVERBOSE) 
  
  CERRWARN +=     -_gcc=-Wno-uninitialized
--- 87,97 ----
  
  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  
  CSTD=   $(CSTD_GNU99)
  
! LDLIBS += -lsocket -lnsl -lc -lmd -lpkcs11 -lkrb5 -lsec -lidmap -lscf -luuid
  
  # normal warnings...
  CFLAGS  +=      $(CCVERBOSE) 
  
  CERRWARN +=     -_gcc=-Wno-uninitialized