]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Handle SMB2_CREATE_TAG_POSIX at the smb2 layer
authorVolker Lendecke <vl@samba.org>
Thu, 1 Sep 2022 10:17:44 +0000 (12:17 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 2 Sep 2022 13:31:38 +0000 (13:31 +0000)
commiteaaa7425b563c6fa88210ff23d5c5d7f0d46b9f5
tree0d0e8a47556e71faa26d761667b45a70bf741af5
parent95657d40f08a7fc7468690b86e8b49333e9eabc3
smbd: Handle SMB2_CREATE_TAG_POSIX at the smb2 layer

We're not doing anything with this yet, this is just to provide a test
counterpart. Protected by -DDEVELOPER and "smb3 unix extensions = yes"

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