svn commit: samba r5639 - in branches/SAMBA_3_0/source/include: .

sfrench at samba.org sfrench at samba.org
Thu Mar 3 04:05:34 GMT 2005


Author: sfrench
Date: 2005-03-03 04:05:33 +0000 (Thu, 03 Mar 2005)
New Revision: 5639

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

Log:
update smb.h with missing defines

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


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb.h	2005-03-03 04:03:51 UTC (rev 5638)
+++ branches/SAMBA_3_0/source/include/smb.h	2005-03-03 04:05:33 UTC (rev 5639)
@@ -1121,8 +1121,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