Fix bug #7996 - sgid bit lost on folder rename.
[ira/wip.git] / source3 / torture /
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
2011-01-17 Volker Lendeckes3: Convert try_trans2 to cli_trans
2011-01-17 Volker Lendeckes3: Convert try_nttrans to cli_trans
2011-01-17 Volker Lendeckes3: Fix some nonempty blank lines
2011-01-14 Jeremy AllisonAdd OPLOCK4 test which explores how Windows copes with...
2010-12-29 Volker Lendeckes3: Allow more control over smbsock_[any_]connect
2010-12-22 Volker Lendeckes3: Test smbsock_any_connect
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_start_connection
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_full_connection
2010-12-20 Volker Lendeckes3: Remove some unused variables
2010-12-19 Volker Lendeckewb_reqtrans is not used in libwbclient
2010-12-19 Volker LendeckeMove wbc_async.[ch] to its only user: smbtorture3
2010-12-10 Andrew Tridgells3-vfstest: fixed paths in vfstest
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-11-17 Volker Lendeckes3: Fix a missing return value
2010-11-11 Volker Lendeckes3: Make cli_set_ea_fnum return NTSTATUS
2010-11-11 Volker Lendeckes3: Make cli_set_ea_path return NTSTATUS
2010-11-11 Jeremy AllisonAdd test that detects problems in the SMB signing code...
2010-11-02 Andrew Bartletts3-debug Remove last direct assignements to DEBUGLEVEL
2010-11-02 Andrew Bartletts3-debug Remove 'AllowDebugChange' and use lp_set_cmdli...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-29 Jeremy AllisonFix bug #7700 - Improvement of return code of smbclient
2010-10-24 Volker Lendeckes3: Replace cli_qfileinfo_test with a call to cli_qfileinfo
2010-10-24 Volker Lendeckes3: Convert cli_qfileinfo_basic to cli_qfileinfo
2010-10-24 Volker Lendeckes3: Convert cli_qfilename to cli_qfileinfo
2010-10-24 Volker Lendeckes3: Rename cli_fileinfo() to cli_fileinfo_basic()
2010-10-20 Jeremy AllisonMake getpwnam_alloc() static to lib/username.c, and...
2010-10-20 Günther Deschnernsstest: no need for two copies of the same tool.
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-08 Volker Lendeckes3: Add a little test for the echo responder
2010-10-01 Günther Deschnersamba: share readline wrappers among all buildsystems.
2010-09-28 Jeremy AllisonAdd torture test BAD-NBT-SESSION as regression fix...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-20 Günther Deschners3-build: only include async headers where needed.
2010-09-14 Andrew Bartletts3-torture Add tests to show that the dom_sid parsing...
2010-09-10 Stefan Metzmachers3:torture: fix printf output, lines can't start with...
2010-09-10 Stefan Metzmachers3:torture: fix run_uid_regression_test
2010-08-29 Volker Lendeckes3: Remove smbd_server_fd()
2010-08-25 Günther Deschners3-build: use talloc_dict.h only where needed.
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-25 Günther Deschners3-build: only include nsswitch header where needed.
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-22 Andrew Bartletts3:pdbtest Fix command name of pdbtest
2010-08-18 Volker Lendeckes3: async cli_list
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-16 Günther Deschners3-smbtorture: fix printf statement in ioctl test.
2010-08-16 Volker Lendeckes3: Remove get_client_fd()
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-06 Günther Deschners3-smbtorture: include svcctl.h
2010-08-06 Volker Lendeckes3: Remove some explicit calls to procid_self()
2010-08-05 Volker Lendeckes3: Fix a crash in masktest
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-04 Volker Lendeckes3: Convert cli_list() to return NTSTATUS
2010-08-01 Volker Lendeckes3: Fix some nonempty blank lines
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-07-26 Volker Lendeckes3: Early start of an async nbench
2010-07-26 Volker Lendeckes3: Convert cli_qpathinfo2 to cli_qpathinfo_send
2010-07-26 Volker Lendeckes3: Convert cli_qpathinfo1 to cli_qpathinfo
2010-07-25 Volker Lendeckes3: Convert cli_get_ea_list_path to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: cli_qpathinfo->cli_qpathinfo1
2010-06-10 Volker Lendeckes3: Add a dummy test to prove the maxfd calculation
2010-05-28 Andrew Bartletts3:smbd move messaging_context and memcache into globals.c
2010-05-28 Andrew Bartletts3:smbd split reload services/printers functions from...
2010-05-18 Jeremy AllisonFix the build of bin/smbtorture in source3. Guenther...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-02 Volker Lendeckes3: Fix a comment
2010-04-01 Jeremy AllisonAdd torture test for bug 7310 - DOS attribute inconsist...
2010-03-09 Simo Sorces3:tldap add own filter parsing
next