From 020817e152362c8e27dc1030609081f411cf648d Mon Sep 17 00:00:00 2001 From: Steve French Date: Wed, 9 Mar 2005 21:56:00 +0000 Subject: r5716: Add new Unix extensions defines for infolevels (This used to be commit 7f6ea98e0f338c3c9f1132c6d64a54266c1b9cfa) --- source4/include/trans2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') diff --git a/source4/include/trans2.h b/source4/include/trans2.h index 06251ddefe..a3f6e28a2a 100644 --- a/source4/include/trans2.h +++ b/source4/include/trans2.h @@ -73,6 +73,7 @@ Found 4 aliased levels #define SMB_QFS_DEVICE_INFO 0x104 #define SMB_QFS_ATTRIBUTE_INFO 0x105 #define SMB_QFS_UNIX_INFO 0x200 +#define SMB_QFS_POSIX_INFO 0x201 #define SMB_QFS_VOLUME_INFORMATION 1001 #define SMB_QFS_SIZE_INFORMATION 1003 #define SMB_QFS_DEVICE_INFORMATION 1004 @@ -207,6 +208,10 @@ Found 13 valid levels #define SMB_SFILEINFO_END_OF_FILE_INFO 0x104 #define SMB_SFILEINFO_UNIX_BASIC 0x200 #define SMB_SFILEINFO_UNIX_LINK 0x201 +#define SMB_SPATHINFO_UNIX_HLINK 0x203 +#define SMB_SPATHINFO_POSIX_ACL 0x204 +#define SMB_SPATHINFO_XATTR 0x205 +#define SMB_SFILEINFO_ATTR_FLAGS 0x206 #define SMB_SFILEINFO_BASIC_INFORMATION 1004 #define SMB_SFILEINFO_RENAME_INFORMATION 1010 #define SMB_SFILEINFO_DISPOSITION_INFORMATION 1013 -- cgit