Age | Commit message (Expand) | Author | Files | Lines |
2008-04-16 | Avoid event_find_context when a event context is already available. | Jelmer Vernooij | 1 | -2/+1 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 |
2008-03-18 | smbtorture: fix typos in RAW-OPLOCK output. | Michael Adam | 1 | -2/+2 |
2008-03-12 | RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME! | Stefan Metzmacher | 1 | -15/+50 |
2008-03-11 | Added test_nttransrename() to test Metze's new code. | Jeremy Allison | 1 | -0/+89 |
2008-03-11 | Samba3.2 now passes a lot more tests - remove the S3 specific | Jeremy Allison | 1 | -67/+32 |
2008-03-11 | Samba3 now passes the test_raw_oplock_exclusive3 test. | Jeremy Allison | 1 | -8/+2 |
2008-03-11 | Test trans2 renames with oplocks. It looks like trans2 renames | Jeremy Allison | 1 | -0/+106 |
2008-03-06 | RAW-OPLOCK: rename _ack_to_levelII() -> ack_to_given() | Stefan Metzmacher | 1 | -61/+75 |
2008-03-06 | RAW-OPLOCK: add BATCH24 test another case with a connection with no CAP_LEVEL... | Stefan Metzmacher | 1 | -0/+77 |
2008-03-06 | RAW-OPLOCK: add BATCH23 and test with a connection with no CAP_LEVEL_II_OPLOCKS | Stefan Metzmacher | 1 | -0/+121 |
2008-03-06 | RAW-OPLOCK: remove unused vars | Stefan Metzmacher | 1 | -3/+0 |
2008-03-04 | RAW-OPLOCK: add BATCH22 and test the behavior of oplock break timeouts | Stefan Metzmacher | 1 | -0/+118 |
2008-03-04 | RAW-OPLOCK: add BATCH21: a self write with an oplock doesn't break it | Stefan Metzmacher | 1 | -0/+70 |
2008-02-27 | RAW-OPLOCK: be more strict with share modes against windows and samba4 | Stefan Metzmacher | 1 | -19/+32 |
2008-02-27 | RAW-OPLOCK: use torture_result(TORTURE_FAIL) so that the knownfailures file work | Stefan Metzmacher | 1 | -2/+2 |
2008-02-27 | RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo() | Stefan Metzmacher | 1 | -0/+135 |
2008-02-27 | RAW-OPLOCK: add BATCH19 test renaming via setpathinfo | Stefan Metzmacher | 1 | -0/+112 |
2008-02-27 | RAW-OPLOCK: add BATCH18 test a ntrename with FLAG_RENAME | Stefan Metzmacher | 1 | -0/+75 |
2008-02-27 | RAW-OPLOCK: add BATCH17 test rename on a file with oplock | Stefan Metzmacher | 1 | -0/+75 |
2008-02-27 | RAW-OPLOCK: add EXCLISIVE6 test a rename on a file with an oplock | Stefan Metzmacher | 1 | -0/+72 |
2008-02-27 | RAW-OPLOCK: add EXCLUSIVE5 to test attribute only with OVERWRITE_IF | Stefan Metzmacher | 1 | -0/+72 |
2008-02-27 | RAW-OPLOCK: add BATCH16 and tests attribute only with OVERWRITE_IF | Stefan Metzmacher | 1 | -0/+79 |
2008-02-27 | RAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn't break an exclusive o... | Stefan Metzmacher | 1 | -0/+65 |
2008-02-27 | RAW-OPLOCK: add EXCLUSIVE3 | Stefan Metzmacher | 1 | -0/+69 |
2008-02-27 | RAW-OPLOCK: add EXCLUSIVE2 | Stefan Metzmacher | 1 | -0/+95 |
2008-02-27 | RAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1) | Stefan Metzmacher | 1 | -4/+4 |
2008-02-26 | RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocks | Stefan Metzmacher | 1 | -0/+74 |
2008-02-25 | RAW-OPLOCK: remove unused var | Stefan Metzmacher | 1 | -2/+1 |
2008-02-25 | RAW-OPLOCK: fix typo (send oplock releases on the correct connection) | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r26249: Remove a couple more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25689: test with a non-zero size file | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -20/+20 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -12/+15 |
2007-10-10 | r24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be used | Andrew Tridgell | 1 | -0/+109 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24670: Use torture functions for settings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24041: After metze's ack, check in torture_comment from Zack Krisch | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23144: splitup RAW-OPLOCK into small units | Stefan Metzmacher | 1 | -83/+629 |
2007-10-10 | r22579: disable progress printing in the build-farm | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r21707: Finally merge my (long-living) perlselftest branch. | Jelmer Vernooij | 1 | -79/+80 |
2007-10-10 | r19510: Make smbtorture's `nprocs' parameter a parametric option. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17141: Prove that create dispositions with truncate and | Jeremy Allison | 1 | -0/+71 |
2007-10-10 | r17139: Checking in Volker's extended oplock test. | Jeremy Allison | 1 | -86/+96 |
2007-10-10 | r16907: Add an index parameter to torture_open_connection. Next step is to en... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r15947: Do the same test on setting allocation info. | Jeremy Allison | 1 | -2/+38 |
2007-10-10 | r15946: Added check that proves that setpathinfo on an | Jeremy Allison | 1 | -0/+38 |
2007-10-10 | r15033: expanded the RAW-OPLOCK test to include the different cases where the | Andrew Tridgell | 1 | -40/+133 |