git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13aa88e
)
r4387: added a TODO about the NTCREATEX_FLAGS_OPEN_DIRECTORY flag - it seems to open
author
Andrew Tridgell
<tridge@samba.org>
Wed, 29 Dec 2004 06:52:06 +0000
(06:52 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:07:41 +0000
(13:07 -0500)
the parent of the specified directory ?!
source/include/smb.h
patch
|
blob
|
history
diff --git
a/source/include/smb.h
b/source/include/smb.h
index 5dc553c3fafdcfb19963efcb677494997b595a63..078e9b39c896a092fbf55bc07d84c11a4b80035b 100644
(file)
--- a/
source/include/smb.h
+++ b/
source/include/smb.h
@@
-120,7
+120,8
@@
enum smb_signing_state {SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED,
/* 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