summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* s3-torture: run_locktest5(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-11/+15
* s3-torture: run_locktest4(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-37/+44
* s3-torture: run_oplock2(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-5/+6
* s3-torture: run_locktest9(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-3/+5
* s3-torture: run_locktest8(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-2/+3
* s3-torture: run_locktest7(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-4/+6
* s3-torture: run_locktest3(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-181-8/+15
* s3-torture: run_locktest2(): replace check_error() with check_both_error()Björn Baumbach2011-07-111-10/+14
* s3-torture: run_locktest2(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-111-20/+35
* s3-torture: run_locktest1(): replace cli_lock() with cli_lock32()Björn Baumbach2011-07-111-17/+25
* s3-torture: locktest2: replace cli_lock() with cli_lock32()Björn Baumbach2011-07-111-1/+2
* s3-torture: let wait_lock() use cli_lock32() instead of cli_lock()Björn Baumbach2011-07-111-3/+13
* s3-libsmb: let cli_lock64 return NTSTATUS instead of boolBjörn Baumbach2011-07-111-9/+7
* s3:torture: use cli_is_nt/dos_error() in run_error_map_extract()Stefan Metzmacher2011-07-081-12/+10
* s3:torture: add SMB2-BASICStefan Metzmacher2011-07-083-1/+150
* s3-torture: run_shortname_test: Remove uses of cli_errstr()Björn Baumbach2011-07-071-3/+3
* s3-torture: run_simple_posix_open_test: Remove uses of cli_errstr()Björn Baumbach2011-07-071-21/+31
* s3-torture: use nt_errstr() for cli_unlink() error handlingStefan Metzmacher2011-07-071-1/+3
* s3-torture: introduce check_both_error()Björn Baumbach2011-07-071-0/+34
* s3:torture/scanner: use trans2_bytes_push_str() in scan_nttrans()Stefan Metzmacher2011-07-071-14/+52
* s3:torture/scanner: use trans2_bytes_push_str() in scan_trans2()Stefan Metzmacher2011-07-071-14/+52
* s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher2011-07-072-3/+4
* s3: Remove a use of cli_errstrVolker Lendecke2011-07-071-2/+6
* s3:libsmb: use clistr_pull_talloc() in cli_qfilename()Stefan Metzmacher2011-07-061-2/+2
* s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2Stefan Metzmacher2011-07-061-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-201-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-4/+4
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-1/+1
* s3: Test nttrans_createVolker Lendecke2011-06-193-0/+110
* s3-passdb: Implement new pdb trust calls for the default backendSumit Bose2011-06-121-0/+83
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-092-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-093-5/+5
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-2/+3
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-10/+0
* s3: Fix cli_bad_session_requestVolker Lendecke2011-05-291-2/+19
* s3: Simplify run_bad_nbt_sessionVolker Lendecke2011-05-291-40/+26
* s3: Simplify cli_bad_session_requestVolker Lendecke2011-05-291-12/+4
* s3: Use cli_connect_nb in smbtorture open_nbt_connectionVolker Lendecke2011-05-281-36/+2
* s3: Add called name_type param to cli_connect_nbVolker Lendecke2011-05-282-2/+4
* s3: Use cli_connect_nb in masktestVolker Lendecke2011-05-281-30/+3
* s3: Fix some nonemtpy blank linesVolker Lendecke2011-05-281-3/+3
* s3: Use cli_connect_nb in locktestVolker Lendecke2011-05-281-28/+3
* s3: Remove the smbtorture3 OPLOCK3 testVolker Lendecke2011-05-221-58/+0
* s3: Convert the OPEN4 test to async oplock handlingVolker Lendecke2011-05-221-32/+96
* s3: Remove a use of cli_send_smbVolker Lendecke2011-05-191-46/+53
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-182-4/+4
* s3-smbtorture: fix build warning (shadowed NTSTATUS variable).Günther Deschner2011-05-181-1/+0
* s3-torture/nbio.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-7/+16