summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/durable_open.c
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: Add TALLOC_CTX * to torture_smb2_durable_open_disconnect_init(),...Jeremy Allison2017-05-051-4/+4
* torture: Fix uninitialized variablesVolker Lendecke2016-10-201-6/+10
* torture:smb2: add durable-open.reopen1a-leaseMichael Adam2016-03-221-0/+170
* torture:smb2: for oplocks, durable reconnect works with different client guidMichael Adam2016-03-221-0/+51
* torture:smb2: durable-open.reopen1a only needs one io structMichael Adam2016-03-221-19/+19
* torture:smb2: fix crashes in smb2.durable-open.reopen1a testMichael Adam2016-03-221-6/+12
* torture:smb2: use assert, not warning in error case in durable-open.reopen1aMichael Adam2016-03-221-7/+3
* torture:smb2: fix copy'n'paste error in durable-open:open2:lease testMichael Adam2015-12-291-1/+1
* Avoid segfault in durable_open testsDouglas Bagnall2015-06-261-4/+6
* correct sense of macro variable name in SMB2 durable open testDouglas Bagnall2015-06-241-3/+3
* Avoid casting pointer to unsigned long long for NULL checkDouglas Bagnall2015-06-241-1/+8
* s4:torture:smb2: fix durable-open.reopen4Michael Adam2014-01-301-1/+0
* s4:torture:smb2: add new durable-open.reopen1a testMichael Adam2013-12-061-0/+100
* s4:torture:smb2: extend the durable-open.reopen2 testMichael Adam2013-10-051-18/+83
* s4:torture:smb2: add a durable-open.reopen-lease-v2 testMichael Adam2013-10-051-0/+238
* s4:torture:smb2: add durable-open.reopen2-lease testMichael Adam2013-10-051-0/+238
* s4:torture:smb2: fix durable-open lease tests to pass against windows.Michael Adam2013-10-051-2/+8
* s4:torture:smb2: add smbcli_options argument to torture_smb2_connection_ext()Michael Adam2013-10-051-7/+36
* s4:torture:smb2: fix a comment in the durable-open.lock-oplock testMichael Adam2013-10-051-1/+1
* s4:torture:smb2 delete temp memory context in test_durable_open_oplock_discon...Gregor Beck2013-04-181-2/+2
* s4:torture: fix segfault in test_durable_open_open2_oplock()Stefan Metzmacher2013-02-181-2/+4
* s4:torture:smb2: fix segfault on error condition in the durable-open.delete_o...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.delete_o...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.reopen4 ...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.reopen3 ...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in the durable-open.reopen2a...Michael Adam2013-02-181-5/+7
* s4:torture:smb2: fix segfault on error condition in durable-open.reopen2 testMichael Adam2013-02-181-5/+7
* s4:torture:smb2:durable: make test functions staticMichael Adam2013-02-181-40/+40
* s4:torture: add a durable-open-disconnect test (suite)Michael Adam2013-02-181-0/+63
* s4:torture:smb2: add a durable-open.read-only testMichael Adam2012-09-231-0/+95
* s4:torture:smb2: add a durable-open.delete_on_close2 testMichael Adam2012-09-111-0/+110
* s4:torture:smb2: fix the durable-open.delete_on_close1 testMichael Adam2012-09-111-53/+16
* s4:torture:smb2: simplify durable-open.file-position test to only use one I/O...Michael Adam2012-09-071-27/+27
* s4:torture:smb2: change the durable-open.file-position test to use one connec...Michael Adam2012-09-071-17/+27
* s4:torture:smb2: fix name of test file in the durable-open.alloc-size testMichael Adam2012-09-071-1/+1
* s4:torture:smb2: add a test for alloc size behaviour under durable reconnectMichael Adam2012-09-071-0/+154
* s4:torture/smb2: check that the server should ignore the fname in a DHnC requestStefan Metzmacher2012-09-071-1/+2
* s4:torture/smb2: don't expect a DHnQ response in a DHnC requestStefan Metzmacher2012-09-071-4/+0
* s4:torture/smb2: add smb2.durable-open.lock-oplockStefan Metzmacher2012-06-221-0/+79
* s4:torture/smb2: rename smb2.durable-open.lock to smb2.durable-open.lock-leaseStefan Metzmacher2012-06-221-4/+4
* s4:torture/smb2: add smb2.durable-open.delete_on_close1Stefan Metzmacher2012-06-211-2/+126
* s4:torture:smb2: rename some of the durable-handle subtests more systematicallyMichael Adam2012-03-031-34/+34
* s4:torture:smb2:durable_open: update (C)Michael Adam2012-03-031-0/+1
* s4:torture:smb2:durable-open: skip the open-with-lease test on servers withou...Stefan Metzmacher2012-03-031-0/+6
* s4:torture:smb2: durable-open: make tables staticMichael Adam2012-03-031-2/+2
* s4:test:smb2:durable_open: skip lease tests when the server does not support ...Stefan Metzmacher2012-03-031-0/+25
* s4:torture:smb2:durable_open: remove unused lease variables in the open-oploc...Stefan Metzmacher2012-03-031-4/+0
* s4:torture:smb2:durable-open: fix a silly access-after-free panicMichael Adam2012-02-281-7/+0
* s4:torture:smb2: add durable_open.reopen2a - variant of reopen2 with session ...Michael Adam2012-02-281-0/+77
* s4:torture:smb2: add previous_session argument to torture_smb2_session_setup()Michael Adam2012-02-281-1/+4