svn commit: samba r11892 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Fri Nov 25 05:56:17 GMT 2005


Author: tridge
Date: 2005-11-25 05:56:16 +0000 (Fri, 25 Nov 2005)
New Revision: 11892

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11892

Log:

forgot to commit these changes

Modified:
   branches/SAMBA_4_0/source/include/smb.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb.h	2005-11-25 05:46:46 UTC (rev 11891)
+++ branches/SAMBA_4_0/source/include/smb.h	2005-11-25 05:56:16 UTC (rev 11892)
@@ -160,6 +160,7 @@
 #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 @@
 #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. */



More information about the samba-cvs mailing list