Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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/+5 | |
2012-07-25 | s3:torture: remove unused shm_setup() | Stefan Metzmacher | 1 | -55/+0 | |
metze | |||||
2012-07-25 | s3:torture: replace shm_setup() with anonymous_shared_allocate() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2012-06-15 | dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Volker Lendecke | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-12 | s3:torture: fix use of non-existent word (existant) | Michael Adam | 1 | -3/+3 | |
2012-06-05 | Tests for bug #8972 - Add permission checks to run_simple_posix_open_test(). | Jeremy Allison | 1 | -0/+27 | |
This requires a share with : create mask = 0777 force create mode = 0 directory mask = 0777 force directory mode = 0 set so we don't mess with requested permissions. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Jun 5 08:20:03 CEST 2012 on sn-devel-104 | |||||
2012-06-03 | s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send | Luk Claes | 1 | -2/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jun 3 23:37:02 CEST 2012 on sn-devel-104 | |||||
2012-05-28 | s3:libsmb: get rid of cli_negprot | Luk Claes | 1 | -3/+6 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_disconnect | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_capabilities | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_sockopt | Luk Claes | 1 | -49/+50 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-25 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-22 | Added torture test for bug #8910. Test remove_duplicate_addrs2(). | Jeremy Allison | 1 | -0/+104 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 1 | -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-17 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-01 | s3:torture: add idmap_tdb_common test code | Christian Ambach | 1 | -0/+1 | |