summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Collapse)AuthorFilesLines
2002-08-30Added attribute specific OPEN tests (for SYSTEM and HIDDEN).Jeremy Allison1-0/+44
Jeremy. (This used to be commit 4eeef6ef530acf1cc4e08e24af902c15af57ece7)
2002-08-29Correct popt argument info in vfstestJelmer Vernooij2-39/+2
Don't use global_ctx in samtest.c (This used to be commit 0428eb422b50135327daf3040067f5982f1b0b92)
2002-08-29Use popt for printing --help messageJelmer Vernooij2-38/+13
(This used to be commit 355d28d9eae2fd4b94bb591c5c51cad2fab9d2fd)
2002-08-29Don't use global memory contextJelmer Vernooij2-10/+8
(This used to be commit b1e1d548031f270dd51ffa1910c3ae2503e64e8f)
2002-08-29Adding samtest utility used to test sam backends. Compiles but doesn't doJelmer Vernooij1-0/+468
anything (yet). Requires move from samr_make_sam_obj_sd to lib/ (This used to be commit 7904770d341b194574f9dc8da578a5fe4b31aa9f)
2002-08-24if muhammad does not go to the mountain ...Simo Sorce1-0/+2
(This used to be commit 5246d3693c463e581a7cd40f86878e40456237c3)
2002-08-21implemented lock and mknodSimo Sorce2-16/+207
addedd to vfstest the possibility to read a file to imput a stream of commands (This used to be commit 233b14f447994db8fdb4448d19eff0c38c17254d)
2002-08-20some fixesJelmer Vernooij1-24/+1
(This used to be commit e0c61b31050a3e3fdec2c47c80ef34de3ec73e04)
2002-08-20Remove unused variablesJelmer Vernooij1-16/+3
(This used to be commit 20f1765c32b2dd048e1572cd1b1e490459f7d5dc)
2002-08-19make IRIX happySimo Sorce1-10/+14
(This used to be commit bac73fa972c24503f12968810059745c81fa57a9)
2002-08-19Add 'conf' command to load different smb.conf filesJelmer Vernooij1-4/+22
(This used to be commit 9b4deb1e0f36968bf9b83120b12e6692b20df9d4)
2002-08-18O_NOFOLLOW does not exist on solaris 8 ??Simo Sorce1-0/+4
(This used to be commit 4280300d80d831b78ca50a0a4325b9e239a8bb63)
2002-08-18nicer locking timeout testAndrew Tridgell1-2/+7
(This used to be commit 2307869798c99f75d2624bb3c144e780e358a3c9)
2002-08-18improvements and bugfixSimo Sorce1-17/+71
open calls now understands flags and mode bug on read (This used to be commit 751d057713a3fa8a5a141eaed4e8401e7802cfc9)
2002-08-18A new utility to test VFS system and modulesSimo Sorce3-0/+1468
Just now it is acommandline tool like smbclient and rpcclient that is able to perform operations on the file system passing through the vfs layer It is not complete yet, some functions have simply faked up data, but module loading works yet and basic operations too. Thanks to Eric Lorimer for helping out with the initial setup. Simo. (This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
2002-08-18make the LOCK1 test randomise the time for the blocking lock testAndrew Tridgell1-1/+1
(This used to be commit 28d325227c9b7ab48a47df006204319b21f7e7f7)
2002-07-21More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett1-63/+7
Andrew Bartlett (This used to be commit 21b0e8f560849be77bde463cf006ea0de54211e9)
2002-07-21Another smattering of static and constAndrew Bartlett1-1/+1
(This used to be commit 897cc4a610932e596f8a9807213166e380ef0203)
2002-06-28Test how many pipes we can open.Jeremy Allison1-0/+29
Jeremy. (This used to be commit 95d22f18d7a2bb06804a6a336b243face4b496a1)
2002-05-17more dl* -> sys_dl* for scoAndrew Bartlett1-2/+2
(This used to be commit 92eead1a0a93a6191fbd7b413f0736eb1a716b8e)
2002-04-24add collision/total indication to every collision reportSimo Sorce1-2/+3
(This used to be commit c4d6a49779e0e2bff86256b8b353e6c803e31ba9)
2002-04-18Back out the wrong changes I made yesterday ...Richard Sharpe2-11/+6
(This used to be commit 6d52aa1fc892b48d72a790800ee00d6d7bdc4844)
2002-04-17Fix smbtorture so it can handle collisions etc ...Richard Sharpe2-6/+21
(This used to be commit ba4d6c76aabd3d1fd8dc1e2335baf50c58d636a7)
2002-04-12nicer measurement of failures and collisionsAndrew Tridgell1-7/+15
(This used to be commit 61c61f6b4f22c1ef6f837145f5e05730706cc8d4)
2002-04-12better mangling test. We now test that we can create by long name andAndrew Tridgell1-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)
2002-04-12- added a mangling test suite that measures the collision rate onAndrew Tridgell2-11/+179
randomised filenames - fixed several mangling bugs that the test suite pointed out (This used to be commit 858fa7efc34f6e7cdf8500900aed3f7943c91348)
2002-04-04Fixed some compile warnings.Tim Potter2-2/+4
(This used to be commit fd8b3009eb3f3debc7a1dcf6a46437d87a341519)
2002-03-28a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell1-1/+1
(This used to be commit 30febde783bcacc111f559473dc15baee66db350)
2002-03-26Tests for insane open semantics.Jeremy Allison1-7/+68
Jeremy. (This used to be commit 6d6842abfa1f7a317b3aa6b285ed737bf7056e82)
2002-03-26Added 5 *NASTY* non-io open tests....Jeremy Allison1-0/+169
Jeremy. (This used to be commit 15cb6267e2f86b6e244d4a9f7a8633205f10114c)
2002-03-23Forgot torture hacks...Jeremy Allison1-5/+1
Jeremy. (This used to be commit ba6c3d65a53278b5a4c49d437373cfe613a2f80f)
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-0/+69
cases for rename and unlink. Had to add desired_access into the share mode record. Jeremy. (This used to be commit 3b1b8ac43535fb0839c5474fa55bf7150f6cde31)
2002-03-22add a -n maxloops option so this can be run in a script and end after aHerb Lewis1-1/+8
certain number of iterations. (This used to be commit bdac7cb9c5bdd52db06b2507d8660bc1c9debea5)
2002-03-21merge fix for core dump when called with no args from 2.2Herb Lewis1-1/+1
(This used to be commit 8b38cca631a7434fcce0686c8e41c986a0a36a21)
2002-03-21update usage message with other options. Add a -d debuglevel optionHerb Lewis1-1/+11
(This used to be commit 32d5dc824ab26c140feb8041314783caab622c65)
2002-03-20Correctly increment offset in cli_smbwrite.Jeremy Allison1-9/+23
Jeremy. (This used to be commit 5b04b5f1df3ee509e7314064966be09e2202b0ef)
2002-03-19the beginning of a test to determine and display a servers propertiesAndrew Tridgell1-0/+31
just shows capabilities at the moment (This used to be commit 76fe90343c4ca76ad58c7b31a1e3235926fd6c75)
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter3-11/+11
(This used to be commit 1f007d3ed41c1b71a89fa6be7d173e67e927c302)
2002-03-11only try an ordinary file in lock6Andrew Tridgell1-2/+2
(This used to be commit 965e23537c284dd312c714c111ec172d9a33b019)
2002-03-11expanded the lock6 test a bit to try lsarpc as wellAndrew Tridgell1-11/+17
this allows us to check that we refuse locking on pipes (This used to be commit 3e69ea6846e455d6ebb15e4481d4f98fd038c8a2)
2002-03-11added a LOCK6 test for weird lockingX lock type bitsAndrew Tridgell1-1/+40
warning! this test reboots w2k or wxp (This used to be commit 568e1d7b4389e5a49aa1d52eb4c74bc53dbc125f)
2002-03-10added -E and -Z options, and allow for the 2 servers to have differentAndrew Tridgell1-33/+63
usernames/passwords (This used to be commit 0ae4ba18e578d35206628fa29203c8becbbdc5cd)
2002-03-10remove an unused variableAndrew Tridgell1-1/+1
(This used to be commit 9c44ad4e42892be8fc99998fd53c3027353c0d1b)
2002-03-07Added another 2 delete on close tests. Now 10. Had to fix smbd to match...Jeremy Allison1-42/+121
Jeremy. (This used to be commit bda1c31da68aa75aba780727e9aeaad17207668d)
2002-03-07Change xcopy test to use defined constants rather than magic hexJeremy Allison1-4/+22
values so we can see what's going on. Jeremy. (This used to be commit 5ba4ba36339269b2059da7c103e63ecd948f7938)
2002-03-06fixed NBENCH test on IRIX (tridge)Herb Lewis1-1/+1
(This used to be commit d3c593b1208085f6c44e1707165ebee2b1cb4113)
2002-03-06make error codes match W2k advanced server sp2Herb Lewis1-5/+5
(This used to be commit c644ca6a663b615416cd809be4921688f85e84cf)
2002-03-05show a progress bar during the deny testsAndrew Tridgell1-0/+11
(This used to be commit c2c8c4e713c362d0c6864c6359d90cf6b218e545)
2002-03-05added -M option for minimum lock sizeAndrew Tridgell1-4/+8
(This used to be commit 6acd98cbb92ec5c78686d23d2e05c1c98b5127fe)
2002-03-05fixed NBENCH code for NT4 server ntcreatex semanticsAndrew Tridgell1-4/+10
(This used to be commit b71a729e14e928fae288daeab4226d7e1f8b1dc5)