s4-dsdb: special case for deleted objects one way link
[amitay/samba.git] / source3 / torture /
2011-10-01 Richard SharpeAdd a torture test to test existing FSCTL responses
2011-09-18 Stefan Metzmachers3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/
2011-09-18 Stefan Metzmachers3:SMB2-BASIC: test smb2cli_flush()
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-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-08-13 Simo Sorcetorture: use tevent_ functions names instead of the...
2011-08-10 Stefan MetzmacherRevert "s3:test_async_echo: unsure the desired smb...
2011-08-09 Stefan Metzmachers3:torture/*: use CLI_BUFFER_SIZE instead of cli->max_xmit
2011-08-05 Volker Lendeckes3: Fix "ISO C90 forbids mixed declarations and code"
2011-08-05 Volker Lendeckes3: Fix some nonempty blank lines
2011-08-03 Stefan Metzmachers3:torture: make use of cli_set_timeout()
2011-08-02 Stefan Metzmachers3:masktest: make use of cli_state_protocol()
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 Volker Lendeckes3: In the async echo test, write 65k
2011-07-28 Michael Adams3:torture: use lp_load_global() in pdbtest - this...
2011-07-28 Michael Adams3:smbtorture: use the lp_load_global() wrapper of...
2011-07-28 Michael Adams3:torture: use lp_load_global() in the strstr test
2011-07-28 Michael Adams3:torture: use lp_load_global in the strcmp test
2011-07-28 Michael Adams3:torture: use lp_load_global() in the push_ucs2 test
2011-07-28 Michael Adams3:torture: use lp_load_global() in the msgtest
2011-07-28 Michael Adams3:torture: use lp_load_global() in the masktest
2011-07-28 Michael Adams3:torture: use lp_load_global() in locktest2
2011-07-28 Michael Adams3:torture: use lp_load_global() in the locktest
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-27 Stefan Metzmachers3:test_async_echo: unsure the desired smb message...
2011-07-27 Volker Lendeckes3: cli_close_done->write_andx_done in test_async_echo
2011-07-26 Volker Lendeckes3: Fix a debug message
2011-07-26 Volker Lendeckes3: Fix formatting
2011-07-26 Volker Lendeckes3: Fix an error message
2011-07-23 Björn Baumbachs3-torture: run_nttrans_create(): replace cli_query_sec...
2011-07-23 Björn Baumbachs3-libsmb: rename cli_query_secdesc() to cli_query_secd...
2011-07-23 Björn Baumbachs3-torture/nbio.c: replace cli_read_old() with cli_read()
2011-07-23 Björn Baumbachs3-torture/utable.c: replace cli_read_old() with cli_read()
2011-07-23 Björn Baumbachs3-torture/denytest.c: replace cli_read_old() with...
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: locktest2: replace cli_lock() with cli_lock32()
2011-07-11 Björn Baumbachs3-torture: let wait_lock() use cli_lock32() instead...
2011-07-11 Björn Baumbachs3-libsmb: let cli_lock64 return NTSTATUS instead of...
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:torture/scanner: use trans2_bytes_push_str() in...
2011-07-07 Stefan Metzmachers3:torture/scanner: use trans2_bytes_push_str() in...
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... samba-4.0.0alpha16
2011-06-20 Volker LendeckeUse tevent_req_oom
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_open_compat.
2011-06-19 Volker Lendeckes3: Test nttrans_create
2011-06-12 Sumit Boses3-passdb: Implement new pdb trust calls for the defaul...
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
next