summaryrefslogtreecommitdiffstats
path: root/source/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-0/+100
* added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2003-03-301-0/+142
* updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell2003-03-291-32/+63
* added a simple test for the old SMBtcon interfaceAndrew Tridgell2003-03-291-0/+38
* having sticky create times is not a bugAndrew Tridgell2003-03-111-1/+0
* fixed use_oplocks and the timeout in smbtorture startupAndrew Tridgell2003-03-101-6/+16
* Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett2003-03-061-811/+788
* FIXME about crash on failure case.Martin Pool2003-03-061-2/+5
* Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe2003-03-051-3/+17
* Add code to allow us to specify the port to connect on when performingRichard Sharpe2003-03-051-6/+14
* New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard...Jeremy Allison2003-02-221-0/+134
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-1/+3
* Fixup delete on close torture.Jeremy Allison2003-02-111-10/+4
* Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.Jeremy Allison2003-02-031-122/+91
* Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison2003-01-311-0/+101
* Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-111-4/+4
* BIG patch...Andrew Bartlett2003-01-021-31/+31
* Added HIDDEN/NORMAL attribute test.Jeremy Allison2002-11-181-1/+49
* Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-101-0/+100
* Correct error message.Jeremy Allison2002-08-301-1/+1
* Better error reporting on OPEN test.Jeremy Allison2002-08-301-2/+4
* Added attribute specific OPEN tests (for SYSTEM and HIDDEN).Jeremy Allison2002-08-301-0/+44
* nicer locking timeout testAndrew Tridgell2002-08-181-2/+7
* make the LOCK1 test randomise the time for the blocking lock testAndrew Tridgell2002-08-181-1/+1
* Test how many pipes we can open.Jeremy Allison2002-06-281-0/+29
* Back out the wrong changes I made yesterday ...Richard Sharpe2002-04-181-2/+2
* Fix smbtorture so it can handle collisions etc ...Richard Sharpe2002-04-171-2/+2
* - added a mangling test suite that measures the collision rate onAndrew Tridgell2002-04-121-11/+17
* Fixed some compile warnings.Tim Potter2002-04-041-2/+2
* a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell2002-03-281-1/+1
* Tests for insane open semantics.Jeremy Allison2002-03-261-7/+68
* Added 5 *NASTY* non-io open tests....Jeremy Allison2002-03-261-0/+169
* Forgot torture hacks...Jeremy Allison2002-03-231-5/+1
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-0/+69
* Correctly increment offset in cli_smbwrite.Jeremy Allison2002-03-201-9/+23
* the beginning of a test to determine and display a servers propertiesAndrew Tridgell2002-03-191-0/+31
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-5/+5
* only try an ordinary file in lock6Andrew Tridgell2002-03-111-2/+2
* expanded the lock6 test a bit to try lsarpc as wellAndrew Tridgell2002-03-111-11/+17
* added a LOCK6 test for weird lockingX lock type bitsAndrew Tridgell2002-03-111-1/+40
* remove an unused variableAndrew Tridgell2002-03-101-1/+1
* Added another 2 delete on close tests. Now 10. Had to fix smbd to match...Jeremy Allison2002-03-071-42/+121
* Change xcopy test to use defined constants rather than magic hexJeremy Allison2002-03-071-4/+22
* fixed NBENCH test on IRIX (tridge)Herb Lewis2002-03-061-1/+1
* make error codes match W2k advanced server sp2Herb Lewis2002-03-061-5/+5
* Found the mp3 problem - it's a generic class bug w.r.t. renaming.Jeremy Allison2002-03-051-0/+72
* added -k options for kerberos to smbtorture and locktestAndrew Tridgell2002-03-041-1/+14
* handle clock skew in getatr testAndrew Tridgell2002-03-031-3/+3
* fixed -c option to NBENCH testAndrew Tridgell2002-03-031-1/+1
* added a "XCOPY" test that simulates the open calls made by xcopy /OAndrew Tridgell2002-02-241-0/+45