]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: check for previous versions in check_any_access_fsp()
authorRalph Boehme <slow@samba.org>
Wed, 20 Dec 2023 14:09:59 +0000 (15:09 +0100)
committerRalph Boehme <slow@samba.org>
Mon, 8 Jan 2024 15:53:36 +0000 (15:53 +0000)
commitfd4e41144a819b4403340e4a28664ac586722b41
treef22735505713af8830f25ad01d4961e97ea96b59
parent02ed99343d19fd0845531ad99a46b1dd5b8a7a4f
smbd: check for previous versions in check_any_access_fsp()

Now that check_any_access_fsp() is broadly used consistently to
restrict access for all modifying operations, we can add a check for
previous versions to check_any_access_fsp() and it gets enforced
consistently.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
selftest/knownfail.d/samba3.blackbox.shadow_copy_torture [deleted file]
source3/smbd/smb2_trans2.c