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

tridge at samba.org tridge at samba.org
Wed Dec 29 06:52:06 GMT 2004


Author: tridge
Date: 2004-12-29 06:52:06 +0000 (Wed, 29 Dec 2004)
New Revision: 4387

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

Log:
added a TODO about the NTCREATEX_FLAGS_OPEN_DIRECTORY flag - it seems to open
the parent of the specified directory ?!

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


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb.h	2004-12-29 00:03:34 UTC (rev 4386)
+++ branches/SAMBA_4_0/source/include/smb.h	2004-12-29 06:52:06 UTC (rev 4387)
@@ -120,7 +120,8 @@
 /* ntcreatex flags field. */
 #define NTCREATEX_FLAGS_REQUEST_OPLOCK       0x02
 #define NTCREATEX_FLAGS_REQUEST_BATCH_OPLOCK 0x04
-#define NTCREATEX_FLAGS_OPEN_DIRECTORY       0x08
+#define NTCREATEX_FLAGS_OPEN_DIRECTORY       0x08 /* TODO: opens parent? we need
+						     a test suite for this */
 #define NTCREATEX_FLAGS_EXTENDED             0x10
 
 /* the ntcreatex access_mask field 



More information about the samba-cvs mailing list