Print this page
12513 SMB 3.1.1 support for server
*** 23,32 ****
--- 23,34 ----
# 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,43 ****
--- 36,46 ----
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,168 ****
--- 162,172 ----
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