]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: add access_mask to delay_for_handle_lease_break_send()
authorRalph Boehme <slow@samba.org>
Fri, 23 May 2025 15:06:50 +0000 (17:06 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 28 May 2025 15:06:29 +0000 (15:06 +0000)
commit5d4565c1f974b75a1c080f4503613201ecaf7001
tree8b535f525710a8b6b2137058a16e788f2fc6b1d7
parent1351b613679acb063d7ef8bc63d438e1ec973a9a
smbd: add access_mask to delay_for_handle_lease_break_send()

No change in behaviour, existing caller all pass SEC_RIGHTS_DIR_ALL. Prepares
for selectively breaking only H-leases if the access_mask of the corresponding
open contains DELETE_ACCESS.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Bjoern Jacke <bjacke@samba.org>
source3/smbd/proto.h
source3/smbd/smb2_close.c
source3/smbd/smb2_oplock.c
source3/smbd/smb2_setinfo.c
source3/smbd/smbXsrv_session.c