summaryrefslogtreecommitdiff
path: root/source4/torture/raw/openbench.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-1/+1
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-7/+18
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-7/+7
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-6/+6
* s4-torture: handle NT_STATUS_CONNECTION_RESETAndrew Tridgell2010-02-041-3/+6
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-7/+7
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-6/+6
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+1
* Fix the build.Jelmer Vernooij2008-11-021-1/+0
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+2
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-0/+1
* Fix the build.Jelmer Vernooij2008-04-171-2/+2
* Use provided event context rather than looking for it.Jelmer Vernooij2008-04-171-3/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher2008-03-171-33/+55
* RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher2008-03-171-7/+17
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-7/+1
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
* r26650: torture/raw: Fix warnings in lockbench/openbench.Jelmer Vernooij2008-01-031-3/+7
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+6
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+4
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-6/+6
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24728: Use more stock torture functions.Jelmer Vernooij2007-10-101-1/+1
* r24588: use the right typeAndrew Tridgell2007-10-101-1/+1
* r24587: the elements of the array are not talloc pointersAndrew Tridgell2007-10-101-2/+1
* r24586: same bug in RAW-BENCH-OPENAndrew Tridgell2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23182: fixed valgrind errorAndrew Tridgell2007-10-101-0/+2
* r23181: prevent attempts to reopen the connection twice at the same timeAndrew Tridgell2007-10-101-12/+17
* r23180: auto-reconnect on both NT_STATUS_END_OF_FILE and NT_STATUS_LOCAL_DISC...Andrew Tridgell2007-10-101-1/+2
* r23152: fixed some async retry issues in openbenchAndrew Tridgell2007-10-101-37/+34
* r23143: error found by valgrindAndrew Tridgell2007-10-101-4/+5
* r23142: added error checking and reconnect on echo repliesAndrew Tridgell2007-10-101-4/+25
* r23140: send send echos while disconnectedAndrew Tridgell2007-10-101-1/+3
* r23139: use echo operations once a second in lockbench and openbench to ensureAndrew Tridgell2007-10-101-0/+11
* r23062: make sure one node doesn't get ahead of the others at the startAndrew Tridgell2007-10-101-2/+4
* r23061: keep the RAW-BENCH-OPEN test balancedAndrew Tridgell2007-10-101-19/+34
* r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCKAndrew Tridgell2007-10-101-28/+163
* r22835: it's useful to see how much time is remaining in this test (so we canAndrew Tridgell2007-10-101-3/+4
* r22579: disable progress printing in the build-farmStefan Metzmacher2007-10-101-3/+5
* r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clusteredAndrew Tridgell2007-10-101-0/+248