summaryrefslogtreecommitdiffstats
path: root/source3/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Make torture_nprocs globally availableVolker Lendecke2012-04-171-19/+19
* s3: Add msg_channelVolker Lendecke2012-04-171-0/+1
* s3: Add a second ctdb connect libraryVolker Lendecke2012-04-171-0/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-5/+5
* Who would have guessed - checking returns from strlcat found a memory overwri...Jeremy Allison2012-03-301-1/+1
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-2/+8
* s3:torture: fix segfault in LOCAL-TALLOC-DICTStefan Metzmacher2012-03-131-1/+3
* s3:torture: talloc_dict_traverse() returns the number of entriesStefan Metzmacher2012-03-131-2/+7
* s3: Add a test that makes a chained open break an oplockVolker Lendecke2012-02-291-0/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-1/+1
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-061-0/+21
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+1
* s3: Avoid a potential alignment requirement issueVolker Lendecke2012-01-061-6/+5
* Fix the local-memcache test for 64-bitVolker Lendecke2012-01-051-1/+1
* s3: Add a test for proper brlock cleanupVolker Lendecke2012-01-051-0/+1
* s3: Add a test excercising the share mode cleanup routineVolker Lendecke2012-01-051-0/+1
* s3: Fix a cut&paste errorVolker Lendecke2012-01-031-1/+1
* s3: Fix a typoVolker Lendecke2012-01-031-1/+1
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-87/+87
* s3:torture: add SMB2-SESSION-REAUTHStefan Metzmacher2011-11-241-0/+1
* s3:torture: add SMB2-MULTI-CHANNEL testStefan Metzmacher2011-11-241-0/+1
* s3:torture: add a new test SMB2-TCON-DEPENDENCEMichael Adam2011-11-241-0/+1
* s3:torture:smb2: add SMB2-SESSION-RECONNECT testMichael Adam2011-11-241-0/+1
* s3:torture: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-5/+5
* s3:torture: add SMB2-NEGPROT testStefan Metzmacher2011-11-241-0/+1
* s3-torture: remove all cli_nt_error() calls in tortureBjörn Baumbach2011-11-161-12/+11
* s3-torture: replace cli_errstr() with nt_errstr()Björn Baumbach2011-11-161-6/+10
* s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/Stefan Metzmacher2011-11-031-4/+4
* s3-torture run t_strappend tests as LOCAL-sprintf_appendAndrew Bartlett2011-10-281-0/+1
* libcli/smb: move source3/libsmb/read_smb.* to the toplevelStefan Metzmacher2011-10-241-1/+1
* s3:torture: avoid using read_smb()Stefan Metzmacher2011-10-241-1/+16
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-4/+8
* s3:torture: convert torture.c to only use dbwrap wrapper functionsMichael Adam2011-10-111-17/+26
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
* Add a torture test to test existing FSCTL responsesRichard Sharpe2011-10-011-0/+1
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-3/+3
* s3:libsmb: remove unused cli->is_sambaStefan Metzmacher2011-09-141-8/+0
* s3:torture/run_oplock4: don't set cli->use_level_II_oplocksStefan Metzmacher2011-09-141-3/+0
* s3:torture: there's no need to alter cli->max_xmit in order to test large writesStefan Metzmacher2011-09-131-7/+3
* s3:torture: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-09-131-1/+1
* s3-lsa: Add conversion for auth info structsSumit Bose2011-09-121-0/+1
* s3:torture: make use of CLI_FULL_CONNECTION_DONT_SPNEGOStefan Metzmacher2011-09-081-4/+11
* s3:torture: make use of CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher2011-09-081-1/+8
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-11/+14
* s3:torture: relax TRANS2 midmight time checkingStefan Metzmacher2011-09-071-2/+4
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-3/+3
* s3:torture: make use of cli_set_timeout()Stefan Metzmacher2011-08-031-2/+2
* s3:torture: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1