summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-4/+0
2009-10-15s4-torture: catch bad command line optionsAndrew Tridgell1-0/+3
2009-10-06s4/torture: Add server target of OneFSSteven Danneman1-2/+5
2009-07-06RAW-LOCK: fix the run against w2k3, w2k8, win7rc and samba3/4Stefan Metzmacher1-0/+2
2009-06-13smbtorture: Output subunit by default.Jelmer Vernooij1-1/+1
2009-06-13smbtorture: Remove unused 'quiet' output format.Jelmer Vernooij1-36/+0
2009-02-11s4 torture: Smbtorture additions for Windows BRLZack Kirsch1-0/+2
2008-12-22Fix segfault when there are no tests registered.Jelmer Vernooij1-1/+1
2008-11-02Fix the build.Jelmer Vernooij1-0/+3
2008-11-01Split out torture results from torture context.Jelmer Vernooij1-3/+6
2008-10-23Move subunit ui ops out of smbtorture to the torture library.Jelmer Vernooij1-75/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-26smbtorture: add --extra-user optionStefan Metzmacher1-1/+13
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
2008-05-23Include test case name when reporting with subunit. This should make it possi...Jelmer Vernooij1-6/+21
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+3
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-1/+1
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-1/+3
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
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