summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-3/+6
2012-05-28s3:libsmb: get rid of cli_state_disconnectLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_sockoptLuk Claes1-49/+50
2012-05-25s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke1-0/+1
2012-05-22Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison1-0/+104
2012-05-18s3: Revert the serverid changes, they need more workVolker Lendecke1-1/+0
2012-05-17s3: Test whether get_share_mode_lock cleans up stale processesVolker Lendecke1-0/+1
2012-05-01s3:torture: add idmap_tdb_common test codeChristian Ambach1-0/+1
2012-04-19s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke1-0/+1
2012-04-17s3: Add two notify benchmark testsVolker Lendecke1-0/+2
2012-04-17s3: Make torture_nprocs globally availableVolker Lendecke1-19/+19
2012-04-17s3: Add msg_channelVolker Lendecke1-0/+1
2012-04-17s3: Add a second ctdb connect libraryVolker Lendecke1-0/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-5/+5
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