summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault when there are no tests registered.Jelmer Vernooij2008-12-221-1/+1
* Fix the build.Jelmer Vernooij2008-11-021-0/+3
* Split out torture results from torture context.Jelmer Vernooij2008-11-011-3/+6
* Move subunit ui ops out of smbtorture to the torture library.Jelmer Vernooij2008-10-231-75/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* smbtorture: add --extra-user optionStefan Metzmacher2008-07-261-1/+13
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
* Include test case name when reporting with subunit. This should make it possi...Jelmer Vernooij2008-05-231-6/+21
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-1/+1
|\
| * Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-1/+3
|\ \ | |/
| * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+1
| * Fix problems with event context not being the parent.Simo Sorce2008-04-141-1/+3
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-3/+3
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-3/+3
* r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin2007-12-211-0/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-3/+3
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-12/+12
* r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2007-12-211-3/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-3/+3
* r26240: We now actually use torture_context pointers for more than just alloc...Jelmer Vernooij2007-12-211-1/+1
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-29/+42
* r25929: Add some help strings.Jelmer Vernooij2007-12-211-4/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r25527: Deal with no tests being registered.Jelmer Vernooij2007-10-101-0/+3
* r25513: don't hide warnings in subunit modeStefan Metzmacher2007-10-101-0/+7
* r25512: reformat code...Stefan Metzmacher2007-10-101-19/+19
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-25/+25
* 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