Add tiny tldap test
[nivanova/samba-autobuild/.git] / source3 / torture / torture.c
2009-06-19 Volker LendeckeAdd tiny tldap test
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-05 Jeremy AllisonMake cli_ftruncate async. Also add a simple test.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-30 Kai Blinlibwbclient: Store the winbind socket dir to use in...
2009-05-30 Kai Blinlibwbclient: Add async call framework.
2009-05-29 Jeremy AllisonMake cli_nt_delete_on_close() async.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Jeremy AllisonAdd cli_posix_readlink() and a torture test for it.
2009-05-28 Jeremy AllisonAdd aync POSIX hardlink and symlink and torture test...
2009-05-24 Volker Lendeckeuse epoll for local-wbclient test
2009-05-22 Jeremy AllisonTest that POSIX open of a directory returns NT_STATUS_F...
2009-05-21 Tim Proutys3 torture: Fix warning
2009-05-21 Jeremy AllisonMake cli_posix_open() and cli_posix_mkdir() async.
2009-05-20 Volker LendeckeDemonstrate a bug we have when dealing with real os...
2009-05-19 Volker LendeckeMake local-wbclient flexible in # of connections and ops
2009-05-14 Jeremy AllisonMake error message clearer on fail.
2009-05-14 Jeremy AllisonAdd a test showing what ascii values cause an NTFS...
2009-05-13 Stefan Metzmachers3:libsmb: let cli_smb_chain_send() also return NTSTATUS
2009-05-09 Volker LendeckeFix the mangle1 test
2009-05-07 Volker LendeckeFix a typo
2009-05-07 Volker LendeckeAdd simple test chaining up sesssetup and tcon
2009-05-06 Jeremy AllisonMake cli_setatr async.
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-04 Jeremy AllisonFix the async calls for the posix_unlink and posix_rmdir.
2009-05-04 Jeremy AllisonTorture test for bug #6315 - smbd crashes doing vfs_ful...
2009-05-03 Volker LendeckeFix an invalid type warning
2009-05-03 Volker LendeckeFix some warnings due to uint16_t!=-1 always being...
2009-05-02 Volker LendeckeAttempt to fix the build on SerNet-sles8
2009-05-01 Volker LendeckeAdd getaddrinfo_send/recv
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-30 Jeremy AllisonMake cli_unlink async.
2009-04-28 Jeremy AllisonConvert cli_rename to async.
2009-04-28 Jeremy AllisonConvert cli_posix_unlink() and cli_posix_rmdir()
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Volker LendeckeFix a pointless static
2009-04-22 Jeremy AllisonMake cli_chkpath async.
2009-04-22 Volker LendeckeFix some nonempty blank lines
2009-04-22 Volker LendeckeRemove some shadowed definition warnings
2009-04-21 Jeremy AllisonMake rmdir async.
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jeremy AllisonMake cli_mkdir async. Change it to return NTSTATUS.
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Volker LendeckeReproduce a bug with a custom GET_REAL_FILENAME
2009-04-17 Jim McDonoughMerge branch 'master' of /home/jmcd/samba/git.samba...
2009-04-16 Jeremy AllisonAdd torture tester to ensure we don't regress the ulogo...
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Volker LendeckeAdd a bad hack to enable level 2 oplocks in torture_ope...
2009-04-06 Volker LendeckeRe-add the CHAIN1 test
2009-04-06 Volker LendeckeConvert cli_echo to tevent_req
2009-04-06 Volker LendeckeRemove the CHAIN1 test -- will come back later
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-28 Volker LendeckeFix a debug msg typo
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Jeremy AllisonModify simple POSIX open test to use filenames containi...
2009-03-17 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-16 Volker LendeckeConvert wb_trans to tevent_req
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-14 Jeremy AllisonRemove pwd_cache.c, it was doing nothing. Make user_nam...
2009-03-12 Tim Proutys3 torture: Fix unitialized variable to avoid closing...
2009-03-12 Stefan MetzmacherRevert "s3:libsmb: add an option to cli_push to let...
2009-03-11 Jeremy AllisonAdd simple POSIX open, mkdir and rmdir test.
2009-03-11 Tim Proutys3 torture: Simple warning fix
2009-03-10 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-10 Stefan Metzmachers3:libsmb: add an option to cli_push to let the caller...
2009-02-13 Volker LendeckeReplace get_myname() with the talloc version from v3...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-09 Kai Blinasync_sock: Use unix errnos instead of NTSTATUS
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Volker LendeckeMake cli_tcon_andx async
2009-01-28 Stefan Metzmachers3:torture: support SMB_CONF_PATH envvar in smbtorture
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeAdd a quick test of wb_trans_send/recv
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Jeremy AllisonFix warnings in make test code.
2008-12-30 Volker LendeckePrint the vuid in BENCH-SESSSETUP
2008-12-29 Volker LendeckeFix SESSSETUP_BENCH torture test for long runtimes
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeExtend the chain1 test with write&x
2008-12-19 Volker LendeckeAdd a torture test simulating Windows write behaviour
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-12-19 Volker Lendeckecli_negprot_send -> cli_negprot_sendsync
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-14 Volker LendeckeMake memcache_add_talloc NULL out the source pointer
2008-11-14 Volker LendeckeActually finish memcache_add_talloc
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
next