summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:torture:delete: fix 11th test to work against windowsMichael Adam2012-08-091-9/+6
|
* s3:torture:delete: simplify return code handling, fixing a couple of return ↵Michael Adam2012-08-091-48/+3
| | | | codes in error cases
* s3:torture:delete: reduce indentationMichael Adam2012-08-091-8/+6
|
* s3:torture:delete: add a commentMichael Adam2012-08-091-0/+2
|
* s3:torture:delete: add a commentMichael Adam2012-08-091-0/+2
|
* s3:torture:delete: add a commentMichael Adam2012-08-091-0/+2
|
* s3:torture:delete: move the success message for a subtest to the correct placeMichael Adam2012-08-091-2/+3
|
* s3:torture:delete: remove an else, reducing indentationMichael Adam2012-08-091-2/+3
|
* s3:torture:delete: remove an else, reducing indentationMichael Adam2012-08-091-2/+3
|
* s3:torture:delete: remove an else, reducing indentationMichael Adam2012-08-091-2/+3
|
* s3:torture:delete: remove an else, reducing indentationMichael Adam2012-08-091-2/+3
|
* s3:torture:delete: really fail the test in a failure caseMichael Adam2012-08-091-2/+2
|
* s3:torture:delete: fix a commentMichael Adam2012-08-091-1/+1
|
* s3:torture:delete: fix a messageMichael Adam2012-08-091-1/+1
|
* s3:torture:delete: fix a messageMichael Adam2012-08-091-1/+1
|
* s3:torture:delete: fix a messageMichael Adam2012-08-091-1/+1
|
* s3:torture:delete: fix a message (counting the opens)Michael Adam2012-08-091-1/+1
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-2/+6
|
* s3:torture:delete: untanlge function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+1
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-3/+5
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-1/+2
|
* s3:torture:delete: untangle function call from result checkMichael Adam2012-08-091-2/+5
|
* s3-torture: Extend pdbtest to also run an authentication unit-testAndrew Bartlett2012-08-081-1/+116
| | | | | | | This tests both the builtin auth_sam against passdb directly and the configured auth module. Andrew Bartlett
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+4
| | | | metze
* s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher2012-07-251-9/+0
| | | | metze
* s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher2012-07-251-27/+18
| | | | metze
* s3:torture: remove unused shm_setup()Stefan Metzmacher2012-07-252-56/+0
| | | | metze
* s3:torture: replace shm_setup() with anonymous_shared_allocate()Stefan Metzmacher2012-07-252-4/+4
| | | | metze
* s3:torture/test_smb2: make a copy of smbXcli_tconStefan Metzmacher2012-07-251-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
* libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()Stefan Metzmacher2012-07-241-4/+4
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_query_info*()Stefan Metzmacher2012-07-241-5/+5
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_set_info*()Stefan Metzmacher2012-07-241-2/+2
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_flush*()Stefan Metzmacher2012-07-241-18/+18
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_write*()Stefan Metzmacher2012-07-241-7/+7
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_read*()Stefan Metzmacher2012-07-241-10/+20
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_close*()Stefan Metzmacher2012-07-241-6/+6
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher2012-07-241-16/+16
| | | | metze
* s3:test_smb2: copy the session_channel from the primary channel.Stefan Metzmacher2012-07-231-1/+1
| | | | metze
* source3/torture/pdbtest: allocate talloc_stackframe()Rusty Russell2012-07-181-2/+2
| | | | | | | Avoid talloc_tos() without a stackframe. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
| | | | | | | | | | They use talloc_tos() internally: hoist that up to the callers, some of whom don't want to us talloc_tos(). A simple patch, but hits a lot of files. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* s3-pdbtest: Initialise more elements for testingAndrew Bartlett2012-06-271-0/+8
| | | | | | | If these were left as defaults, they cause issues when the backend (pdb_samba4) returns the internal defaults from the directory, not the defaults from samu_new() Andrew Bartlett
* s3-pdbtest: show mis-matching timesAndrew Bartlett2012-06-271-4/+12
|