Print this page
12513 SMB 3.1.1 support for server

@@ -23,10 +23,12 @@
 # Use is subject to license terms.
 #
 # Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
 #
 # Copyright (c) 2018, Joyent, Inc.
+#
+# Copyright 2020 RackTop Systems, Inc.
 
 LIBRARY =       libfksmbsrv.a
 VERS =          .1
 
 OBJS_LOCAL = \

@@ -34,10 +36,11 @@
                 fksmb_encrypt_pkcs.o \
                 fksmb_fem.o \
                 fksmb_idmap.o \
                 fksmb_init.o \
                 fksmb_kdoor.o \
+                fksmb_preauth_pkcs.o \
                 fksmb_sign_pkcs.o \
                 fake_lookup.o \
                 fake_nblk.o \
                 fake_vfs.o \
                 fake_vnode.o \

@@ -159,10 +162,11 @@
                 smb2_signing.o \
                 smb2_tree_connect.o \
                 smb2_tree_disconn.o \
                 smb2_write.o \
                 \
+                smb3_kdf.o \
                 smb3_encrypt.o
 
 # Can't just link with -lsmb because of user vs kernel API
 # i.e. can't call free with mem from kmem_alloc, which is
 # what happens if we just link with -lsmb