]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: add option "smb3 directory leases"
authorRalph Boehme <slow@samba.org>
Wed, 12 May 2021 09:24:45 +0000 (11:24 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Nov 2024 14:39:30 +0000 (14:39 +0000)
commitae3e9dde4c5f400a70d15f5ef199c5d8100a0c69
tree0c51ac6d540518a68d42c268c626017558167696
parent7b5914592293fb2c2a7e8cce18028dc66879b0fb
smbd: add option "smb3 directory leases"

By default enabled on non-clustered Samba, disabled on clustered Samba, the
reason being the expected additional load caused by forcing strict rename to be
enabled.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
docs-xml/smbdotconf/locking/smb3directoryleases.xml [new file with mode: 0644]
docs-xml/smbdotconf/tuning/strictrename.xml
lib/param/loadparm.c
source3/param/loadparm.c
source3/param/loadparm.h
source3/smbd/smb2_negprot.c