summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2009-11-24 16:58:25 -0800
committerSteven Danneman <steven.danneman@isilon.com>2009-12-02 17:28:51 -0800
commit438b7c41aecaad55f03d2f19a0f33bb57decefa9 (patch)
treed432eb236b24df0a0945b378a26901db2f211f86 /source4/torture/smbtorture.h
parent9a3d9abdd8e9737245e3cdd7f31d453c2062dba9 (diff)
downloadsamba-438b7c41aecaad55f03d2f19a0f33bb57decefa9.tar.gz
s4/torture: Add target functionality parameters to SMBv1 BRL tests
Abstract the server requirements to pass some BRL tests. * The new default for >64bit lock tests, is that the server should return STATUS_INVALID_LOCK_RANGE. * Add parameter for targets that don't implement DENY_DOS
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h
index 862adc308c6..97678040e14 100644
--- a/source4/torture/smbtorture.h
+++ b/source4/torture/smbtorture.h
@@ -69,6 +69,11 @@ bool torture_register_suite(struct torture_suite *suite);
* before Win7, this request would return STATUS_OK, but the actual lock
* behavior was undefined. */
+/* torture:openx_deny_dos_support
+ *
+ * This parameter specifies whether the server supports the DENY_DOS open mode
+ * of the SMBOpenX PDU. */
+
/* torture:sacl_support
*
* This parameter specifies whether the server supports the setting and
@@ -76,4 +81,8 @@ bool torture_register_suite(struct torture_suite *suite);
* supports the use of the SEC_FLAG_SYSTEM_SECURITY bit in the open access
* mask.*/
+/* torture:smblock_pdu_support
+ *
+ * This parameter specifies whether the server supports the SMBLock (0x0C) PDU. */
+
#endif /* __SMBTORTURE_H__ */