git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9ffec
)
added a define for all valid file attributes
author
Andrew Tridgell
<tridge@samba.org>
Thu, 22 May 2008 07:54:06 +0000
(17:54 +1000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/source4/libcli/raw/smb.h
b/source4/libcli/raw/smb.h
index e054ed6522406bdaed6a80ae346e314a98bfc048..74869e8a45fed7aec00a53b9017edea81c90b741 100644
(file)
--- a/
source4/libcli/raw/smb.h
+++ b/
source4/libcli/raw/smb.h
@@
-370,6
+370,7
@@
#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