Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-05 | lib: Use "mem_ctx" arg in gencache_get | Volker Lendecke | 1 | -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-05 | lib: Add a "mem_ctx" arg to gencache_get (unused so far) | Volker Lendecke | 1 | -4/+4 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-09-05 | torture3: Test getting a blob as a string | Volker Lendecke | 1 | -0/+15 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-09-05 | lib: Add "mem_ctx" to gencache_get_data_blob | Volker Lendecke | 1 | -2/+2 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-09-05 | torture3: Fix a const warning | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-09-03 | torture3: Trigger a nasty cleanup bug in smbd | Volker Lendecke | 1 | -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-28 | torture3: add clipathinfo-bufsize | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-08-15 | s3:torture: avoid interpret_protocol() | Stefan Metzmacher | 1 | -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-31 | torture: add LOCAL-sid_to_string testcase | Jeff Layton | 1 | -0/+30 | |
Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-07-31 | torture: add more string_to_sid torture testcases | Jeff Layton | 1 | -0/+16 | |
Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-03-20 | s3:torture: Add new LARGE_READX test to investigate large SMBreadX behavior. | Jeremy Allison | 1 | -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-22 | s3-torture: Don't leak memory. | Andreas Schneider | 1 | -0/+3 | |
Reviewed-by: Alexander Bokovoy <ab@samba.org> | |||||
2013-02-19 | s3:torture: call fault_setup() to get usage backtraces | Stefan Metzmacher | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-02-19 | s3:torture: s/struct event_context/struct tevent_context | Stefan Metzmacher | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-02-19 | s3:torture: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -8/+8 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-01-28 | Regression test for bug #9571 - Unlink after open causes smbd to panic | Jeremy Allison | 1 | -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-18 | smbtorture: Satisfy a linker dependency | Volker Lendecke | 1 | -1/+8 | |
Reviewed by: Jeremy Allison <jra@samba.org> | |||||
2012-12-03 | torture: Use new samba_getpass() in smbtorture3. | Andreas Schneider | 1 | -3/+6 | |
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2012-11-29 | s3: test dbwrap_ctdb | Volker Lendecke | 1 | -0/+1 | |
Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-10-06 | s3: Add two tests a CLEAR_IF_FIRST crash | Volker Lendecke | 1 | -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-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: add a 12th subtest to the delete-on-close tests | Michael Adam | 1 | -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-09 | s3:torture:delete: fix 11th test to work against windows | Michael Adam | 1 | -9/+6 | |
2012-08-09 | s3:torture:delete: simplify return code handling, fixing a couple of return ↵ | Michael Adam | 1 | -48/+3 | |
codes in error cases | |||||
2012-08-09 | s3:torture:delete: reduce indentation | Michael Adam | 1 | -8/+6 | |
2012-08-09 | s3:torture:delete: add a comment | Michael Adam | 1 | -0/+2 | |
2012-08-09 | s3:torture:delete: add a comment | Michael Adam | 1 | -0/+2 | |
2012-08-09 | s3:torture:delete: add a comment | Michael Adam | 1 | -0/+2 | |
2012-08-09 | s3:torture:delete: move the success message for a subtest to the correct place | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: remove an else, reducing indentation | Michael Adam | 1 | -2/+3 | |
2012-08-09 | s3:torture:delete: really fail the test in a failure case | Michael Adam | 1 | -2/+2 | |
2012-08-09 | s3:torture:delete: fix a comment | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: fix a message (counting the opens) | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -2/+6 | |
2012-08-09 | s3:torture:delete: untanlge function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+1 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -1/+2 | |
2012-08-09 | s3:torture:delete: untangle function call from result check | Michael Adam | 1 | -3/+5 | |