svn commit: samba r5716 - in branches/SAMBA_4_0/source/include: .

sfrench at samba.org sfrench at samba.org
Wed Mar 9 21:56:00 GMT 2005


Author: sfrench
Date: 2005-03-09 21:56:00 +0000 (Wed, 09 Mar 2005)
New Revision: 5716

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5716

Log:
Add new Unix extensions defines for infolevels

Modified:
   branches/SAMBA_4_0/source/include/trans2.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/trans2.h
===================================================================
--- branches/SAMBA_4_0/source/include/trans2.h	2005-03-09 21:43:00 UTC (rev 5715)
+++ branches/SAMBA_4_0/source/include/trans2.h	2005-03-09 21:56:00 UTC (rev 5716)
@@ -73,6 +73,7 @@
 #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 @@
 #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



More information about the samba-cvs mailing list