summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/tconrate.c
Commit message (Collapse)AuthorAgeFilesLines
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
|
* s4:torture - prefer the termination "return"s at the end of two unittestsMatthias Dieter Wallnöfer2010-11-291-2/+7
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 23:29:23 CET 2010 on sn-devel-104
* s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"Matthias Dieter Wallnöfer2010-11-291-3/+0
|
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-6/+6
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
|
* torture: fixed socket leak in BENCH-TCON testAndrew Tridgell2009-10-121-0/+1
| | | | | | | The BENCH-TCON test was leaving the socket open. A smbclie_tdis() closes the tree connection, but does not close the socket. This caused the build farm to run out of file descriptors
* Fix more compiler warnings.Jelmer Vernooij2008-12-231-1/+0
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-1/+2
| | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters.
* Fix the build.Jelmer Vernooij2008-11-021-1/+1
|
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-1/+2
|
* Cope with API changes.Jelmer Vernooij2008-09-301-1/+3
|
* smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2008-05-201-0/+201
Add a simple test to benchmark the rate at which a server can accept new tree connections. You can tune the length of time to run the benchmark for and the number of parallel connections to make. (This used to be commit ea3f4b93057e85c4ea516cc77dd0f293016d520c)