s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPEN
commit85571d08b2683ee2c9bf8f2abc76af8bc6055a86
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:10:26 +0000 (12 13:10 +0200)
treea17905baf2c6f362a57d759a255d047441418f66
parent93ec87ec2ae750071f139728c44c951f86c9a728
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