From: Jeremy Allison Date: Wed, 17 Aug 2016 21:33:00 +0000 (-0700) Subject: s3: SMB1: Add missing FLAGS2 definitions from MS-SMB. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=66650e67698ed2ed2c1e604343d4209e84f58032;p=metze%2Fsamba%2Fwip.git s3: SMB1: Add missing FLAGS2 definitions from MS-SMB. https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison Reviewed-by: Uri Simchoni --- diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h index e03e84360534..2fcb590f3ffa 100644 --- a/libcli/smb/smb_constants.h +++ b/libcli/smb/smb_constants.h @@ -309,8 +309,10 @@ enum csc_policy { #define FLAGS2_LONG_PATH_COMPONENTS 0x0001 #define FLAGS2_EXTENDED_ATTRIBUTES 0x0002 #define FLAGS2_SMB_SECURITY_SIGNATURES 0x0004 +#define FLAGS2_COMPRESSED 0x0008 /* MS-SMB */ #define FLAGS2_SMB_SECURITY_SIGNATURES_REQUIRED 0x0010 #define FLAGS2_IS_LONG_NAME 0x0040 +#define FLAGS2_REPARSE_PATH 0x0400 /* MS-SMB @GMT- path. */ #define FLAGS2_EXTENDED_SECURITY 0x0800 #define FLAGS2_DFS_PATHNAMES 0x1000 #define FLAGS2_READ_PERMIT_EXECUTE 0x2000