summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison2009-07-153-25/+25
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-16/+0
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-3/+3
* 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
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-1/+13
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-1/+11
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-1/+20
* Fix two pointless staticsVolker Lendecke2009-07-031-1/+1
* Test error codes on popular streamsVolker Lendecke2009-07-031-0/+54
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-2/+24
* Add tldap paged searches, together with two helper routinesVolker Lendecke2009-06-201-0/+55
* Add tiny tldap testVolker Lendecke2009-06-191-0/+36
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-1/+12
* 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
* source3/torture/vfstest.c(process_file): fixed file descriptor leak.Slava Semushin2009-06-051-0/+4
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-3/+3
* 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
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-82/+98
* source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2009-05-251-0/+1
* 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 a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-4/+4
* 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
* s3 torture: Only close if open was successfulTim Prouty2009-05-041-4/+12
* Torture test for bug #6315 - smbd crashes doing vfs_full_audit on IPC$ close ...Jeremy Allison2009-05-041-2/+28
* s3 torture: Fix comparison is always true warningTim Prouty2009-05-041-2/+2
* 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