svn commit: samba r5643 - in trunk/source/include: .

jra at samba.org jra at samba.org
Thu Mar 3 04:15:12 GMT 2005


Author: jra
Date: 2005-03-03 04:15:12 +0000 (Thu, 03 Mar 2005)
New Revision: 5643

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

Log:
Janitor for Steve.

Modified:
   trunk/source/include/smb.h


Changeset:
Modified: trunk/source/include/smb.h
===================================================================
--- trunk/source/include/smb.h	2005-03-03 04:08:23 UTC (rev 5642)
+++ trunk/source/include/smb.h	2005-03-03 04:15:12 UTC (rev 5643)
@@ -1127,8 +1127,11 @@
 #define FILE_ATTRIBUTE_NORMAL		0x080L
 #define FILE_ATTRIBUTE_TEMPORARY	0x100L
 #define FILE_ATTRIBUTE_SPARSE		0x200L
+#define FILE_ATTRIBUTE_REPARSE_POINT    0x400L
 #define FILE_ATTRIBUTE_COMPRESSED	0x800L
+#define FILE_ATTRIBUTE_OFFLINE          0x1000L
 #define FILE_ATTRIBUTE_NONINDEXED	0x2000L
+#define FILE_ATTRIBUTE_ENCRYPTED        0x4000L
 #define SAMBA_ATTRIBUTES_MASK		0x7F
 
 /* Flags - combined with attributes. */



More information about the samba-cvs mailing list