summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Collapse)AuthorAgeFilesLines
* add collision/total indication to every collision reportSimo Sorce2002-04-241-2/+3
| | | | (This used to be commit c4d6a49779e0e2bff86256b8b353e6c803e31ba9)
* Back out the wrong changes I made yesterday ...Richard Sharpe2002-04-182-11/+6
| | | | (This used to be commit 6d52aa1fc892b48d72a790800ee00d6d7bdc4844)
* Fix smbtorture so it can handle collisions etc ...Richard Sharpe2002-04-172-6/+21
| | | | (This used to be commit ba4d6c76aabd3d1fd8dc1e2335baf50c58d636a7)
* nicer measurement of failures and collisionsAndrew Tridgell2002-04-121-7/+15
| | | | (This used to be commit 61c61f6b4f22c1ef6f837145f5e05730706cc8d4)
* better mangling test. We now test that we can create by long name andAndrew Tridgell2002-04-121-2/+33
| | | | | | | | | | | delete by short name, and that we can create by short name and delete by long name our old mangling code fails this test. also tweaked the random filename generation to produce more likely collisions (This used to be commit 65609c52960c2b5938150a2fdb5290541f4e0225)
* - added a mangling test suite that measures the collision rate onAndrew Tridgell2002-04-122-11/+179
| | | | | | | randomised filenames - fixed several mangling bugs that the test suite pointed out (This used to be commit 858fa7efc34f6e7cdf8500900aed3f7943c91348)
* Fixed some compile warnings.Tim Potter2002-04-042-2/+4
| | | | (This used to be commit fd8b3009eb3f3debc7a1dcf6a46437d87a341519)
* a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell2002-03-281-1/+1
| | | | (This used to be commit 30febde783bcacc111f559473dc15baee66db350)
* Tests for insane open semantics.Jeremy Allison2002-03-261-7/+68
| | | | | Jeremy. (This used to be commit 6d6842abfa1f7a317b3aa6b285ed737bf7056e82)
* Added 5 *NASTY* non-io open tests....Jeremy Allison2002-03-261-0/+169
| | | | | Jeremy. (This used to be commit 15cb6267e2f86b6e244d4a9f7a8633205f10114c)
* Forgot torture hacks...Jeremy Allison2002-03-231-5/+1
| | | | | Jeremy. (This used to be commit ba6c3d65a53278b5a4c49d437373cfe613a2f80f)
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-0/+69
| | | | | | cases for rename and unlink. Had to add desired_access into the share mode record. Jeremy. (This used to be commit 3b1b8ac43535fb0839c5474fa55bf7150f6cde31)
* add a -n maxloops option so this can be run in a script and end after aHerb Lewis2002-03-221-1/+8
| | | | | certain number of iterations. (This used to be commit bdac7cb9c5bdd52db06b2507d8660bc1c9debea5)
* merge fix for core dump when called with no args from 2.2Herb Lewis2002-03-211-1/+1
| | | | (This used to be commit 8b38cca631a7434fcce0686c8e41c986a0a36a21)
* update usage message with other options. Add a -d debuglevel optionHerb Lewis2002-03-211-1/+11
| | | | (This used to be commit 32d5dc824ab26c140feb8041314783caab622c65)
* Correctly increment offset in cli_smbwrite.Jeremy Allison2002-03-201-9/+23
| | | | | Jeremy. (This used to be commit 5b04b5f1df3ee509e7314064966be09e2202b0ef)
* the beginning of a test to determine and display a servers propertiesAndrew Tridgell2002-03-191-0/+31
| | | | | just shows capabilities at the moment (This used to be commit 76fe90343c4ca76ad58c7b31a1e3235926fd6c75)
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-173-11/+11
| | | | (This used to be commit 1f007d3ed41c1b71a89fa6be7d173e67e927c302)
* only try an ordinary file in lock6Andrew Tridgell2002-03-111-2/+2
| | | | (This used to be commit 965e23537c284dd312c714c111ec172d9a33b019)
* expanded the lock6 test a bit to try lsarpc as wellAndrew Tridgell2002-03-111-11/+17
| | | | | this allows us to check that we refuse locking on pipes (This used to be commit 3e69ea6846e455d6ebb15e4481d4f98fd038c8a2)
* added a LOCK6 test for weird lockingX lock type bitsAndrew Tridgell2002-03-111-1/+40
| | | | | warning! this test reboots w2k or wxp (This used to be commit 568e1d7b4389e5a49aa1d52eb4c74bc53dbc125f)
* added -E and -Z options, and allow for the 2 servers to have differentAndrew Tridgell2002-03-101-33/+63
| | | | | usernames/passwords (This used to be commit 0ae4ba18e578d35206628fa29203c8becbbdc5cd)
* remove an unused variableAndrew Tridgell2002-03-101-1/+1
| | | | (This used to be commit 9c44ad4e42892be8fc99998fd53c3027353c0d1b)
* Added another 2 delete on close tests. Now 10. Had to fix smbd to match...Jeremy Allison2002-03-071-42/+121
| | | | | Jeremy. (This used to be commit bda1c31da68aa75aba780727e9aeaad17207668d)
* Change xcopy test to use defined constants rather than magic hexJeremy Allison2002-03-071-4/+22
| | | | | | values so we can see what's going on. Jeremy. (This used to be commit 5ba4ba36339269b2059da7c103e63ecd948f7938)
* fixed NBENCH test on IRIX (tridge)Herb Lewis2002-03-061-1/+1
| | | | (This used to be commit d3c593b1208085f6c44e1707165ebee2b1cb4113)
* make error codes match W2k advanced server sp2Herb Lewis2002-03-061-5/+5
| | | | (This used to be commit c644ca6a663b615416cd809be4921688f85e84cf)
* show a progress bar during the deny testsAndrew Tridgell2002-03-051-0/+11
| | | | (This used to be commit c2c8c4e713c362d0c6864c6359d90cf6b218e545)
* added -M option for minimum lock sizeAndrew Tridgell2002-03-051-4/+8
| | | | (This used to be commit 6acd98cbb92ec5c78686d23d2e05c1c98b5127fe)
* fixed NBENCH code for NT4 server ntcreatex semanticsAndrew Tridgell2002-03-051-4/+10
| | | | (This used to be commit b71a729e14e928fae288daeab4226d7e1f8b1dc5)
* Found the mp3 problem - it's a generic class bug w.r.t. renaming.Jeremy Allison2002-03-051-0/+72
| | | | | | Added a rename torture test to illustrate the problem. Jeremy. (This used to be commit 509ac24525a0d1aaecc819a99590425a164aaf44)
* allow setting of lock range and base in locktestAndrew Tridgell2002-03-041-10/+14
| | | | (This used to be commit 97993630add4e8965f0395f92d34b0e8a6d9b875)
* added -k options for kerberos to smbtorture and locktestAndrew Tridgell2002-03-042-2/+28
| | | | (This used to be commit 46b89bc9979229abc6e9f2f8c585a22dd4f22902)
* handle clock skew in getatr testAndrew Tridgell2002-03-031-3/+3
| | | | (This used to be commit 64c0a5c4a0d879ce8f9517717a0cd54a75c20619)
* fixed -c option to NBENCH testAndrew Tridgell2002-03-031-1/+1
| | | | (This used to be commit f9e3b91f58df30440c8b90007997e012101235e3)
* added a "XCOPY" test that simulates the open calls made by xcopy /OAndrew Tridgell2002-02-241-0/+45
| | | | | we currently fail this test (This used to be commit 8095375623cc19f7aad497bf39d5370d032ebdbf)
* added a cli_qfilename() test to the trans2 testsAndrew Tridgell2002-02-211-0/+13
| | | | (This used to be commit 81fb8845e5c9a321f113258a737ce5c6e799e505)
* got rid of a silly '*' in printoutAndrew Tridgell2002-02-051-1/+0
| | | | (This used to be commit 22be40b6b8c034c143ce5d804628bc12cb1cc3dd)
* - only show 1 cleanup msg per clientAndrew Tridgell2002-02-052-7/+17
| | | | | - show client count in progress (This used to be commit 10ee1d22e606847d40fb013c694ed5733ef6b87b)
* fixed the directory removal for when the dir doesn't exitAndrew Tridgell2002-02-051-1/+1
| | | | (This used to be commit 2c67b266cc4848dff6066fcbc875ab5f91113179)
* rewrote smbtorture to use the new dbench 2 format and methodsAndrew Tridgell2002-02-052-187/+228
| | | | (This used to be commit 36f816a5e12a80f0184f43cbd44ef5fac53fcb81)
* Removed version number from file header.Tim Potter2002-01-3011-22/+11
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Quieten some pointer cast warnings.Tim Potter2002-01-161-3/+4
| | | | (This used to be commit 1906903f063de526045be68d19cf39de3c029c6f)
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-031-3/+3
| | | | | | | | | | | | | | | | | | | | | This new table is rather different to the old one (see diff posted to the list for a sorted list of differences) and needs a *lot* of testing. It does however seem to line up much better with what NT is using, as exampled by the change to the OBJECT_NAME_COLLISION DOS error, it now matches win2k where it didn't before. I can't see any critical errors we now get wrong, and I know that the auth errors are correct as per my on-the-wire observations. This table was produced (and I hope to comment this better later) by using the ERRMAPEXTRACT smbtorture tool, a Win2k domain member and the 'name_to_ntstatus' auth module on the HEAD PDC. This module returned the username as the error, and the NT box was forced to give me a dos error becouse thats all I negotiated on that connection. Hence the map. Andrew Bartlett (This used to be commit a855dfb2e0b899d03087860e5462c2aed3ca4cad)
* Make a couple more of the warnings also be C commentsAndrew Bartlett2002-01-031-2/+2
| | | | (This used to be commit 8f343beae7455141ce6a5e27e46ed2970aed8e7f)
* A few changes to always output the erorr mapping even when the error wasAndrew Bartlett2002-01-031-27/+34
| | | | | 'squashed' or the session setup succeeded. (How the latter occurs I don't know). (This used to be commit d879d2ffffc47ce161afb3d96bc5c4b92de662c3)
* Workaround some 'smarts' in Win2k.Andrew Bartlett2002-01-031-0/+20
| | | | | | Win2k kills off connections that have issued a negprot but havn't yet issued a session setup when a second connection appears from the same host. (This used to be commit d47e61eb468218cae631e78edbd5d02982c78ab0)
* Re-add bail on failure.Andrew Bartlett2002-01-031-2/+8
| | | | (This used to be commit da9444d98f212af8f1b1e1df191adf3c31d50f6d)
* fixed ERRMAPEXTRACT torture to work with win2kAndrew Tridgell2002-01-031-11/+5
| | | | (This used to be commit 27143900e76033026ecd5a7b4525c0150f3a535d)
* Minor update to make the output 'real C'. (The output is intended to be a CAndrew Bartlett2002-01-021-3/+8
| | | | | | | format table for inclusion back into Samba). Andrew Bartlett (This used to be commit 95abb2473bb4f93df163a0e8af79d5292e1389b3)