summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-06-07 12:42:25 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-06-07 12:42:25 +0000
commit39c3f245f5e5d5e7532f9097683e6af3190dc872 (patch)
tree2831275c1d87009836e4e3166307770394768184
parent8fb1a9c6ba07dbf04a6aa1e30fa7bbd4c676ed28 (diff)
downloadsamba-39c3f245f5e5d5e7532f9097683e6af3190dc872.tar.gz
samba-39c3f245f5e5d5e7532f9097683e6af3190dc872.tar.xz
samba-39c3f245f5e5d5e7532f9097683e6af3190dc872.zip
Add flags2 for security signitures
-rw-r--r--source/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 8d66fa71d1a..c6045991800 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1291,6 +1291,7 @@ char *strdup(char *s);
#define FLAGS2_LONG_PATH_COMPONENTS 0x0001
#define FLAGS2_EXTENDED_ATTRIBUTES 0x0002
+#define FLAGS2_SMB_SECUIRTY_SIGNITURES 0x0004
#define FLAGS2_IS_LONG_NAME 0x0040
#define FLAGS2_EXTENDED_SECURITY 0x0800
#define FLAGS2_DFS_PATHNAMES 0x1000