smbd: Make in_create_options available in smbd_smb2_create_after_exec()
authorVolker Lendecke <vl@samba.org>
Thu, 1 Dec 2022 16:42:13 +0000 (17:42 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 7 Nov 2023 12:46:37 +0000 (12:46 +0000)
commit8308d25ff9d5cf1e0039aa900da1c75132f63495
tree55e9d69e9023eaeba97eab963e6915a906ffabd9
parent6c3c37cf2092615375ad3fb6a06505a4d1363eb0
smbd: Make in_create_options available in smbd_smb2_create_after_exec()

Enable NT_STATUS_IO_REPARSE_TAG_NOT_HANDLED and _STOPPED_ON_SYMLINK if
not opening with FILE_OPEN_REPARSE_POINT. We only know after all the
open logic what we have.

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