s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPEN
commit2da420e9f21772b8f544f25cc681fd6645a12823
authorRalph Boehme <slow@samba.org>
Sun, 27 May 2018 11:01:50 +0000 (27 13:01 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 12 Jul 2018 11:11:22 +0000 (12 13:11 +0200)
treeed9e350ee1714c086ce9a0bef8f834df2d832fec
parentab32e7a3275e12d589d7fc827847faa6f0167854
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>
(cherry picked from commit 37e7ff05ab9443c0330e68f5c701ffecedf2d738)
source3/include/smb.h
source3/smbd/open.c