From c5f0eccaa14b1e76612e00cf4138ac4a453b1a06 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 25 Nov 2005 05:56:16 +0000 Subject: r11892: forgot to commit these changes (This used to be commit 07ee8ba126752a4f2ab82ce345c3513d38e5af68) --- source4/include/smb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/smb.h b/source4/include/smb.h index cb59adb84c..51e7f666ca 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -160,6 +160,7 @@ enum smb_signing_state {SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED, #define NTCREATEX_OPTIONS_RANDOM_ACCESS 0x0800 #define NTCREATEX_OPTIONS_DELETE_ON_CLOSE 0x1000 #define NTCREATEX_OPTIONS_OPEN_BY_FILE_ID 0x2000 +#define NTCREATEX_OPTIONS_UNKNOWN_400000 0x400000 /* create options these bits are for private use by backends, they are not valid on the wire */ @@ -400,7 +401,7 @@ typedef uint64_t NTTIME; #define FILE_FLAG_RANDOM_ACCESS 0x10000000L #define FILE_FLAG_SEQUENTIAL_SCAN 0x08000000L #define FILE_FLAG_DELETE_ON_CLOSE 0x04000000L -#define FILE_FLAG_BACKUP_SEMANTICS 0x02000000L +#define FILE_FLAG_BACKUP_SEMANTICS 0x02000000L /* only if backup/restore privilege? */ #define FILE_FLAG_POSIX_SEMANTICS 0x01000000L /* Responses when opening a file. */ -- cgit