summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2
Commit message (Expand)AuthorAgeFilesLines
* 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 another SMB2 rename testChristian Ambach2012-02-131-0/+130
* s4:torture: add some SMB2 renaming testsChristian Ambach2012-02-103-1/+843
* s4:torture: add a smb2.durable_open.reopen4 testMichael Adam2012-02-031-0/+89
* s4:torture: add a torture_smb2_session_setup() utility functionMichael Adam2012-02-031-0/+31
* s4:torture: add smb2.durable_open test reopen3Michael Adam2012-02-031-0/+68
* s4:torture: add torture_smb2_tree_connect() utility functionMichael Adam2012-02-031-0/+42
* 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:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...Michael Adam2012-02-031-1/+1
* s4:torture:smb2: talloc_free the right tree structure in secondary_tcon()Michael Adam2012-02-031-1/+1
* s4:torture:smb2: check for success of talloc in secondary_tcon()Michael Adam2012-02-031-0/+4
* s4:torture:smb2:notify: remove an unused variableMichael Adam2012-02-031-2/+0
* s4:torture:smb2:notify: remove an unused variableMichael Adam2012-02-031-2/+0
* s4:torture:smb2: remove an unused variable from torture_smb2_setinfo()Michael Adam2012-02-031-2/+0
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-9/+10
* s4:torture/smb2: use tctx->ev as event context for pollingStefan Metzmacher2011-11-243-8/+7
* 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: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam2011-11-091-2/+8
* s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam2011-11-091-2/+12
* s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...Michael Adam2011-11-091-7/+17
* s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...Michael Adam2011-11-092-54/+57
* s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for co...Michael Adam2011-11-091-38/+38
* s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or intMichael Adam2011-11-092-6/+6
* s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ut...Michael Adam2011-11-092-35/+36
* s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.cMichael Adam2011-11-092-24/+25
* s4:torture:smb2: use common smb2_util_lease_state() in the lease testsMichael Adam2011-11-091-55/+34
* s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state().Michael Adam2011-11-092-24/+25
* s4:torture:smb2: fix illegal write/uninitialized data bug in the lease.multib...Michael Adam2011-11-091-0/+1
* s4:torture:smb2: lease.update2: some more reasonable struct names and a commentMichael Adam2011-11-091-3/+7
* s4:torture:smb2: change the test file name in the durable-open.oplock testMichael Adam2011-11-091-1/+1
* s4:torture:smb2: add a new durable-open.upgrade2 test to test all upgrade com...Michael Adam2011-11-011-0/+90
* 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: fix compound.invalid2 against windowsStefan Metzmacher2011-10-311-2/+2
* s4-torture: smb2 copychunk data integrity checksDavid Disseldorp2011-10-311-0/+72
* s4-torture: add smb2 copychunk ioctl testsDavid Disseldorp2011-10-311-7/+285
* s4-torture: split common copychunk ioctl test code into helpersDavid Disseldorp2011-10-311-53/+112
* s4-torture: Add tests for the smb2 copychunk ioctlDavid Disseldorp2011-10-312-2/+173
* 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