summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-torture/mangle_test.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-13/+20
* s3-torture: torture.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-510/+804
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-0/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-0614-0/+14
* s3: only include tdb headers where needed.Günther Deschner2011-05-062-0/+2
* nterr: Add mem_ctx for return string from get_nt_error_c_code()Andrew Bartlett2011-05-061-3/+3
* Fix const in smbtorture.Jeremy Allison2011-05-062-11/+10
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* s3-torture: Add a test for notify upon read&xVolker Lendecke2011-05-043-1/+302
* Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ...Jeremy Allison2011-04-301-2/+10
* torture test for bug #8111 - CIFS VFS: unexpected error on SMB posix open.Jeremy Allison2011-04-301-0/+55
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-292-0/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-1/+1