summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Collapse)AuthorFilesLines
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-2/+2
This changes from allocation on NULL to allocation on the supplied memory context. Currently that supplied context is talloc_tos() at the the final consumer of the ACL. Andrew Bartlett
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-17s3-torture: Allow vfstest to set ACLs on a directoryAndrew Bartlett1-6/+11
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 17 02:35:49 CEST 2012 on sn-devel-104
2012-08-16s3-selftest: Add a seperate test for ACL tests using vfstestAndrew Bartlett1-10/+35
This does not check for consistency or correctness yet, that will be done with python unit tests. The purpose of this test is to ensure that the vfstest wrapper doesn't crash. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 16 09:32:25 CEST 2012 on sn-devel-104
2012-08-16s3-torture: Add ACL commands to vfstestAndrew Bartlett1-0/+311
This will allow easier investigation of our ACL layer. Andrew Bartlett
2012-08-16s3-torture: Use talloc more in vfstestAndrew Bartlett2-29/+25
This matches the rest of Samba, which allocates many of these structures with talloc. Andrew Bartlett
2012-08-16s3-torture: Initialise fsp fully in vfstest openAndrew Bartlett1-0/+34
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+2
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
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/+5
2012-08-08s3-torture: Extend pdbtest to also run an authentication unit-testAndrew Bartlett1-1/+116
This tests both the builtin auth_sam against passdb directly and the configured auth module. Andrew Bartlett
2012-07-25libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher1-0/+4
metze
2012-07-25s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher1-9/+0
metze
2012-07-25s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher1-27/+18
metze
2012-07-25s3:torture: remove unused shm_setup()Stefan Metzmacher2-56/+0
metze
2012-07-25s3:torture: replace shm_setup() with anonymous_shared_allocate()Stefan Metzmacher2-4/+4
metze
2012-07-25s3:torture/test_smb2: make a copy of smbXcli_tconStefan Metzmacher1-0/+32
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Jul 25 00:10:47 CEST 2012 on sn-devel-104
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()Stefan Metzmacher1-4/+4
metze
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_query_info*()Stefan Metzmacher1-5/+5
metze
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_set_info*()Stefan Metzmacher1-2/+2
metze