summaryrefslogtreecommitdiff
path: root/source4/torture/basic/misc.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Fix the maxfids test so that it does not fork lots of processes and so that i...Richard Sharpe1-18/+4
2012-02-16s4-selftest: fix output of opened connections in torture_holdconBjörn Baumbach1-1/+1
2011-10-19libcli: move ioctl function field defs to smb_constantsDavid Disseldorp1-1/+1
2011-08-13torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce1-1/+1
2011-03-19source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-11-29s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"Matthias Dieter Wallnöfer1-2/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-29/+29
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+0
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-1/+1
2010-01-26s4:smbtorture: add BASE-BENCH-HOLDOPENStefan Metzmacher1-0/+63
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-7/+7
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-0/+1
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij1-1/+1
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-7/+1
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij1-0/+1
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij1-0/+6
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-39/+39
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-1/+1
2007-10-10r24670: Use torture functions for settings.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23540: Continue fixing bench-readwrite. We need to initialize state->readcnt...Alexander Bokovoy1-2/+3
2007-10-10r23529: When using READX, fill in readx fields. Thanks to Metze for spotting it.Alexander Bokovoy1-6/+7
2007-10-10r23506: Turn back to RAW_READ_READ because buildfarm fails. Investigating.Alexander Bokovoy1-1/+1
2007-10-10r23505: Use RAW_READ_READX, not RAW_READ_READ in BENCH-READWRITE test (we alr...Alexander Bokovoy1-1/+1
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell1-1/+1
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher1-7/+20
2007-10-10r21519: when we want to send non initialized data, thenStefan Metzmacher1-0/+1
2007-10-10r21276: Actually fire off multiple parallel read/write requests.Volker Lendecke1-17/+57
2007-10-10r21275: Reformat the bench-readwrite test a bitVolker Lendecke1-89/+117
2007-10-10r21270: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r20272: Fix for BASE-BENCH-READWRITE from Mathias Dietz <MDIETZ@de.ibm.com>Volker Lendecke1-4/+3
2007-10-10r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij1-2/+4
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-7/+7
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-0/+855