From eabe4c8fc4f8ba7ac75ceb9924cd5a90ff14470d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 8 Jun 2012 17:54:19 +0200 Subject: s3:vfs_default: add basic support for durable handle request and reconnect We only grant durable handles for CIFS/SMB2 only access, that means "kernel oplocks", "kernel share modes" and "posix locking" need to be set to "no". For now we also don't grant durable handles if delete on close is active on the handle. Pair-Programmed-With: Stefan Metzmacher Pair-Programmed-With: Volker Lendecke --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 88ad8ab0cb..048875d66f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -381,6 +381,7 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c smbd/smbXsrv_tcon.c smbd/smbXsrv_open.c smbd/server_exit.c + smbd/durable.c ${MANGLE_SRC}''' SMBD_SRC_BASE = '''${SMBD_SRC_SRV} -- cgit