s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPEN
authorRalph Boehme <slow@samba.org>
Sun, 27 May 2018 11:01:50 +0000 (13:01 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 30 May 2018 17:10:26 +0000 (19:10 +0200)
commit37e7ff05ab9443c0330e68f5c701ffecedf2d738
tree443ce3ad59e0423d141c0f801b8042a6893f49b6
parentf166207fc0344b51879d863857055ab7ff36a09b
s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPEN

This will be used to mark basefile opens of streams opens. This is
needed to later implement a function that can determine if a file has
stream opens.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13451

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/smb.h
source3/smbd/open.c