summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-03torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke1-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
2013-08-28torture3: add clipathinfo-bufsizeVolker Lendecke1-0/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2012-11-29s3: test dbwrap_ctdbVolker Lendecke1-0/+1
Reviewed-by: Michael Adam <obnox@samba.org>
2012-07-25s3:torture: remove unused shm_setup()Stefan Metzmacher1-1/+0
metze
2012-05-25s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke1-0/+1
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-05-18s3: Revert the serverid changes, they need more workVolker Lendecke1-1/+0
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104
2012-05-17s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke1-0/+1
Signed-off-by: Jeremy Allison <jra@samba.org>
2012-05-01s3:torture: add idmap_tdb_common test codeChristian Ambach1-0/+1
2012-04-19s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke1-0/+1
With this API you can asynchronously wait for a record to be modified
2012-04-17s3: Add two notify benchmark testsVolker Lendecke1-0/+2
2012-04-17s3: Add msg_channelVolker Lendecke1-0/+1
This is a tevent_based variant of messaging_register
2012-04-17s3: Add a second ctdb connect libraryVolker Lendecke1-0/+1
The existing one is not async at all.
2012-02-29s3: Add a test that makes a chained open break an oplockVolker Lendecke1-0/+1
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104
2012-01-05s3: Add a test for proper brlock cleanupVolker Lendecke1-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.
2012-01-05s3: Add a test excercising the share mode cleanup routineVolker Lendecke1-0/+1
2011-11-24s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher1-0/+1
metze
2011-11-24s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher1-0/+1
metze
2011-11-24s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam1-0/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-11-24s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam1-0/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-11-24s3:torture: add SMB2-NEGPROT testStefan Metzmacher1-0/+1
metze
2011-10-28s3-torture run t_strappend tests as LOCAL-sprintf_appendAndrew Bartlett1-0/+1
2011-10-01Add a torture test to test existing FSCTL responsesRichard Sharpe1-0/+1
2011-09-12s3-lsa: Add conversion for auth info structsSumit Bose1-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
2011-07-08s3:torture: add SMB2-BASICStefan Metzmacher1-0/+2
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-06-19s3: Test nttrans_createVolker Lendecke1-0/+1
This is a test for the share security descriptor exception for nttrans_create
2011-05-06s3-includes: finally only include client.h when libsmb is used.Günther Deschner1-0/+2
Guenther
2011-05-04s3-torture: Add a test for notify upon read&xVolker Lendecke1-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
2011-04-03s3: Add a quick test for bug 8042Volker Lendecke1-0/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 16:13:21 CEST 2011 on sn-devel-104
2011-03-24s3-prototypes: remove protos of some dead functions.Günther Deschner1-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
2011-02-01s3: test addrchangeVolker Lendecke1-0/+1
2010-12-22s3: Test smbsock_any_connectVolker Lendecke1-0/+1
2010-10-08s3: Add a little test for the echo responderVolker Lendecke1-0/+1
2010-07-26s3: Early start of an async nbenchVolker Lendecke1-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
2009-11-29s3: Add a regression test for bug 6898Volker Lendecke1-0/+6
2009-11-29s3: Factor out torture_setup_unix_extensionsVolker Lendecke1-0/+1
2009-11-24s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timerStefan Metzmacher1-2/+0
metze
2009-11-24s3:fix the merged build of bin/smbtorture4Michael Adam1-0/+81
Michael