summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-0/+4
* s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher2012-07-251-9/+0
* s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher2012-07-251-27/+18
* s3:torture: remove unused shm_setup()Stefan Metzmacher2012-07-252-56/+0
* s3:torture: replace shm_setup() with anonymous_shared_allocate()Stefan Metzmacher2012-07-252-4/+4
* s3:torture/test_smb2: make a copy of smbXcli_tconStefan Metzmacher2012-07-251-0/+32
* libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()Stefan Metzmacher2012-07-241-4/+4
* libcli/smb: pass smbXcli_tcon to smb2cli_query_info*()Stefan Metzmacher2012-07-241-5/+5
* libcli/smb: pass smbXcli_tcon to smb2cli_set_info*()Stefan Metzmacher2012-07-241-2/+2
* libcli/smb: pass smbXcli_tcon to smb2cli_flush*()Stefan Metzmacher2012-07-241-18/+18
* libcli/smb: pass smbXcli_tcon to smb2cli_write*()Stefan Metzmacher2012-07-241-7/+7
* libcli/smb: pass smbXcli_tcon to smb2cli_read*()Stefan Metzmacher2012-07-241-10/+20
* libcli/smb: pass smbXcli_tcon to smb2cli_close*()Stefan Metzmacher2012-07-241-6/+6
* libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher2012-07-241-16/+16
* s3:test_smb2: copy the session_channel from the primary channel.Stefan Metzmacher2012-07-231-1/+1
* source3/torture/pdbtest: allocate talloc_stackframe()Rusty Russell2012-07-181-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3-pdbtest: Initialise more elements for testingAndrew Bartlett2012-06-271-0/+8
* s3-pdbtest: show mis-matching timesAndrew Bartlett2012-06-271-4/+12
* s3-pdbtest: Fix pdbtest to compare the same fieldsAndrew Bartlett2012-06-261-1/+1
* s3-pdbtest: Report and handle errors in pdb->getsampwnam()Andrew Bartlett2012-06-261-3/+5
* s3:torture:smb2: pass smb2-session-reconnect test (add generosity in error case)Michael Adam2012-06-221-7/+21
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-151-2/+4
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-2/+2
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-1/+1
* s3:torture: fix use of non-existent word (existant)Michael Adam2012-06-121-3/+3
* s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.cStefan Metzmacher2012-06-061-1/+1
* Tests for bug #8972 - Add permission checks to run_simple_posix_open_test().Jeremy Allison2012-06-051-0/+27
* s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes2012-06-032-3/+4
* s3:libsmb: get rid of cli_ucs2Luk Claes2012-05-281-6/+7
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-283-5/+11
* s3:libsmb: get rid of cli_state_disconnectLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-1/+2
* s3:libsmb: get rid of cli_sockoptLuk Claes2012-05-281-49/+50
* s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke2012-05-253-0/+177
* Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison2012-05-221-0/+104
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-183-177/+0
* s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke2012-05-173-0/+177
* s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.cStefan Metzmacher2012-05-141-0/+1
* s3/libsmb: Generalise cli_state in smb2 logoff callsLuk Claes2012-05-121-2/+2
* s3/libsmb: Generalise cli_state in smb2 write callsLuk Claes2012-05-121-7/+14
* s3/libsmb: Generalise cli_state in smb2 query_directory callsLuk Claes2012-05-121-4/+8
* s3/libsmb: Generalise cli_state in smb2 flush callsLuk Claes2012-05-121-18/+36
* s3/libsmb: Generalise cli_state in smb2 create callsLuk Claes2012-05-121-16/+32