Age | Commit message (Expand) | Author | Files | Lines |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+29 |
2002-04-12 | merged the mangling test and passdb bugfixes into SAMBA_3_0 | Andrew Tridgell | 1 | -11/+17 |
2002-04-04 | Fixed some compile warnings. | Tim Potter | 1 | -2/+2 |
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-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 | 1 | -5/+5 |
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 | 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 | Found the mp3 problem - it's a generic class bug w.r.t. renaming. | Jeremy Allison | 1 | -0/+72 |
2002-03-04 | added -k options for kerberos to smbtorture and locktest | Andrew Tridgell | 1 | -1/+14 |
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 | 1 | -3/+1 |
2002-02-05 | rewrote smbtorture to use the new dbench 2 format and methods | Andrew Tridgell | 1 | -75/+69 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
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-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -2/+1 |
2001-11-25 | Add a new torture test to extract a NT->DOS error map from an NT member of a | Andrew Bartlett | 1 | -0/+74 |
2001-11-20 | fix maxfd test to start deleting at right file | Andrew Tridgell | 1 | -0/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -2/+1 |
2001-10-02 | the CASETABLE torture target now generates the complete unicode | Andrew Tridgell | 1 | -0/+1 |
2001-09-25 | added a little smbtorture test for dumping the unicode table of a | Andrew Tridgell | 1 | -1/+2 |
2001-09-17 | fixed ctemp in server and client. It turns out that ctemp on NT is completely... | Andrew Tridgell | 1 | -10/+12 |
2001-09-16 | Fix (I hope) for a number of little compile warnings found by the IRIX | Andrew Bartlett | 1 | -4/+4 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 1 | -1/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -2/+2 |
2001-09-06 | - fixed proto.h build on systems using a parallel make | Andrew Tridgell | 1 | -192/+8 |
2001-09-06 | it turns out that XP agrees with the samba head branch over the right | Andrew Tridgell | 1 | -12/+13 |
2001-09-04 | fixed compilation of torture | Andrew Tridgell | 1 | -4/+4 |