RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo()
[jelmer/samba4-debian.git] / source / torture / raw / oplock.c
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add BATCH20 test renaming via setpathinfo...
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add BATCH19 test renaming via setpathinfo
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add BATCH18 test a ntrename with FLAG_RENAME
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add BATCH17 test rename on a file with...
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add EXCLISIVE6 test a rename on a file...
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add EXCLUSIVE5 to test attribute only with...
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add BATCH16 and tests attribute only with...
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn...
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add EXCLUSIVE3
2008-02-27 Stefan MetzmacherRAW-OPLOCK: add EXCLUSIVE2
2008-02-27 Stefan MetzmacherRAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1)
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Stefan MetzmacherRAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't...
2008-02-26 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-25 Stefan MetzmacherRAW-OPLOCK: remove unused var
2008-02-25 Stefan MetzmacherRAW-OPLOCK: fix typo (send oplock releases on the corre...
2007-12-21 Jelmer Vernooijr26249: Remove a couple more uses of global_loadparm.
2007-12-21 Andrew Tridgellr25689: test with a non-zero size file
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Andrew Tridgellr24765: added a RAW-HOLD-OPLOCK test. This is a manual...
2007-10-10 Jelmer Vernooijr24735: Use torture API in more places.
2007-10-10 Jelmer Vernooijr24670: Use torture functions for settings.
2007-10-10 Volker Lendecker24041: After metze's ack, check in torture_comment...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr23144: splitup RAW-OPLOCK into small units
2007-10-10 Stefan Metzmacherr22579: disable progress printing in the build-farm
2007-10-10 Jelmer Vernooijr21707: Finally merge my (long-living) perlselftest...
2007-10-10 Jelmer Vernooijr19510: Make smbtorture's `nprocs' parameter a parametr...
2007-10-10 Jelmer Vernooijr19392: Use torture_setting_* rather than lp_parm_...
2007-10-10 Jeremy Allisonr17141: Prove that create dispositions with truncate and
2007-10-10 Jeremy Allisonr17139: Checking in Volker's extended oplock test.
2007-10-10 Volker Lendecker16907: Add an index parameter to torture_open_connecti...
2007-10-10 Jeremy Allisonr15947: Do the same test on setting allocation info.
2007-10-10 Jeremy Allisonr15946: Added check that proves that setpathinfo on an
2007-10-10 Andrew Tridgellr15033: expanded the RAW-OPLOCK test to include the...
2007-10-10 Andrew Tridgellr15016: add a test for a 2nd open with an exclusive...
2007-10-10 Andrew Tridgellr15015: add an explanation for this test
2007-10-10 Andrew Tridgellr15014: added a simple batch oplock benchmark
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14527: Fix build problems.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr13004: fix compiler warnings
2007-10-10 Volker Lendecker12765: Revert an accidential commit
2007-10-10 Volker Lendecker12764: Add a test for lsa_lookup. This will be expande...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Andrew Tridgellr12549: fixed the problem with serialisation and the...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Volker Lendecker8229: A level2 oplock does not conflict a no-oplock...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Tridgellr1632: in case of error don't send uninitialised fnums...
2007-10-10 Jeremy Allisonr946: Updated attribute only oplock tester to cover...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Jeremy Allisonr865: Regression test for attribute-only opens not...
2004-03-25 Andrew Tridgellfixed the handling of level II oplocks in samba4, espec...
2004-02-08 Tim PotterConvert libcli routines to use cli_tree instead of...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code