summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* s4 torture: Change nttransrename to use a normal access maskTim Prouty2009-02-101-1/+1
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* s4:torture: s/private/private_dataStefan Metzmacher2009-02-021-10/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH2...Jeremy Allison2008-12-171-4/+0
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-1/+2
* Fix the build.Jelmer Vernooij2008-11-021-1/+1
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-1/+2
* Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke2008-10-141-0/+70
* Cope with API changes.Jelmer Vernooij2008-09-301-2/+3
* 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-021-0/+1
* smbtorture: fix typos in RAW-OPLOCK output.Michael Adam2008-03-181-2/+2
* RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher2008-03-121-15/+50
* Added test_nttransrename() to test Metze's new code.Jeremy Allison2008-03-111-0/+89
* 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-111-0/+106
* 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-OPLOCK: be more strict with share modes against windows and samba4Stefan Metzmacher2008-02-271-19/+32
* RAW-OPLOCK: use torture_result(TORTURE_FAIL) so that the knownfailures file workStefan Metzmacher2008-02-271-2/+2
* RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo()Stefan Metzmacher2008-02-271-0/+135
* RAW-OPLOCK: add BATCH19 test renaming via setpathinfoStefan Metzmacher2008-02-271-0/+112
* RAW-OPLOCK: add BATCH18 test a ntrename with FLAG_RENAMEStefan Metzmacher2008-02-271-0/+75
* RAW-OPLOCK: add BATCH17 test rename on a file with oplockStefan Metzmacher2008-02-271-0/+75
* RAW-OPLOCK: add EXCLISIVE6 test a rename on a file with an oplockStefan Metzmacher2008-02-271-0/+72
* RAW-OPLOCK: add EXCLUSIVE5 to test attribute only with OVERWRITE_IFStefan Metzmacher2008-02-271-0/+72
* RAW-OPLOCK: add BATCH16 and tests attribute only with OVERWRITE_IFStefan Metzmacher2008-02-271-0/+79
* RAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn't break an exclusive o...Stefan Metzmacher2008-02-271-0/+65
* RAW-OPLOCK: add EXCLUSIVE3Stefan Metzmacher2008-02-271-0/+69
* RAW-OPLOCK: add EXCLUSIVE2Stefan Metzmacher2008-02-271-0/+95
* RAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1)Stefan Metzmacher2008-02-271-4/+4
* RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocksStefan Metzmacher2008-02-261-0/+74
* RAW-OPLOCK: remove unused varStefan Metzmacher2008-02-251-2/+1
* RAW-OPLOCK: fix typo (send oplock releases on the correct connection)Stefan Metzmacher2008-02-251-1/+1
* r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r25689: test with a non-zero size fileAndrew Tridgell2007-12-211-0/+7
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-20/+20
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-12/+15
* r24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be usedAndrew Tridgell2007-10-101-0/+109
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-2/+2
* r24670: Use torture functions for settings.Jelmer Vernooij2007-10-101-1/+1
* r24041: After metze's ack, check in torture_comment from Zack KrischVolker Lendecke2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23144: splitup RAW-OPLOCK into small unitsStefan Metzmacher2007-10-101-83/+629