Age | Commit message (Expand) | Author | Files | Lines |
2002-04-12 | - added a mangling test suite that measures the collision rate on | Andrew Tridgell | 2 | -11/+179 |
2002-04-04 | Fixed some compile warnings. | Tim Potter | 2 | -2/+4 |
2002-03-28 | a dodgy fix for a dodgy race condition in smbtorture child startup | Andrew Tridgell | 1 | -1/+1 |
2002-03-26 | Tests for insane open semantics. | Jeremy Allison | 1 | -7/+68 |
2002-03-26 | Added 5 *NASTY* non-io open tests.... | Jeremy Allison | 1 | -0/+169 |
2002-03-23 | Forgot torture hacks... | Jeremy Allison | 1 | -5/+1 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -0/+69 |
2002-03-22 | add a -n maxloops option so this can be run in a script and end after a | Herb Lewis | 1 | -1/+8 |
2002-03-21 | merge fix for core dump when called with no args from 2.2 | Herb Lewis | 1 | -1/+1 |
2002-03-21 | update usage message with other options. Add a -d debuglevel option | Herb Lewis | 1 | -1/+11 |
2002-03-20 | Correctly increment offset in cli_smbwrite. | Jeremy Allison | 1 | -9/+23 |
2002-03-19 | the beginning of a test to determine and display a servers properties | Andrew Tridgell | 1 | -0/+31 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 3 | -11/+11 |
2002-03-11 | only try an ordinary file in lock6 | Andrew Tridgell | 1 | -2/+2 |
2002-03-11 | expanded the lock6 test a bit to try lsarpc as well | Andrew Tridgell | 1 | -11/+17 |
2002-03-11 | added a LOCK6 test for weird lockingX lock type bits | Andrew Tridgell | 1 | -1/+40 |
2002-03-10 | added -E and -Z options, and allow for the 2 servers to have different | Andrew Tridgell | 1 | -33/+63 |
2002-03-10 | remove an unused variable | Andrew Tridgell | 1 | -1/+1 |
2002-03-07 | Added another 2 delete on close tests. Now 10. Had to fix smbd to match... | Jeremy Allison | 1 | -42/+121 |
2002-03-07 | Change xcopy test to use defined constants rather than magic hex | Jeremy Allison | 1 | -4/+22 |
2002-03-06 | fixed NBENCH test on IRIX (tridge) | Herb Lewis | 1 | -1/+1 |
2002-03-06 | make error codes match W2k advanced server sp2 | Herb Lewis | 1 | -5/+5 |
2002-03-05 | show a progress bar during the deny tests | Andrew Tridgell | 1 | -0/+11 |
2002-03-05 | added -M option for minimum lock size | Andrew Tridgell | 1 | -4/+8 |
2002-03-05 | fixed NBENCH code for NT4 server ntcreatex semantics | Andrew Tridgell | 1 | -4/+10 |
2002-03-05 | Found the mp3 problem - it's a generic class bug w.r.t. renaming. | Jeremy Allison | 1 | -0/+72 |
2002-03-04 | allow setting of lock range and base in locktest | Andrew Tridgell | 1 | -10/+14 |
2002-03-04 | added -k options for kerberos to smbtorture and locktest | Andrew Tridgell | 2 | -2/+28 |
2002-03-03 | handle clock skew in getatr test | Andrew Tridgell | 1 | -3/+3 |
2002-03-03 | fixed -c option to NBENCH test | Andrew Tridgell | 1 | -1/+1 |
2002-02-24 | added a "XCOPY" test that simulates the open calls made by xcopy /O | Andrew Tridgell | 1 | -0/+45 |
2002-02-21 | added a cli_qfilename() test to the trans2 tests | Andrew Tridgell | 1 | -0/+13 |
2002-02-05 | got rid of a silly '*' in printout | Andrew Tridgell | 1 | -1/+0 |
2002-02-05 | - only show 1 cleanup msg per client | Andrew Tridgell | 2 | -7/+17 |
2002-02-05 | fixed the directory removal for when the dir doesn't exit | Andrew Tridgell | 1 | -1/+1 |
2002-02-05 | rewrote smbtorture to use the new dbench 2 format and methods | Andrew Tridgell | 2 | -187/+228 |
2002-01-30 | Removed version number from file header. | Tim Potter | 11 | -22/+11 |
2002-01-16 | Quieten some pointer cast warnings. | Tim Potter | 1 | -3/+4 |
2002-01-03 | Update the NT_STATUS -> DOS error table. | Andrew Bartlett | 1 | -3/+3 |
2002-01-03 | Make a couple more of the warnings also be C comments | Andrew Bartlett | 1 | -2/+2 |
2002-01-03 | A few changes to always output the erorr mapping even when the error was | Andrew Bartlett | 1 | -27/+34 |
2002-01-03 | Workaround some 'smarts' in Win2k. | Andrew Bartlett | 1 | -0/+20 |
2002-01-03 | Re-add bail on failure. | Andrew Bartlett | 1 | -2/+8 |
2002-01-03 | fixed ERRMAPEXTRACT torture to work with win2k | Andrew Tridgell | 1 | -11/+5 |
2002-01-02 | Minor update to make the output 'real C'. (The output is intended to be a C | Andrew Bartlett | 1 | -3/+8 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -3/+3 |
2001-12-19 | better nsstest error checking | Andrew Tridgell | 1 | -0/+20 |
2001-12-09 | set return value to total errors | Andrew Tridgell | 1 | -2/+9 |
2001-12-09 | better error checking in nsstest | Andrew Tridgell | 1 | -9/+64 |
2001-12-09 | - check for correct error codes | Andrew Tridgell | 1 | -27/+48 |