lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, not
[samba.git] / source3 / torture /
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...
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-28 Volker Lendeckes3: Add called name_type param to cli_connect_nb
2011-05-28 Volker Lendeckes3: Use cli_connect_nb in masktest
2011-05-28 Volker Lendeckes3: Fix some nonemtpy blank lines
2011-05-28 Volker Lendeckes3: Use cli_connect_nb in locktest
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/nbio.c: Fix cli_errstr() usage (part of...
2011-05-18 Björn Baumbachs3-torture/mangle_test.c: Fix cli_errstr() usage (part...
2011-05-18 Björn Baumbachs3-torture: torture.c: Fix cli_errstr() usage (part...
2011-05-06 Günther Deschners3-includes: finally only include client.h when libsmb...
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.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2011-05-04 Volker Lendeckes3-torture: Add a test for notify upon read&x
2011-04-30 Jeremy AllisonAdd POSIX O_RDONLY test of a directory for bug #8112...
2011-04-29 Jeremy Allisontorture test for bug #8111 - CIFS VFS: unexpected error...
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-26 Volker Lendeckes3: Use cli_writeall instead of cli_write
2011-04-25 Volker Lendeckes3: Add a 10-second timeout for the 445 or netbios...
2011-04-03 Volker Lendeckes3: Add a quick test for bug 8042
2011-03-31 Andrew Tridgells3-torture: a very simple test for convert_string_error()
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-locking: move locking prototypes out of proto.h.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/shmem.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-27 Volker Lendeckes3: Convert cli_raw_tcon to cli_smb
2011-03-27 Volker Lendeckes3: Fix a memleak
2011-03-27 Volker Lendeckes3: Replace a use of cli_errstr
2011-03-27 Volker Lendeckes3: Replace cli_negprot_sendsync() by cli_negprot_send()
2011-03-27 Volker Lendeckes3: Remove a pointless static
2011-03-27 Volker Lendeckes3: Remove a use of cli_send_smb
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-23 Günther Deschners3-prototypes: remove protos of some dead functions.
2011-03-15 Günther Deschners3-libsmb: only include rap client when needed.
2011-02-28 Günther Deschners3-torture: fix the build of rpc_open_tcp.
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-23 Jeremy AllisonTorture test added to run_opentest() to ensure we don...
2011-02-22 Andrew Bartlettsmbtorture Remove random file name before we start RW2
2011-02-16 Günther Deschnernsswitch: make wb_reqtrans a common subsystem.
2011-02-01 Volker Lendeckes3: test addrchange
2011-01-25 Björn Baumbachs3-masktest: Fix cli_errstr() usage (part of bug #7864)
2011-01-25 Björn Baumbachs3-torture: Fix cli_errstr() usage (part of bug #7864)
2011-01-21 Günther Deschners3-torture: fix uninitialized status code.
2011-01-19 Jeremy AllisonAdd DELETE-LN test to show bug #7863 - Unlink may unlin...
2011-01-17 Stefan Metzmachers3:torture: use dcerpc_echo_X() functions
next