summaryrefslogtreecommitdiffstats
path: root/source3/torture/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* torture3: local-messaging-read3Volker Lendecke2014-05-081-0/+1
| | | | | | | | | | | | | | | This is a testcase for the rpc-style messaging nested event context. We have to fork here: The nested event context does not reply to the PING message, it only listens for the PONG response. But that's the point of the patches: Correctly pick just one message in a nested event context. I think this is the best we can do with nested event contexts. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu May 8 11:32:44 CEST 2014 on sn-devel-104
* torture3: Add a test deleting a different reqVolker Lendecke2014-04-301-0/+1
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Apr 30 17:09:59 CEST 2014 on sn-devel-104
* torture3: Add local-messaging-read1Volker Lendecke2014-04-301-0/+1
| | | | | | | This covers deleting and re-adding a request in a callback Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* pthreadpool: Add a simple benchmarkVolker Lendecke2014-03-271-0/+1
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* messaging3: remove msg_channelVolker Lendecke2014-01-211-2/+0
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* torture3: Reproducer for bug 10284Volker Lendecke2013-11-261-0/+1
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Nov 26 22:53:04 CET 2013 on sn-devel-104
* torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke2013-09-031-0/+1
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 3 19:13:14 CEST 2013 on sn-devel-104
* torture3: add clipathinfo-bufsizeVolker Lendecke2013-08-281-0/+1
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3: test dbwrap_ctdbVolker Lendecke2012-11-291-0/+1
| | | | Reviewed-by: Michael Adam <obnox@samba.org>
* s3:torture: remove unused shm_setup()Stefan Metzmacher2012-07-251-1/+0
| | | | metze
* s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke2012-05-251-0/+1
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-181-1/+0
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104
* s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke2012-05-171-0/+1
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3:torture: add idmap_tdb_common test codeChristian Ambach2012-05-011-0/+1
|
* s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke2012-04-191-0/+1
| | | | With this API you can asynchronously wait for a record to be modified
* s3: Add two notify benchmark testsVolker Lendecke2012-04-171-0/+2
|
* s3: Add msg_channelVolker Lendecke2012-04-171-0/+1
| | | | This is a tevent_based variant of messaging_register
* s3: Add a second ctdb connect libraryVolker Lendecke2012-04-171-0/+1
| | | | The existing one is not async at all.
* s3: Add a test that makes a chained open break an oplockVolker Lendecke2012-02-291-0/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104
* s3: Add a test for proper brlock cleanupVolker Lendecke2012-01-051-0/+1
| | | | | | | | We need to improve the server here. Maybe we should validate the brlock entry whenever we detect a read/write being blocked from locking? This is not our hot code path anyway, and it would gain us significant robustness. The code might become quite a bit simpler as well.
* s3: Add a test excercising the share mode cleanup routineVolker Lendecke2012-01-051-0/+1
|
* s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher2011-11-241-0/+1
| | | | metze
* s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher2011-11-241-0/+1
| | | | metze
* s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam2011-11-241-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam2011-11-241-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:torture: add SMB2-NEGPROT testStefan Metzmacher2011-11-241-0/+1
| | | | metze
* s3-torture run t_strappend tests as LOCAL-sprintf_appendAndrew Bartlett2011-10-281-0/+1
|
* Add a torture test to test existing FSCTL responsesRichard Sharpe2011-10-011-0/+1
|
* s3-lsa: Add conversion for auth info structsSumit Bose2011-09-121-0/+1
| | | | | | | | | | | struct lsa_TrustDomainInfoAuthInfo and struct trustAuthInOutBlob can store the same information for different usage. The added routines can convert one struct into the other. Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104
* 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