summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-16s3-torture: remove all cli_nt_error() calls in tortureBjörn Baumbach1-12/+11
2011-11-16s3-torture: replace cli_errstr() with nt_errstr()Björn Baumbach1-6/+10
2011-11-03s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/Stefan Metzmacher1-4/+4
2011-10-28s3-torture run t_strappend tests as LOCAL-sprintf_appendAndrew Bartlett1-0/+1
2011-10-24libcli/smb: move source3/libsmb/read_smb.* to the toplevelStefan Metzmacher1-1/+1
2011-10-24s3:torture: avoid using read_smb()Stefan Metzmacher1-1/+16
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-4/+8
2011-10-11s3:torture: convert torture.c to only use dbwrap wrapper functionsMichael Adam1-17/+26
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-0/+1
2011-10-01Add a torture test to test existing FSCTL responsesRichard Sharpe1-0/+1
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher1-3/+3
2011-09-14s3:libsmb: remove unused cli->is_sambaStefan Metzmacher1-8/+0
2011-09-14s3:torture/run_oplock4: don't set cli->use_level_II_oplocksStefan Metzmacher1-3/+0
2011-09-13s3:torture: there's no need to alter cli->max_xmit in order to test large writesStefan Metzmacher1-7/+3
2011-09-13s3:torture: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher1-1/+1
2011-09-12s3-lsa: Add conversion for auth info structsSumit Bose1-0/+1
2011-09-08s3:torture: make use of CLI_FULL_CONNECTION_DONT_SPNEGOStefan Metzmacher1-4/+11
2011-09-08s3:torture: make use of CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher1-1/+8
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-11/+14
2011-09-07s3:torture: relax TRANS2 midmight time checkingStefan Metzmacher1-2/+4
2011-08-13torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce1-3/+3
2011-08-03s3:torture: make use of cli_set_timeout()Stefan Metzmacher1-2/+2
2011-08-02s3:torture: make use of cli_state_capabilities()Stefan Metzmacher1-1/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-07-28s3:smbtorture: use the lp_load_global() wrapper of lp_load()Michael Adam1-1/+1
2011-07-27s3: Avoid calls to cli_dos/nt_error in tortureVolker Lendecke1-20/+19
2011-07-27s3: Fix formatting in check_error()Volker Lendecke1-3/+6
2011-07-23s3-torture: run_oplock2(): replace cli_read_old() with cli_read()Björn Baumbach1-5/+10
2011-07-23s3-torture: run_fdsesstest(): replace cli_read_old() with cli_read()Björn Baumbach1-8/+7
2011-07-23s3-torture: run_fdpasstest(): replace cli_read_old() with cli_read()Björn Baumbach1-4/+3
2011-07-23s3-torture: run_locktest7(): replace cli_read_old() with cli_read()Stefan Metzmacher1-11/+34
2011-07-23s3-torture: run_locktest7(): goto fail on read errorStefan Metzmacher1-0/+1
2011-07-22s3-torture: run_locktest4(): replace cli_read_old() with cli_read()Björn Baumbach1-5/+5
2011-07-22s3-torture: introduce test_cli_read()Björn Baumbach1-0/+22
2011-07-22s3:torture: use cli_state_disconnect() to close the socket on SIGALRMStefan Metzmacher1-3/+3
2011-07-21s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-18/+17
2011-07-20s3-torture: run_simple_posix_open_test(): replace cli_read_old() withBjörn Baumbach1-2/+9
2011-07-20s3-torture: rw_torture2(): replace cli_read_old() with cli_read()Björn Baumbach1-4/+10
2011-07-20s3-torture: rw_torture3(): replace cli_read_old() with cli_read()Björn Baumbach1-10/+7
2011-07-20s3-torture: rw_torture(): replace cli_read_old() with cli_read()Björn Baumbach1-3/+11
2011-07-20s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach1-18/+18
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-16/+16
2011-07-20s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher1-1/+1
2011-07-18s3-torture: run_locktest5(): replace cli_lock() with cli_lock32()Björn Baumbach1-11/+15
2011-07-18s3-torture: run_locktest4(): replace cli_lock() with cli_lock32()Björn Baumbach1-37/+44
2011-07-18s3-torture: run_oplock2(): replace cli_lock() with cli_lock32()Björn Baumbach1-5/+6
2011-07-18s3-torture: run_locktest9(): replace cli_lock() with cli_lock32()Björn Baumbach1-3/+5
2011-07-18s3-torture: run_locktest8(): replace cli_lock() with cli_lock32()Björn Baumbach1-2/+3
2011-07-18s3-torture: run_locktest7(): replace cli_lock() with cli_lock32()Björn Baumbach1-4/+6