summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
Commit message (Expand)AuthorAgeFilesLines
* r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding sha...Jelmer Vernooij2007-10-101-1/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-2/+2
* r24907: now that we support bindings without a transportStefan Metzmacher2007-10-101-0/+1
* r24897: Do some sanity checking on --basedir.Jelmer Vernooij2007-10-101-1/+14
* r24891: Fix smbtorture to exit non-zero if a test suite wasn't found.Jelmer Vernooij2007-10-101-1/+1
* r24851: Add --load-module argument to smbtorture.Jelmer Vernooij2007-10-101-1/+23
* r24757: Try parsing a UNC location before a DCE/RPC binding string as the lat...Jelmer Vernooij2007-10-101-12/+8
* r24741: More use of the torture API.Jelmer Vernooij2007-10-101-5/+4
* r24728: Use more stock torture functions.Jelmer Vernooij2007-10-101-38/+1
* r24670: Use torture functions for settings.Jelmer Vernooij2007-10-101-1/+0
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij2007-10-101-1/+14
* r21222: Merge a couple of pidl fixes:Jelmer Vernooij2007-10-101-4/+1
* r21055: Fix executable bit.Jelmer Vernooij2007-10-101-44/+1
* r21040: Remove subunit runner (now written in perl in my perlselftest branch)Jelmer Vernooij2007-10-101-10/+1
* r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij2007-10-101-1/+25
* r20757: Strip recipe functionality (should be one layer up)Jelmer Vernooij2007-10-101-30/+1
* r19878: Announce testsuites when using subunit.Jelmer Vernooij2007-10-101-1/+7
* r19875: set torture:host and torture:share also when we are given a binding s...Stefan Metzmacher2007-10-101-13/+6
* r19680: Allow specifying basedir for test data.Jelmer Vernooij2007-10-101-1/+5
* r19565: the scripts do work :)Andrew Tridgell2007-10-101-2/+0
* r19564: testing build farm scripts, apologies for the noiseAndrew Tridgell2007-10-101-0/+2
* r19563: - make --num-progs a valid smbtorture option again. It's commonlyAndrew Tridgell2007-10-101-2/+6
* r19556: Remove unused option.Jelmer Vernooij2007-10-101-1/+0
* r19554: Remove short option for --shell, as it overlaps with the option used forJelmer Vernooij2007-10-101-1/+1
* r19548: this talloc_free() is definately wrong.Andrew Tridgell2007-10-101-1/+0
* r19537: Report correct test names when tests failed.Jelmer Vernooij2007-10-101-0/+5
* r19535: Fix warnings.Jelmer Vernooij2007-10-101-2/+2
* r19513: Add support for recipes (using '@')Jelmer Vernooij2007-10-101-2/+31
* r19512: Add --shell option to smbtorture (first work towards support for 'rec...Jelmer Vernooij2007-10-101-9/+52
* r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij2007-10-101-1/+0
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-2/+2
* r19387: Exit with 0 if failures were expectedJelmer Vernooij2007-10-101-5/+5
* r19381: Print out the specific tests that failed after a smbtorture run.Jelmer Vernooij2007-10-101-12/+46
* r19378: Add another type of test result 'error'Jelmer Vernooij2007-10-101-1/+8
* r19377: Simplify report functions.Jelmer Vernooij2007-10-101-12/+2
* r19369: - we need to set the target:samba3 before calling torture_init()Stefan Metzmacher2007-10-101-10/+7
* r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.Jelmer Vernooij2007-10-101-19/+19
* r19343: Add support for external scripts/binaries that write results using theJelmer Vernooij2007-10-101-6/+21
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-43/+106
* r18421: support --target=samba3, I thought that was already supportedStefan Metzmacher2007-10-101-2/+4
* r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell2007-10-101-3/+1
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-1/+1
* r17958: as talloc_init() enabled null tracking, we should avoid to use itStefan Metzmacher2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r16527: Add target argument for smbtorture.Jelmer Vernooij2007-10-101-4/+4
* r16330: Show number of succeeded, failed and skipped tests and success rate a...Jelmer Vernooij2007-10-101-0/+8
* r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij2007-10-101-51/+51
* r16321: Add suite_start/suite_finish hooks, support --format=quietJelmer Vernooij2007-10-101-4/+17