s4 torture: Make RAW-SEARCH pass against win7
[kai/samba.git] / source4 / torture / smbtorture.h
index 862adc308c6661c252f224fea62c37d89f0f016d..a4f25958a69d9b5cabb9dfd80c32e050cffd1d44 100644 (file)
@@ -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,36 @@ 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. */
+
+/* torture:2_step_break_to_none
+ *
+ * If true this parameter tests servers that break from level 1 to none in two
+ * steps rather than 1.
+ */
+
+/* torture:resume_key_support
+ *
+ * Server supports resuming search via key.
+ */
+
+/* torture:rewind_support
+ *
+ * Server supports rewinding during search.
+ */
+
+/* torture:ea_support
+ *
+ * Server supports OS/2 style EAs.
+ */
+
+/* torture:search_ea_support
+ *
+ * Server supports RAW_SEARCH_DATA_EA_LIST - Torture currently
+ * does not interact correctly with win7, this flag disables
+ * the appropriate test.
+ */
+
 #endif /* __SMBTORTURE_H__ */