summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/lock.c
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: Add a TALLOC_CTX * to torture_smb2_lock_init().Jeremy Allison2017-05-051-2/+2
* torture: Fix uninitialized variablesVolker Lendecke2016-10-201-15/+31
* s4/torture: add a test for ctdb-tombstrone-record deadlockRalph Boehme2016-08-091-0/+64
* s4:torture/smb2/lock: Add Lock Replay detection test case.Anubhav Rakshit2014-09-191-1/+180
* torture: Add a check to verify MS-SMB2 3.3.5.14.2Volker Lendecke2014-07-021-0/+6
* s4:torture/smb2: accept NT_STATUS_RANGE_NOT_LOCKED after smb2_logoff/tdisStefan Metzmacher2014-03-121-11/+13
* s4:libcli/smb2: remove unused smb2_session->pidStefan Metzmacher2012-07-251-4/+0
* s4:torture/smb2: use tctx->ev as event context for pollingStefan Metzmacher2011-11-241-1/+1
* s4:torture/smb2/lock: remove samba4 specific checks for NETWORK_NAME_DELETED/...Stefan Metzmacher2011-09-281-12/+14
* torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce2011-08-131-1/+1
* s4:torture/smb2: s/smb2cli_unlock/test_smb2_unlockStefan Metzmacher2011-07-061-3/+3
* s4:torture/smb2: s/smb2cli_lock/test_smb2_lockStefan Metzmacher2011-07-061-19/+19
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-22/+22
* s4:torture - suppress printf "%llu" on uint64_t variables warningsMatthias Dieter Wallnöfer2010-11-011-16/+20
* s4/torture: add test for zero byte read contention with byte range locksSteven Danneman2009-12-071-0/+120
* s4/torture: fix >80 column spacing issuesSteven Danneman2009-12-071-6/+6
* s4/torture: add addition multiple lock testsSteven Danneman2009-12-021-29/+212
* s4-torture: fixed error code for s4 in SMB2-LOCK testAndrew Tridgell2009-11-271-1/+8
* s4-torture: fixed expected error codes for s4 in SMB2-LOCKAndrew Tridgell2009-11-271-3/+22
* torture: fixed SMB2-LOCK valgrind errorAndrew Tridgell2009-11-271-1/+2
* s4/torture: port SMBv1 RAW-LOCK tests to SMBv2Steven Danneman2009-11-251-20/+2012
* s4/libcli: rename previously reserved field in SMB2 LOCK structSteven Danneman2009-11-251-13/+13
* SMB2-LOCK: make use of torture_assert_*()Stefan Metzmacher2009-11-181-12/+6
* torture/smb2: make SMB2 BRL tests pass against W2K8R2Steven Danneman2009-11-171-100/+101
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* SMB2-LOCK: let the test pass against samba4Stefan Metzmacher2009-05-201-1/+7
* s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/gZach Loafman2009-04-011-5/+5
* s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGEZach Loafman2009-03-171-10/+29
* another SMB2-LOCK fix now that we know that the UNLOCK flag is onlyAndrew Tridgell2008-06-041-5/+1
* fixed SMB2-LOCK test for new semantics (from docs)Andrew Tridgell2008-06-041-5/+1
* don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell2008-05-301-4/+66
* add exceptions for some of the strange windows SMB2 locking behaviourAndrew Tridgell2008-05-281-2/+10
* re-enable some testsAndrew Tridgell2008-05-271-3/+3
* enforce lock ordering in SMB2Andrew Tridgell2008-05-271-4/+70
* added some SMB2 locking tests from gentestAndrew Tridgell2008-05-271-0/+30
* fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell2008-05-221-8/+12
* fixed SMB2 lockingAndrew Tridgell2008-05-211-71/+77
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-4/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-9/+9
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2007-10-101-25/+92
* r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2007-10-101-11/+107
* r16951: add the year to the copyright...Stefan Metzmacher2007-10-101-1/+1
* r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2007-10-101-1/+1
* r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an...Stefan Metzmacher2007-10-101-0/+215