summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-28 00:07:26 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-03 17:54:39 +0200
commit261c59e3a1ce9edc8c5db74e91a58988ebab6712 (patch)
treebefbe4fcaabef06fd8845788e24ab37f0eda07e0 /source3/Makefile.in
parentcfc8d4a1f49a304ab8ff3e1dde7217a031cccf10 (diff)
downloadsamba-261c59e3a1ce9edc8c5db74e91a58988ebab6712.tar.gz
samba-261c59e3a1ce9edc8c5db74e91a58988ebab6712.tar.bz2
samba-261c59e3a1ce9edc8c5db74e91a58988ebab6712.zip
s3:smbd: implement a simple version of SMB2 Create
It only work on file shares and just ignores any additional Create Context Values. metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index eb3761d49c..0430656382 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -752,6 +752,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/dnsregister.o smbd/globals.o \
smbd/smb2_server.o smbd/smb2_negprot.o \
smbd/smb2_sesssetup.o smbd/smb2_tcon.o smbd/smb2_glue.o \
+ smbd/smb2_create.o \
smbd/smb2_keepalive.o smbd/smb2_signing.o \
$(MANGLE_OBJ) @VFS_STATIC@