r5639: update smb.h with missing defines
authorSteve French <sfrench@samba.org>
Thu, 3 Mar 2005 04:05:33 +0000 (04:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:52 +0000 (10:55 -0500)
(This used to be commit 0f188da8578165077b6d6df58c6e82be11943d40)

source3/include/smb.h

index ff645134109ad57a3a1834c35138caf34abf6c2a..85a700fcc7e6256e1921407f06181eacdaf62d23 100644 (file)
@@ -1121,8 +1121,11 @@ struct bitmap {
 #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. */