summaryrefslogtreecommitdiffstats
path: root/source3/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Add talloc_dict.[ch]Volker Lendecke2009-08-161-0/+48
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* Fix the chain2 testVolker Lendecke2009-07-241-1/+3
* Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison2009-07-151-22/+22
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-16/+0
* Make cli_posix_lock/unlock asynchronous.Jeremy Allison2009-07-131-0/+12
* Fix&Run local-gencacheVolker Lendecke2009-07-101-3/+1
* Fix our base64 implementation for blobs of length 4....Volker Lendecke2009-07-101-0/+34
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-0/+90
* Fix two pointless staticsVolker Lendecke2009-07-031-1/+1
* Test error codes on popular streamsVolker Lendecke2009-07-031-0/+54
* Add tldap paged searches, together with two helper routinesVolker Lendecke2009-06-201-0/+55
* Add tiny tldap testVolker Lendecke2009-06-191-0/+36
* Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison2009-06-101-2/+1
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-051-0/+24
* libwbclient: Store the winbind socket dir to use in the wb_contextKai Blin2009-05-301-1/+1
* libwbclient: Add async call framework.Kai Blin2009-05-301-1/+1
* Make cli_nt_delete_on_close() async.Jeremy Allison2009-05-291-9/+9
* Add cli_posix_readlink() and a torture test for it.Jeremy Allison2009-05-271-1/+15
* Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison2009-05-271-2/+71
* use epoll for local-wbclient testVolker Lendecke2009-05-241-1/+1
* Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...Jeremy Allison2009-05-221-1/+12
* s3 torture: Fix warningTim Prouty2009-05-211-1/+1
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-201-8/+5
* Demonstrate a bug we have when dealing with real os-level share modesVolker Lendecke2009-05-201-0/+75
* Make local-wbclient flexible in # of connections and opsVolker Lendecke2009-05-191-4/+6
* Make error message clearer on fail.Jeremy Allison2009-05-141-2/+2
* Add a test showing what ascii values cause an NTFS volume toJeremy Allison2009-05-141-0/+133
* s3:libsmb: let cli_smb_chain_send() also return NTSTATUSStefan Metzmacher2009-05-131-2/+6
* Fix the mangle1 testVolker Lendecke2009-05-091-1/+1
* Fix a typoVolker Lendecke2009-05-071-1/+1
* Add simple test chaining up sesssetup and tconVolker Lendecke2009-05-071-0/+53
* Make cli_setatr async.Jeremy Allison2009-05-061-2/+2
* Make cli_getatr() async.Jeremy Allison2009-05-051-5/+5
* Fix the async calls for the posix_unlink and posix_rmdir.Jeremy Allison2009-05-041-1/+1
* Torture test for bug #6315 - smbd crashes doing vfs_full_audit on IPC$ close ...Jeremy Allison2009-05-041-2/+28
* Fix an invalid type warningVolker Lendecke2009-05-031-1/+1
* Fix some warnings due to uint16_t!=-1 always being trueVolker Lendecke2009-05-031-4/+4
* Attempt to fix the build on SerNet-sles8Volker Lendecke2009-05-021-3/+6
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+55
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-63/+63
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-348/+232
* Make cli_unlink async.Jeremy Allison2009-04-291-88/+88
* Convert cli_rename to async.Jeremy Allison2009-04-281-5/+5
* Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison2009-04-281-2/+2
* Fix a pointless staticVolker Lendecke2009-04-231-1/+1
* Make cli_chkpath async.Jeremy Allison2009-04-221-5/+5
* Fix some nonempty blank linesVolker Lendecke2009-04-221-143/+142
* Remove some shadowed definition warningsVolker Lendecke2009-04-221-3/+3
* Make rmdir async.Jeremy Allison2009-04-211-1/+1