]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: ignore request to set the SPARSE attribute on streams
authorRalph Boehme <slow@samba.org>
Fri, 29 Jul 2022 12:56:41 +0000 (14:56 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 10 Aug 2022 15:32:35 +0000 (15:32 +0000)
commit3af8f8e8741cc8c889bbf416ccd38a1b702917ec
tree6657d1e83f25951a170f910db5f595e4e00a49a5
parent55e55804bb2d0f21c1bbe207257bb40555f3b7a2
smbd: ignore request to set the SPARSE attribute on streams

As per MS-FSA 2.1.1.5 this is a per stream attribute, but our backends don't
support it in a consistent way, therefor just pretend success and ignore the
request.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15126
MR: https://gitlab.com/samba-team/samba/-/merge_requests/2643

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/dosmode.c