svn commit: samba r3975 - in branches/SAMBA_4_0/source: include
torture/basic
tridge at samba.org
tridge at samba.org
Thu Nov 25 21:01:54 GMT 2004
Author: tridge
Date: 2004-11-25 21:01:54 +0000 (Thu, 25 Nov 2004)
New Revision: 3975
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3975
Log:
added LFN filesystem attribute bit definition from ethereal
apologies for not committing this earlier
Modified:
branches/SAMBA_4_0/source/include/smb.h
branches/SAMBA_4_0/source/torture/basic/properties.c
Changeset:
Modified: branches/SAMBA_4_0/source/include/smb.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb.h 2004-11-25 20:55:31 UTC (rev 3974)
+++ branches/SAMBA_4_0/source/include/smb.h 2004-11-25 21:01:54 UTC (rev 3975)
@@ -618,6 +618,7 @@
#define FS_ATTR_SPARSE_FILES 0x00000040
#define FS_ATTR_REPARSE_POINTS 0x00000080
#define FS_ATTR_REMOTE_STORAGE 0x00000100
+#define FS_ATTR_LFN_SUPPORT 0x00004000
#define FS_ATTR_IS_COMPRESSED 0x00008000
#define FS_ATTR_OBJECT_IDS 0x00010000
#define FS_ATTR_ENCRYPTION 0x00020000
Modified: branches/SAMBA_4_0/source/torture/basic/properties.c
===================================================================
--- branches/SAMBA_4_0/source/torture/basic/properties.c 2004-11-25 20:55:31 UTC (rev 3974)
+++ branches/SAMBA_4_0/source/torture/basic/properties.c 2004-11-25 21:01:54 UTC (rev 3975)
@@ -40,7 +40,7 @@
BIT_NAME(FS_ATTR_SPARSE_FILES),
BIT_NAME(FS_ATTR_REPARSE_POINTS),
BIT_NAME(FS_ATTR_REMOTE_STORAGE),
- /* FIXME! BIT_NAME(FS_ATTR_LFN_SUPPORT),*/
+ BIT_NAME(FS_ATTR_LFN_SUPPORT),
BIT_NAME(FS_ATTR_IS_COMPRESSED),
BIT_NAME(FS_ATTR_OBJECT_IDS),
BIT_NAME(FS_ATTR_ENCRYPTION),
More information about the samba-cvs
mailing list