summaryrefslogtreecommitdiff
path: root/source4/torture/raw/openbench.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-7/+18
2011-08-13torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce1-7/+7
2011-03-19source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-6/+6
2010-02-04s4-torture: handle NT_STATUS_CONNECTION_RESETAndrew Tridgell1-3/+6
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-1/+1
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-7/+7
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-6/+6
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-11-02Fix the build.Jelmer Vernooij1-1/+0
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+2
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-04-17Fix the build.Jelmer Vernooij1-2/+2
2008-04-17Use provided event context rather than looking for it.Jelmer Vernooij1-3/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-03-17RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher1-33/+55
2008-03-17RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher1-7/+17
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-03r26650: torture/raw: Fix warnings in lockbench/openbench.Jelmer Vernooij1-3/+7
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/+4
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-2/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-6/+6
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-10r24588: use the right typeAndrew Tridgell1-1/+1
2007-10-10r24587: the elements of the array are not talloc pointersAndrew Tridgell1-2/+1
2007-10-10r24586: same bug in RAW-BENCH-OPENAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23182: fixed valgrind errorAndrew Tridgell1-0/+2
2007-10-10r23181: prevent attempts to reopen the connection twice at the same timeAndrew Tridgell1-12/+17
2007-10-10r23180: auto-reconnect on both NT_STATUS_END_OF_FILE and NT_STATUS_LOCAL_DISC...Andrew Tridgell1-1/+2
2007-10-10r23152: fixed some async retry issues in openbenchAndrew Tridgell1-37/+34
2007-10-10r23143: error found by valgrindAndrew Tridgell1-4/+5
2007-10-10r23142: added error checking and reconnect on echo repliesAndrew Tridgell1-4/+25
2007-10-10r23140: send send echos while disconnectedAndrew Tridgell1-1/+3
2007-10-10r23139: use echo operations once a second in lockbench and openbench to ensureAndrew Tridgell1-0/+11
2007-10-10r23062: make sure one node doesn't get ahead of the others at the startAndrew Tridgell1-2/+4
2007-10-10r23061: keep the RAW-BENCH-OPEN test balancedAndrew Tridgell1-19/+34
2007-10-10r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCKAndrew Tridgell1-28/+163
2007-10-10r22835: it's useful to see how much time is remaining in this test (so we canAndrew Tridgell1-3/+4
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher1-3/+5
2007-10-10r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clusteredAndrew Tridgell1-0/+248