summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2005-03-09 21:56:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:00 -0500
commit020817e152362c8e27dc1030609081f411cf648d (patch)
tree7bcbfc9782298de0536655775adc05f6492428e1 /source4
parent961148db3127a0e3785a5389f24aa25e23d87f43 (diff)
downloadsamba-020817e152362c8e27dc1030609081f411cf648d.tar.gz
samba-020817e152362c8e27dc1030609081f411cf648d.tar.bz2
samba-020817e152362c8e27dc1030609081f411cf648d.zip
r5716: Add new Unix extensions defines for infolevels
(This used to be commit 7f6ea98e0f338c3c9f1132c6d64a54266c1b9cfa)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/trans2.h5
1 files changed, 5 insertions, 0 deletions
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