summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorAravind Srinivasan <aravind.srinivasan@isilon.com>2010-06-15 11:21:34 -0700
committerTim Prouty <tprouty@samba.org>2010-06-15 13:48:15 -0700
commit6da487580e9fac388ce3f3a2decaae03d5ae99a5 (patch)
tree634cab534dbbefdfd562db09798baaae0d1f6b93 /source4/torture/smbtorture.h
parent2170a59215d00554b97dc2053eeb6dde38ef3e97 (diff)
downloadsamba-6da487580e9fac388ce3f3a2decaae03d5ae99a5.tar.gz
samba-6da487580e9fac388ce3f3a2decaae03d5ae99a5.tar.bz2
samba-6da487580e9fac388ce3f3a2decaae03d5ae99a5.zip
s4 torture: RAW-SEARCH: break out some of the old search levels
* Added two new parameters: raw_search_search and raw_ea_size which can be enabled/disabled based on whether the server supports RAW_SEARCH_SEARCH and/or RAW_SEARCH_EA_SIZE levels * Skip unsupported levels from the server and give a warning rather than failing. Signed-off-by: Tim Prouty <tprouty@samba.org>
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h
index 5b12f4e3f5..b45ce65f50 100644
--- a/source4/torture/smbtorture.h
+++ b/source4/torture/smbtorture.h
@@ -133,4 +133,15 @@ bool torture_register_suite(struct torture_suite *suite);
* rather than NT_STATUS_ACCESS_DENIED when trying to open one of these files.
*/
+/* torture:raw_search_search
+ *
+ * Server supports RAW_SEARCH_SEARCH level.
+ */
+
+/* torture:search_ea_size
+ *
+ * Server supports RAW_SEARCH_DATA_EA_SIZE - This flag disables
+ * the appropriate test.
+ */
+
#endif /* __SMBTORTURE_H__ */