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