summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-03fixed -c option to NBENCH testAndrew Tridgell1-1/+1
2002-02-24added a "XCOPY" test that simulates the open calls made by xcopy /OAndrew Tridgell1-0/+45
2002-02-21added a cli_qfilename() test to the trans2 testsAndrew Tridgell1-0/+13
2002-02-05got rid of a silly '*' in printoutAndrew Tridgell1-1/+0
2002-02-05- only show 1 cleanup msg per clientAndrew Tridgell1-3/+1
2002-02-05rewrote smbtorture to use the new dbench 2 format and methodsAndrew Tridgell1-75/+69
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-16Quieten some pointer cast warnings.Tim Potter1-3/+4
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett1-3/+3
2002-01-03Make a couple more of the warnings also be C commentsAndrew Bartlett1-2/+2
2002-01-03A few changes to always output the erorr mapping even when the error wasAndrew Bartlett1-27/+34
2002-01-03Workaround some 'smarts' in Win2k.Andrew Bartlett1-0/+20
2002-01-03Re-add bail on failure.Andrew Bartlett1-2/+8
2002-01-03fixed ERRMAPEXTRACT torture to work with win2kAndrew Tridgell1-11/+5
2002-01-02Minor update to make the output 'real C'. (The output is intended to be a CAndrew Bartlett1-3/+8
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+1
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett1-0/+74
2001-11-20fix maxfd test to start deleting at right fileAndrew Tridgell1-0/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+1
2001-10-02the CASETABLE torture target now generates the complete unicodeAndrew Tridgell1-0/+1
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell1-1/+2
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-10/+12
2001-09-16Fix (I hope) for a number of little compile warnings found by the IRIXAndrew Bartlett1-4/+4
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell1-192/+8
2001-09-06it turns out that XP agrees with the samba head branch over the rightAndrew Tridgell1-12/+13
2001-09-04fixed compilation of tortureAndrew Tridgell1-4/+4
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-134/+70
2001-08-23more minor torture updatesAndrew Tridgell1-4/+14
2001-08-23the beginnings of a TRANS2 scannerAndrew Tridgell1-0/+66
2001-08-22minor bug fixes to smbtortureAndrew Tridgell1-3/+5
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-30/+39
2001-08-13Converted to new error API.Tim Potter1-28/+32
2001-07-07Update smbtorture in line with SAMBA_2_2Andrew Bartlett1-5/+34
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+0
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-0/+2
2001-07-02Make smbtorture return status values for use in the build_farm tests.Andrew Bartlett1-469/+733
2001-06-30Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison1-1/+9
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison1-0/+2
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+3053