added a define for all valid file attributes
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 May 2008 07:54:06 +0000 (17:54 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 22 May 2008 07:54:06 +0000 (17:54 +1000)
(This used to be commit 198ed9336756f973cebd7cc3df7f51e2c4575205)

source4/libcli/raw/smb.h

index e054ed6522406bdaed6a80ae346e314a98bfc048..74869e8a45fed7aec00a53b9017edea81c90b741 100644 (file)
 #define FILE_ATTRIBUTE_OFFLINE         0x1000
 #define FILE_ATTRIBUTE_NONINDEXED      0x2000
 #define FILE_ATTRIBUTE_ENCRYPTED       0x4000
+#define FILE_ATTRIBUTE_ALL_MASK        0x7FFF
 
 /* Flags - combined with attributes. */
 #define FILE_FLAG_WRITE_THROUGH    0x80000000L