Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-19 | source4/torture/raw: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+1 | |
2010-11-29 | s4:torture - prefer the termination "return"s at the end of two unittests | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-11-29 | s4:torture - remove unreachable statements to quiet warnings of Solaris "cc" | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -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> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -1/+0 | |
2009-10-12 | torture: fixed socket leak in BENCH-TCON test | Andrew Tridgell | 1 | -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 | |||||
2008-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 1 | -1/+0 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -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. | |||||
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 | |
2008-09-30 | Cope with API changes. | Jelmer Vernooij | 1 | -1/+3 | |
2008-05-20 | smbtorture: Add RAW-BENCH-TCON benchmark. | James Peach | 1 | -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) |