r19556: Remove unused option.
[gd/samba-autobuild/.git] / source4 / torture / smbtorture.c
2007-10-10 Jelmer Vernooijr19556: Remove unused option.
2007-10-10 Jelmer Vernooijr19554: Remove short option for --shell, as it overlaps...
2007-10-10 Andrew Tridgellr19548: this talloc_free() is definately wrong.
2007-10-10 Jelmer Vernooijr19537: Report correct test names when tests failed.
2007-10-10 Jelmer Vernooijr19535: Fix warnings.
2007-10-10 Jelmer Vernooijr19513: Add support for recipes (using '@')
2007-10-10 Jelmer Vernooijr19512: Add --shell option to smbtorture (first work...
2007-10-10 Jelmer Vernooijr19510: Make smbtorture's `nprocs' parameter a parametr...
2007-10-10 Jelmer Vernooijr19392: Use torture_setting_* rather than lp_parm_...
2007-10-10 Jelmer Vernooijr19387: Exit with 0 if failures were expected
2007-10-10 Jelmer Vernooijr19381: Print out the specific tests that failed after...
2007-10-10 Jelmer Vernooijr19378: Add another type of test result 'error'
2007-10-10 Jelmer Vernooijr19377: Simplify report functions.
2007-10-10 Stefan Metzmacherr19369: - we need to set the target:samba3 before calli...
2007-10-10 Jelmer Vernooijr19350: Properly list LOCAL-TALLOC under the "LOCAL...
2007-10-10 Jelmer Vernooijr19343: Add support for external scripts/binaries that...
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
2007-10-10 Stefan Metzmacherr18421: support --target=samba3, I thought that was...
2007-10-10 Andrew Tridgellr18343: fixed setlinebuf() prototype, added test for...
2007-10-10 Jelmer Vernooijr18168: Use {NULL} rather than POPT_TABLEEND, which...
2007-10-10 Stefan Metzmacherr17958: as talloc_init() enabled null tracking, we...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Jelmer Vernooijr16527: Add target argument for smbtorture.
2007-10-10 Jelmer Vernooijr16330: Show number of succeeded, failed and skipped...
2007-10-10 Jelmer Vernooijr16328: Wrap all existing tests in simple single-functi...
2007-10-10 Jelmer Vernooijr16321: Add suite_start/suite_finish hooks, support...
2007-10-10 Jelmer Vernooijr16304: Improve testing UI API. This now allows registe...
2007-10-10 Jelmer Vernooijr16174: Couple of fixes to the UI code - make 'torture_...
2007-10-10 Jelmer Vernooijr16160: Fix double semicolon in ui.h
2007-10-10 Jelmer Vernooijr16152: Support multiple output formats for those tests...
2007-10-10 Jelmer Vernooijr15908: Mention ncalrpc in smbtorture help output
2007-10-10 Jelmer Vernooijr15819: Use updated API in smbtorture, use UI tools...
2007-10-10 Rafal Szczesniakr15456: Inspired by a short discussion with abartlet...
2007-10-10 James Peachr15131: Tidy help output. When printing the list of...
2007-10-10 Stefan Metzmacherr14967: load shared module torture test after we know...
2007-10-10 Stefan Metzmacherr14818: give an error on an unknown test
2007-10-10 Jelmer Vernooijr14725: Reduce amount of headers, add simple ui impleme...
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14520: Split up smbtorture binary into a core (torture...