]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: add and use NTCREATEX_FLAG_PERSISTENT_OPEN
authorRalph Boehme <slow@samba.org>
Tue, 7 Oct 2025 16:40:32 +0000 (18:40 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 17 Jul 2026 10:18:36 +0000 (10:18 +0000)
commitda58bd9733325ecd6667dcf7441ab14abde671e2
treeb2a294ef6765d0e3c12feb9e254cfe3c29b4fc6b
parentf0613b1ad224cf31d8848a0e963a85900c1bba57
smbd: add and use NTCREATEX_FLAG_PERSISTENT_OPEN

This will be used by the SMB2-CREATE code to request a Persistent Handle from
SMB_VFS_CREATE_FILE().

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/include/smb.h
source3/smbd/files.c