summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-7/+7
Signed-off-by: Volker Lendecke <vl@samba.org> Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 5 20:09:21 CEST 2013 on sn-devel-104
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-4/+4
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-09-05torture3: Test getting a blob as a stringVolker Lendecke1-0/+15
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-09-05lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke1-2/+2
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-09-05torture3: Fix a const warningVolker Lendecke1-1/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
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>
2013-08-15s3:torture: avoid interpret_protocol()Stefan Metzmacher1-2/+1
lp_set_cmdline("client max protocol",...) and lp_cli_maxprotocol() are the more generic solution. https://bugzilla.samba.org/show_bug.cgi?id=9514 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-07-31torture: add LOCAL-sid_to_string testcaseJeff Layton1-0/+30
Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-07-31torture: add more string_to_sid torture testcasesJeff Layton1-0/+16
Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org>
2013-03-20s3:torture: Add new LARGE_READX test to investigate large SMBreadX behavior.Jeremy Allison1-1/+337
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-02-22s3-torture: Don't leak memory.Andreas Schneider1-0/+3
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2013-02-19s3:torture: call fault_setup() to get usage backtracesStefan Metzmacher1-0/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2013-02-19s3:torture: s/struct event_context/struct tevent_contextStefan Metzmacher1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2013-02-19s3:torture: make use of samba_tevent_context_init()Stefan Metzmacher1-8/+8
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
2013-01-28Regression test for bug #9571 - Unlink after open causes smbd to panicJeremy Allison1-0/+44
Replicates the protocol activity that triggers the crash. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Jan 28 15:33:17 CET 2013 on sn-devel-104
2013-01-18smbtorture: Satisfy a linker dependencyVolker Lendecke1-1/+8
Reviewed by: Jeremy Allison <jra@samba.org>
2012-12-03torture: Use new samba_getpass() in smbtorture3.Andreas Schneider1-3/+6
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
2012-11-29s3: test dbwrap_ctdbVolker Lendecke1-0/+1
Reviewed-by: Michael Adam <obnox@samba.org>
2012-10-06s3: Add two tests a CLEAR_IF_FIRST crashVolker Lendecke1-0/+56
Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sat Oct 6 17:16:39 CEST 2012 on sn-devel-104
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+1
2012-08-09s3:torture:delete: add a 12th subtest to the delete-on-close testsMichael Adam1-0/+98
test whether second open is possible with initial delete on close and how setting and unsetting delete on close on the handle affects the initial delete on close (it does not...)
2012-08-09s3:torture:delete: fix 11th test to work against windowsMichael Adam1-9/+6
2012-08-09s3:torture:delete: simplify return code handling, fixing a couple of return ↵Michael Adam1-48/+3
codes in error cases
2012-08-09s3:torture:delete: reduce indentationMichael Adam1-8/+6
2012-08-09s3:torture:delete: add a commentMichael Adam1-0/+2
2012-08-09s3:torture:delete: add a commentMichael Adam1-0/+2
2012-08-09s3:torture:delete: add a commentMichael Adam1-0/+2
2012-08-09s3:torture:delete: move the success message for a subtest to the correct placeMichael Adam1-2/+3
2012-08-09s3:torture:delete: remove an else, reducing indentationMichael Adam1-2/+3
2012-08-09s3:torture:delete: remove an else, reducing indentationMichael Adam1-2/+3
2012-08-09s3:torture:delete: remove an else, reducing indentationMichael Adam1-2/+3
2012-08-09s3:torture:delete: remove an else, reducing indentationMichael Adam1-2/+3
2012-08-09s3:torture:delete: really fail the test in a failure caseMichael Adam1-2/+2
2012-08-09s3:torture:delete: fix a commentMichael Adam1-1/+1
2012-08-09s3:torture:delete: fix a messageMichael Adam1-1/+1
2012-08-09s3:torture:delete: fix a messageMichael Adam1-1/+1
2012-08-09s3:torture:delete: fix a messageMichael Adam1-1/+1
2012-08-09s3:torture:delete: fix a message (counting the opens)Michael Adam1-1/+1
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-2/+6
2012-08-09s3:torture:delete: untanlge function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+1
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-1/+2
2012-08-09s3:torture:delete: untangle function call from result checkMichael Adam1-3/+5