diff options
author | Alexander Stetsenko <alex.stetsenko@gmail.com> | 2020-07-06 20:51:15 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-07-10 07:29:28 -0700 |
commit | 4e065a9f6a4471f1001853cd10a093bc5beb58a5 (patch) | |
tree | 0f08d7d86bc4c30fd993fc9bc78c75f61b1d9bab /usr/src/uts/common/Makefile.files | |
parent | 415535b1f3a5b13ac8fe4938b44c5f5688f82237 (diff) | |
download | illumos-joyent-4e065a9f6a4471f1001853cd10a093bc5beb58a5.tar.gz |
12513 SMB 3.1.1 support for server
Reviewed by: Matt Barden <mbarden@tintri.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/uts/common/Makefile.files')
-rw-r--r-- | usr/src/uts/common/Makefile.files | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/Makefile.files b/usr/src/uts/common/Makefile.files index 783b436bf4..b783e2a246 100644 --- a/usr/src/uts/common/Makefile.files +++ b/usr/src/uts/common/Makefile.files @@ -28,6 +28,7 @@ # 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. # # @@ -1244,7 +1245,9 @@ SMBSRV_OBJS += $(SMBSRV_SHARED_OBJS) \ 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 |