summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/durable_open.c
Commit message (Expand)AuthorAgeFilesLines
...
* s4:torture:smb2:durable-open: prevent using a disconnected handle in reopen4Michael Adam2012-02-271-0/+1
* s4:torture:smb2:durable-open: introduce new variable for the new sessionMichael Adam2012-02-271-2/+9
* s4:torture:smb2:durable-open: make a comment more precise in the reopen4 testMichael Adam2012-02-271-1/+4
* s4:torture:smb2:durable_open: use the correct tree in the final close callMichael Adam2012-02-271-1/+1
* s4:torture:smb2: add a durable-open.open-oplock testMichael Adam2012-02-211-0/+85
* s4:torture:smb2: extend and prettify comment for durable-open.open-lease testMichael Adam2012-02-211-8/+8
* s4:torture:smb2:durable-open: rename the open test to open-leaseMichael Adam2012-02-211-5/+7
* s4:torture:smb2: move some initialization and call to smb2_create together in...Michael Adam2012-02-211-2/+2
* s4:torture:smb2: fix a typo in the durable-open.open test file nameMichael Adam2012-02-211-1/+1
* s4:torture:smb2: invalidate the handle after the connection has been killedMichael Adam2012-02-201-0/+1
* s4:torture: improve comment for the smb2.durable-open.reopen1 testMichael Adam2012-02-201-0/+1
* s4:torture: add a smb2.durable_open.reopen4 testMichael Adam2012-02-031-0/+89
* s4:torture: add smb2.durable_open test reopen3Michael Adam2012-02-031-0/+68
* s4:torture: add smb2.durable_open test reopen2Michael Adam2012-02-031-0/+71
* s4:torture: add smb2.durable_open test reopen1Michael Adam2012-02-031-0/+57
* s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functionsMichael Adam2011-11-091-26/+7
* s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create()Michael Adam2011-11-091-23/+3
* s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create()Michael Adam2011-11-091-29/+6
* s4:torture:smb2: rewrite the durable-open.oplock test to use smb2_oplock_crea...Michael Adam2011-11-091-19/+3
* s4:torture:smb2: rewrite the durable-open.file-position test to use smb2_oplo...Michael Adam2011-11-091-18/+2
* s4:torture:smb2: rewrite the durable-open.open2 test to use smb2_lease_create...Michael Adam2011-11-091-26/+6
* s4:torture:smb2: rewrite the durable-open.open1 test to use smb2_oplock_creat...Michael Adam2011-11-091-21/+6
* s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for co...Michael Adam2011-11-091-38/+38
* s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.cMichael Adam2011-11-091-24/+2
* s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state().Michael Adam2011-11-091-24/+3
* s4:torture:smb2: change the test file name in the durable-open.oplock testMichael Adam2011-11-091-1/+1
* s4:torture:smb2: expand durable-open.open2 test matrix by all share-modesMichael Adam2011-11-011-9/+48
* s4:torture:smb2: expand durable-open.open1 test matrix by all share-modesMichael Adam2011-11-011-8/+62
* s4:torture:smb2: rename the durable-open.basic2 test to durable-open.open2 fo...Michael Adam2011-11-011-14/+14
* s4:torture:smb2: rename the durable-open.basic1 test to durable-open.open1 fo...Michael Adam2011-11-011-14/+14
* s4:torture:smb2: add durable_open_basic2 test: test durable open against all ...Michael Adam2011-10-301-0/+146
* s4:torture:smb2: add a new durable_open_basic1 test: test open against all op...Michael Adam2011-10-301-0/+111
* s4:torture:smb2: check wheter open was durable in existing testsMichael Adam2011-10-301-0/+8
* s4:torture:smb2: adapt comment in durable-open.lease test according to curren...Michael Adam2011-10-301-0/+3
* s4:torture:smb2: fix the durable_open test to succeed against w7 and w2k8r2Michael Adam2011-10-301-1/+1
* s4:torture:smb2: avoid leaking tree connects up to the main function from the...Michael Adam2011-10-281-0/+13
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-6/+6
* s4/libcli: rename previously reserved field in SMB2 LOCK structSteven Danneman2009-11-251-1/+1
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4:torture/smb2: Add torture tests for lease breaks, durable opens.Zach Loafman2009-04-011-60/+360
* s4:torture/smb2: fix compiler warnings and bugsStefan Metzmacher2009-03-271-1/+3
* Add durable open / oplock interaction test. Rather than give it a chance to d...Zach Loafman2009-03-261-3/+109
* Reorganize old persistent_handles test into durable_open.c, turn it into a su...Zach Loafman2009-03-261-0/+194