summaryrefslogtreecommitdiffstats
path: root/source3/torture/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:torture: add SMB2-BASICStefan Metzmacher2011-07-081-0/+2
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3: Test nttrans_createVolker Lendecke2011-06-191-0/+1
| | | | This is a test for the share security descriptor exception for nttrans_create
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-0/+2
| | | | Guenther
* s3-torture: Add a test for notify upon read&xVolker Lendecke2011-05-041-0/+1
| | | | | | | | This makes sure that when a file is brought online by a read call we notify the client for FILE_NOTIFY_CHANGE_ATTRIBUTES. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed May 4 21:09:22 CEST 2011 on sn-devel-104
* s3: Add a quick test for bug 8042Volker Lendecke2011-04-031-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 16:13:21 CEST 2011 on sn-devel-104
* s3-prototypes: remove protos of some dead functions.Günther Deschner2011-03-241-1/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
* s3: test addrchangeVolker Lendecke2011-02-011-0/+1
|
* s3: Test smbsock_any_connectVolker Lendecke2010-12-221-0/+1
|
* s3: Add a little test for the echo responderVolker Lendecke2010-10-081-0/+1
|
* s3: Early start of an async nbenchVolker Lendecke2010-07-261-0/+2
| | | | | | | | | | The current nbench implementations have the problem that they fork a child per simulated client. With hundreds or thousands of clients this can put quite some load on the client. This test (when finished) will read the standard dbench client.txt and run completely async from within one process. Volker
* s3: Add a regression test for bug 6898Volker Lendecke2009-11-291-0/+6
|
* s3: Factor out torture_setup_unix_extensionsVolker Lendecke2009-11-291-0/+1
|
* s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timerStefan Metzmacher2009-11-241-2/+0
| | | | metze
* s3:fix the merged build of bin/smbtorture4Michael Adam2009-11-241-0/+81
Michael