summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw
Commit message (Expand)AuthorAgeFilesLines
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-244-2/+7
* Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke2008-10-141-0/+70
* Use const.Jelmer Vernooij2008-10-101-5/+5
* Use a getatr instead to make things cleaner.root2008-09-301-2/+4
* Add in test name visible on the wire or in debug logs so you can see when par...Jeremy Allison2008-09-301-16/+17
* Cope with API changes.Jelmer Vernooij2008-09-302-3/+6
* Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-303-0/+3
* Remove global_loadparm instance.Jelmer Vernooij2008-09-301-1/+1
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-302-9/+22
* Add test to show you can open for delete a readonly file.Jeremy Allison2008-09-261-0/+59
* fixed the data in SAVEFILE op in RAW-OFFLINEAndrew Tridgell2008-08-241-1/+1
* show the bad data in RAW-OFFLINEAndrew Tridgell2008-08-241-3/+10
* don't use zero data for the first file in RAW-OFFLINEAndrew Tridgell2008-08-231-2/+2
* RAW-OPEN: be more strict in create_option checkingStefan Metzmacher2008-08-141-2/+11
* expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell2008-08-141-0/+35
* Fix RAW-OPEN against Samba3Volker Lendecke2008-07-191-0/+1
* More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett2008-07-181-34/+22
* Ignore and handle more NT Create & X options.Andrew Bartlett2008-07-161-0/+56
* check use of mincnt past EOF in SMBAndrew Tridgell2008-05-261-0/+17
* RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher2008-05-231-10/+85
* smbtorture: Add RAW-BENCH-TCON benchmark.James Peach2008-05-202-0/+203
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-272-3/+3
* Fix more failing tests to pass the event context.Simo Sorce2008-04-222-2/+2
* Fix buildSimo Sorce2008-04-211-0/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+2
* smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.James Peach2008-04-212-0/+321
* Fix the build.Jelmer Vernooij2008-04-173-4/+4
* Use provided event context rather than looking for it.Jelmer Vernooij2008-04-173-13/+10
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-6/+4
* Avoid event_find_context when a event context is already available.Jelmer Vernooij2008-04-161-2/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0219-1/+20
* smbtorture: fix typos in RAW-OPLOCK output.Michael Adam2008-03-181-2/+2
* RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher2008-03-171-33/+55
* RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher2008-03-171-7/+17
* RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher2008-03-121-15/+50
* RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher2008-03-121-0/+2
* RAW-STREAMS: do what the comments sayStefan Metzmacher2008-03-121-3/+5
* Added test_nttransrename() to test Metze's new code.Jeremy Allison2008-03-112-1/+92
* RAW-SEARCH: skip RESUME_KEY tests against samba3Stefan Metzmacher2008-03-111-0/+10
* Samba3.2 now passes a lot more tests - remove the S3 specificJeremy Allison2008-03-111-67/+32
* Samba3 now passes the test_raw_oplock_exclusive3 test.Jeremy Allison2008-03-111-8/+2
* Test trans2 renames with oplocks. It looks like trans2 renamesJeremy Allison2008-03-112-0/+110
* torture: fix escape sequence in test_chkpath().Michael Adam2008-03-071-1/+1
* RAW-OPLOCK: rename _ack_to_levelII() -> ack_to_given()Stefan Metzmacher2008-03-061-61/+75
* RAW-OPLOCK: add BATCH24 test another case with a connection with no CAP_LEVEL...Stefan Metzmacher2008-03-061-0/+77
* RAW-OPLOCK: add BATCH23 and test with a connection with no CAP_LEVEL_II_OPLOCKSStefan Metzmacher2008-03-061-0/+121
* RAW-OPLOCK: remove unused varsStefan Metzmacher2008-03-061-3/+0
* RAW-OPLOCK: add BATCH22 and test the behavior of oplock break timeoutsStefan Metzmacher2008-03-041-0/+118
* RAW-OPLOCK: add BATCH21: a self write with an oplock doesn't break itStefan Metzmacher2008-03-041-0/+70
* RAW-SFILEINFO-RENAME: test renaming of directories by path and handleStefan Metzmacher2008-02-291-8/+84