lib/util: Add hex_encode_buf
[tridge/samba.git] / source3 / torture / torture.c
2012-02-06 Volker Lendeckelib/util: Add hex_encode_buf
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-06 Volker Lendeckes3: Avoid a potential alignment requirement issue
2012-01-05 Volker LendeckeFix the local-memcache test for 64-bit
2012-01-05 Volker Lendeckes3: Add a test for proper brlock cleanup
2012-01-05 Volker Lendeckes3: Add a test excercising the share mode cleanup routine
2012-01-03 Volker Lendeckes3: Fix a cut&paste error
2012-01-03 Volker Lendeckes3: Fix a typo
2011-12-04 Jeremy AllisonRename cli_open -> cli_openx. Prelude to replacing...
2011-11-24 Stefan Metzmachers3:torture: add SMB2-SESSION-REAUTH
2011-11-24 Stefan Metzmachers3:torture: add SMB2-MULTI-CHANNEL test
2011-11-24 Michael Adams3:torture: add a new test SMB2-TCON-DEPENDENCE
2011-11-24 Michael Adams3:torture:smb2: add SMB2-SESSION-RECONNECT test
2011-11-24 Stefan Metzmachers3:torture: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:torture: add SMB2-NEGPROT test
2011-11-16 Björn Baumbachs3-torture: remove all cli_nt_error() calls in torture
2011-11-16 Björn Baumbachs3-torture: replace cli_errstr() with nt_errstr()
2011-11-03 Stefan Metzmachers3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required...
2011-10-28 Andrew Bartletts3-torture run t_strappend tests as LOCAL-sprintf_append
2011-10-24 Stefan Metzmacherlibcli/smb: move source3/libsmb/read_smb.* to the toplevel
2011-10-24 Stefan Metzmachers3:torture: avoid using read_smb()
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:torture: convert torture.c to only use dbwrap wrappe...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
2011-10-01 Richard SharpeAdd a torture test to test existing FSCTL responses
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-14 Stefan Metzmachers3:libsmb: remove unused cli->is_samba
2011-09-14 Stefan Metzmachers3:torture/run_oplock4: don't set cli->use_level_II_oplocks
2011-09-13 Stefan Metzmachers3:torture: there's no need to alter cli->max_xmit...
2011-09-13 Stefan Metzmachers3:torture: use CLI_BUFFER_SIZE instead of cli->max_xmit
2011-09-12 Sumit Boses3-lsa: Add conversion for auth info structs
2011-09-08 Stefan Metzmachers3:torture: make use of CLI_FULL_CONNECTION_DONT_SPNEGO
2011-09-08 Stefan Metzmachers3:torture: make use of CLI_FULL_CONNECTION_FORCE_DOS_E...
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-09-07 Stefan Metzmachers3:torture: relax TRANS2 midmight time checking
2011-08-13 Simo Sorcetorture: use tevent_ functions names instead of the...
2011-08-03 Stefan Metzmachers3:torture: make use of cli_set_timeout()
2011-08-02 Stefan Metzmachers3:torture: make use of cli_state_capabilities()
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-28 Michael Adams3:smbtorture: use the lp_load_global() wrapper of...
2011-07-27 Volker Lendeckes3: Avoid calls to cli_dos/nt_error in torture
2011-07-27 Volker Lendeckes3: Fix formatting in check_error()
2011-07-23 Björn Baumbachs3-torture: run_oplock2(): replace cli_read_old() with...
2011-07-23 Björn Baumbachs3-torture: run_fdsesstest(): replace cli_read_old...
2011-07-23 Björn Baumbachs3-torture: run_fdpasstest(): replace cli_read_old...
2011-07-23 Stefan Metzmachers3-torture: run_locktest7(): replace cli_read_old(...
2011-07-23 Stefan Metzmachers3-torture: run_locktest7(): goto fail on read error
2011-07-22 Björn Baumbachs3-torture: run_locktest4(): replace cli_read_old(...
2011-07-22 Björn Baumbachs3-torture: introduce test_cli_read()
2011-07-22 Stefan Metzmachers3:torture: use cli_state_disconnect() to close the...
2011-07-21 Stefan Metzmachers3:libsmb: move cli->vuid to cli->smb1.uid and hide...
2011-07-20 Björn Baumbachs3-torture: run_simple_posix_open_test(): replace cli_r...
2011-07-20 Björn Baumbachs3-torture: rw_torture2(): replace cli_read_old() with...
2011-07-20 Björn Baumbachs3-torture: rw_torture3(): replace cli_read_old() with...
2011-07-20 Björn Baumbachs3-torture: rw_torture(): replace cli_read_old() with...
2011-07-20 Björn Baumbachs3-libsmb: replace cli_read() with cli_read_old()
2011-07-20 Stefan Metzmachers3:libsmb: move cli->cnum to cli->smb1.tid and hide...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->pid to cli->smb1.pid and hide...
2011-07-18 Björn Baumbachs3-torture: run_locktest5(): replace cli_lock() with...
2011-07-18 Björn Baumbachs3-torture: run_locktest4(): replace cli_lock() with...
2011-07-18 Björn Baumbachs3-torture: run_oplock2(): replace cli_lock() with...
2011-07-18 Björn Baumbachs3-torture: run_locktest9(): replace cli_lock() with...
2011-07-18 Björn Baumbachs3-torture: run_locktest8(): replace cli_lock() with...
2011-07-18 Björn Baumbachs3-torture: run_locktest7(): replace cli_lock() with...
2011-07-18 Björn Baumbachs3-torture: run_locktest3(): replace cli_lock() with...
2011-07-11 Björn Baumbachs3-torture: run_locktest2(): replace check_error()...
2011-07-11 Björn Baumbachs3-torture: run_locktest2(): replace cli_lock() with...
2011-07-11 Björn Baumbachs3-torture: run_locktest1(): replace cli_lock() with...
2011-07-11 Björn Baumbachs3-torture: let wait_lock() use cli_lock32() instead...
2011-07-08 Stefan Metzmachers3:torture: use cli_is_nt/dos_error() in run_error_map_...
2011-07-07 Stefan Metzmachers3:torture: add SMB2-BASIC
2011-07-07 Björn Baumbachs3-torture: run_shortname_test: Remove uses of cli_errstr()
2011-07-07 Björn Baumbachs3-torture: run_simple_posix_open_test: Remove uses...
2011-07-07 Stefan Metzmachers3-torture: use nt_errstr() for cli_unlink() error...
2011-07-07 Björn Baumbachs3-torture: introduce check_both_error()
2011-07-07 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() for short_name...
2011-07-07 Volker Lendeckes3: Remove a use of cli_errstr
2011-07-06 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() in cli_qfilename()
2011-07-06 Stefan Metzmachers3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-19 Volker Lendeckes3: Test nttrans_create
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-29 Volker Lendeckes3: Fix cli_bad_session_request
2011-05-29 Volker Lendeckes3: Simplify run_bad_nbt_session
2011-05-29 Volker Lendeckes3: Simplify cli_bad_session_request
2011-05-28 Volker Lendeckes3: Use cli_connect_nb in smbtorture open_nbt_connection
2011-05-22 Volker Lendeckes3: Remove the smbtorture3 OPLOCK3 test
2011-05-22 Volker Lendeckes3: Convert the OPEN4 test to async oplock handling
2011-05-19 Volker Lendeckes3: Remove a use of cli_send_smb
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-18 Günther Deschners3-smbtorture: fix build warning (shadowed NTSTATUS...
2011-05-18 Björn Baumbachs3-torture: torture.c: Fix cli_errstr() usage (part...
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-06 Andrew Bartlettnterr: Add mem_ctx for return string from get_nt_error_...
2011-05-06 Jeremy AllisonFix const in smbtorture.
next