summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Who would have guessed - checking returns from strlcat found a memory overwri...Jeremy Allison1-1/+1
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-2/+8
2012-03-13s3:torture: fix segfault in LOCAL-TALLOC-DICTStefan Metzmacher1-1/+3
2012-03-13s3:torture: talloc_dict_traverse() returns the number of entriesStefan Metzmacher1-2/+7
2012-02-29s3: Add a test that makes a chained open break an oplockVolker Lendecke1-0/+1
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-1/+1
2012-02-06lib/util: Add hex_encode_bufVolker Lendecke1-0/+21
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+1
2012-01-06s3: Avoid a potential alignment requirement issueVolker Lendecke1-6/+5
2012-01-05Fix the local-memcache test for 64-bitVolker Lendecke1-1/+1
2012-01-05s3: Add a test for proper brlock cleanupVolker Lendecke1-0/+1
2012-01-05s3: Add a test excercising the share mode cleanup routineVolker Lendecke1-0/+1
2012-01-03s3: Fix a cut&paste errorVolker Lendecke1-1/+1
2012-01-03s3: Fix a typoVolker Lendecke1-1/+1
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-87/+87
2011-11-24s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher1-0/+1
2011-11-24s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher1-0/+1
2011-11-24s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam1-0/+1
2011-11-24s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam1-0/+1
2011-11-24s3:torture: make use of cli_tree_connect()Stefan Metzmacher1-5/+5
2011-11-24s3:torture: add SMB2-NEGPROT testStefan Metzmacher1-0/+1
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