Print this page
12513 SMB 3.1.1 support for server

@@ -26,10 +26,11 @@
 # Copyright 2018 Nexenta Systems, Inc.
 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
 # Copyright 2020 Joyent, Inc.
 # Copyright 2016 OmniTI Computer Consulting, Inc.  All rights reserved.
 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
+# Copyright 2020 RackTop Systems, Inc.
 #
 
 #
 # This Makefile defines all file modules for the directory uts/common
 # and its children. These are the source files which may be considered

@@ -1242,11 +1243,13 @@
                 smb2_tree_connect.o \
                 smb2_tree_disconn.o \
                 smb2_write.o \
                 \
                 smb3_encrypt.o \
-                smb3_encrypt_kcf.o
+                smb3_encrypt_kcf.o \
+                smb3_kdf.o \
+                smb31_preauth.o
 
 PCFS_OBJS +=    pc_alloc.o      pc_dir.o        pc_node.o       pc_subr.o \
                 pc_vfsops.o     pc_vnops.o
 
 PROC_OBJS +=    prcontrol.o     prioctl.o       prsubr.o        prusrio.o \