summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-3/+3
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-3/+3
2007-12-21r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin1-0/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-3/+3
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-12/+12
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-3/+3
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-3/+3
2007-12-21r26240: We now actually use torture_context pointers for more than just alloc...Jelmer Vernooij1-1/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-29/+42
2007-12-21r25929: Add some help strings.Jelmer Vernooij1-4/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r25527: Deal with no tests being registered.Jelmer Vernooij1-0/+3
2007-10-10r25513: don't hide warnings in subunit modeStefan Metzmacher1-0/+7
2007-10-10r25512: reformat code...Stefan Metzmacher1-19/+19
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-25/+25
2007-10-10r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding sha...Jelmer Vernooij1-1/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-2/+2
2007-10-10r24907: now that we support bindings without a transportStefan Metzmacher1-0/+1
2007-10-10r24897: Do some sanity checking on --basedir.Jelmer Vernooij1-1/+14
2007-10-10r24891: Fix smbtorture to exit non-zero if a test suite wasn't found.Jelmer Vernooij1-1/+1
2007-10-10r24851: Add --load-module argument to smbtorture.Jelmer Vernooij1-1/+23
2007-10-10r24757: Try parsing a UNC location before a DCE/RPC binding string as the lat...Jelmer Vernooij1-12/+8
2007-10-10r24741: More use of the torture API.Jelmer Vernooij1-5/+4
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-38/+1
2007-10-10r24670: Use torture functions for settings.Jelmer Vernooij1-1/+0
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij1-1/+14
2007-10-10r21222: Merge a couple of pidl fixes:Jelmer Vernooij1-4/+1
2007-10-10r21055: Fix executable bit.Jelmer Vernooij1-44/+1
2007-10-10r21040: Remove subunit runner (now written in perl in my perlselftest branch)Jelmer Vernooij1-10/+1
2007-10-10r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij1-1/+25
2007-10-10r20757: Strip recipe functionality (should be one layer up)Jelmer Vernooij1-30/+1
2007-10-10r19878: Announce testsuites when using subunit.Jelmer Vernooij1-1/+7
2007-10-10r19875: set torture:host and torture:share also when we are given a binding s...Stefan Metzmacher1-13/+6
2007-10-10r19680: Allow specifying basedir for test data.Jelmer Vernooij1-1/+5
2007-10-10r19565: the scripts do work :)Andrew Tridgell1-2/+0
2007-10-10r19564: testing build farm scripts, apologies for the noiseAndrew Tridgell1-0/+2
2007-10-10r19563: - make --num-progs a valid smbtorture option again. It's commonlyAndrew Tridgell1-2/+6
2007-10-10r19556: Remove unused option.Jelmer Vernooij1-1/+0
2007-10-10r19554: Remove short option for --shell, as it overlaps with the option used forJelmer Vernooij1-1/+1
2007-10-10r19548: this talloc_free() is definately wrong.Andrew Tridgell1-1/+0
2007-10-10r19537: Report correct test names when tests failed.Jelmer Vernooij1-0/+5
2007-10-10r19535: Fix warnings.Jelmer Vernooij1-2/+2
2007-10-10r19513: Add support for recipes (using '@')Jelmer Vernooij1-2/+31
2007-10-10r19512: Add --shell option to smbtorture (first work towards support for 'rec...Jelmer Vernooij1-9/+52
2007-10-10r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij1-1/+0
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-2/+2