Test how many pipes we can open.
[kai/samba.git] / source3 / torture / torture.c
2002-06-28 Jeremy AllisonTest how many pipes we can open.
2002-04-18 Richard SharpeBack out the wrong changes I made yesterday ...
2002-04-17 Richard SharpeFix smbtorture so it can handle collisions etc ...
2002-04-12 Andrew Tridgell- added a mangling test suite that measures the collisi...
2002-04-04 Tim PotterFixed some compile warnings.
2002-03-28 Andrew Tridgella dodgy fix for a dodgy race condition in smbtorture...
2002-03-26 Jeremy AllisonTests for insane open semantics.
2002-03-26 Jeremy AllisonAdded 5 *NASTY* non-io open tests....
2002-03-23 Jeremy AllisonForgot torture hacks...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-20 Jeremy AllisonCorrectly increment offset in cli_smbwrite.
2002-03-19 Andrew Tridgellthe beginning of a test to determine and display a...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-11 Andrew Tridgellonly try an ordinary file in lock6
2002-03-11 Andrew Tridgellexpanded the lock6 test a bit to try lsarpc as well
2002-03-11 Andrew Tridgelladded a LOCK6 test for weird lockingX lock type bits
2002-03-10 Andrew Tridgellremove an unused variable
2002-03-07 Jeremy AllisonAdded another 2 delete on close tests. Now 10. Had...
2002-03-07 Jeremy AllisonChange xcopy test to use defined constants rather than...
2002-03-06 Herb Lewisfixed NBENCH test on IRIX (tridge)
2002-03-06 Herb Lewismake error codes match W2k advanced server sp2
2002-03-05 Jeremy AllisonFound the mp3 problem - it's a generic class bug w...
2002-03-04 Andrew Tridgelladded -k options for kerberos to smbtorture and locktest
2002-03-03 Andrew Tridgellhandle clock skew in getatr test
2002-03-03 Andrew Tridgellfixed -c option to NBENCH test
2002-02-24 Andrew Tridgelladded a "XCOPY" test that simulates the open calls...
2002-02-21 Andrew Tridgelladded a cli_qfilename() test to the trans2 tests
2002-02-05 Andrew Tridgellgot rid of a silly '*' in printout
2002-02-05 Andrew Tridgell- only show 1 cleanup msg per client
2002-02-05 Andrew Tridgellrewrote smbtorture to use the new dbench 2 format and...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-16 Tim PotterQuieten some pointer cast warnings.
2002-01-03 Andrew BartlettUpdate the NT_STATUS -> DOS error table.
2002-01-03 Andrew BartlettMake a couple more of the warnings also be C comments
2002-01-03 Andrew BartlettA few changes to always output the erorr mapping even...
2002-01-03 Andrew BartlettWorkaround some 'smarts' in Win2k.
2002-01-03 Andrew BartlettRe-add bail on failure.
2002-01-03 Andrew Tridgellfixed ERRMAPEXTRACT torture to work with win2k
2002-01-02 Andrew BartlettMinor update to make the output 'real C'. (The output...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-25 Andrew BartlettAdd a new torture test to extract a NT->DOS error map...
2001-11-20 Andrew Tridgellfix maxfd test to start deleting at right file
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-02 Andrew Tridgellthe CASETABLE torture target now generates the complete...
2001-09-25 Andrew Tridgelladded a little smbtorture test for dumping the unicode...
2001-09-17 Andrew Tridgellfixed ctemp in server and client. It turns out that...
2001-09-16 Andrew BartlettFix (I hope) for a number of little compile warnings...
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-06 Andrew Tridgell- fixed proto.h build on systems using a parallel make
2001-09-06 Andrew Tridgellit turns out that XP agrees with the samba head branch...
2001-09-04 Andrew Tridgellfixed compilation of torture
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-23 Andrew Tridgellmore minor torture updates
2001-08-23 Andrew Tridgellthe beginnings of a TRANS2 scanner
2001-08-22 Andrew Tridgellminor bug fixes to smbtorture
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-13 Tim PotterConverted to new error API.
2001-07-07 Andrew BartlettUpdate smbtorture in line with SAMBA_2_2
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-02 Andrew BartlettNot all OSs have setbuffer, so we better check for it.
2001-07-02 Andrew BartlettMake smbtorture return status values for use in the...
2001-06-30 Jeremy AllisonEnsure we return correct error on trying to unlock...
2001-06-19 Jeremy AllisonExtra debug in open.c, fix for bad debug message in...
2001-06-19 Andrew Tridgellmoved all our torture code to a separate directory