diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-11-25 05:56:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:42 -0500 |
commit | c5f0eccaa14b1e76612e00cf4138ac4a453b1a06 (patch) | |
tree | d1a6fc0edbf4b5fdea845db9490a1d0d78bff728 | |
parent | 2f74901802dc1ef40467e62f1880d958e6c69eef (diff) | |
download | samba-c5f0eccaa14b1e76612e00cf4138ac4a453b1a06.tar.gz samba-c5f0eccaa14b1e76612e00cf4138ac4a453b1a06.tar.bz2 samba-c5f0eccaa14b1e76612e00cf4138ac4a453b1a06.zip |
r11892: forgot to commit these changes
(This used to be commit 07ee8ba126752a4f2ab82ce345c3513d38e5af68)
-rw-r--r-- | source4/include/smb.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ |