]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smbd: allow reset_share_mode_entry() to handle more than one durable handle
authorStefan Metzmacher <metze@samba.org>
Thu, 29 Aug 2024 16:43:14 +0000 (18:43 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Oct 2024 12:47:33 +0000 (12:47 +0000)
commitb1e5f5d8d2852b66ca4c858d14d367ffe228a88d
treea964cea16d7d6b177b7ed5010046f603e19635f6
parent2869bd1a507e7376f0bb0ec68ed4e045b043cfdb
s3:smbd: allow reset_share_mode_entry() to handle more than one durable handle

This means that multiple durable handles with RH leases can
co-exist now... Before only the last remaining durable handle
was able to pass the SMB_VFS_DURABLE_DISCONNECT() step.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15649
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15651

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail.d/smb2.durable-v2-open.bug15651 [deleted file]
source3/locking/share_mode_lock.c