summaryrefslogtreecommitdiff
path: root/source4/torture/raw/lockbench.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-8/+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
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+0
* s4-torture: handle NT_STATUS_CONNECTION_RESETAndrew Tridgell2010-02-041-2/+4
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4 torture: Addition to RAW-BENCH-LOCK to take a configurable number of locks...Zack Kirsch2009-04-011-1/+19
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* 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
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-0/+1
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-0/+1
* Fix the build.Jelmer Vernooij2008-04-171-1/+1
* Use provided event context rather than looking for it.Jelmer Vernooij2008-04-171-4/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* 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/+8
* 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
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24674: Make sure results are always on a new line, fix typo in test name.Jelmer Vernooij2007-10-101-1/+2
* r24587: the elements of the array are not talloc pointersAndrew Tridgell2007-10-101-2/+1
* r24585: put in the right state variable when doing a SMBecho - this caused theAndrew 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-9/+13
* r23180: auto-reconnect on both NT_STATUS_END_OF_FILE and NT_STATUS_LOCAL_DISC...Andrew Tridgell2007-10-101-2/+4
* 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/+10
* r22965: changed RAW-LOCK-BENCH to remove the scheduling uncertainty. We shouldAndrew Tridgell2007-10-101-52/+60
* r22962: show progress separately for each client in RAW-BENCH-LOCK, this isAndrew Tridgell2007-10-101-15/+26
* r22881: show number of connected clientsAndrew Tridgell2007-10-101-2/+12
* r22876: - try to reconnect once per second, not continouslyAndrew Tridgell2007-10-101-6/+12
* r22837: make RAW-BENCH-LOCK reconnect asynchronously when one of its serversAndrew Tridgell2007-10-101-28/+110
* r22836: started adding auto-reconnect logic to lockbench. This needs to beAndrew Tridgell2007-10-101-2/+37