summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorZachary Loafman <zachary.loafman@isilon.com>2009-11-18 00:29:23 +0000
committerTim Prouty <tprouty@samba.org>2009-12-03 20:46:25 -0800
commita3df55b26f6afaab4364cb96efb121a3f8fa2c82 (patch)
tree27ffc0e226ea49531207e0b6b9ee893c507732bc /source4/torture/smbtorture.h
parent2dc5bd19d42f31e3d9f54108bd147c4371634a50 (diff)
downloadsamba-a3df55b26f6afaab4364cb96efb121a3f8fa2c82.tar.gz
s4 torture: Make RAW-SEARCH pass against win7
Signed-off-by: Tim Prouty <tprouty@samba.org>
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h
index c7bbcf2d9d6..a4f25958a69 100644
--- a/source4/torture/smbtorture.h
+++ b/source4/torture/smbtorture.h
@@ -91,4 +91,26 @@ bool torture_register_suite(struct torture_suite *suite);
* 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__ */