summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
Commit message (Expand)AuthorAgeFilesLines
...
* s4/torture: smb2.ioctl: add src and dst path args to test_setup_copy_chunkRalph Boehme2017-05-171-12/+50
* s4: torture: Remove use of local variables that are simply mirroring popt_get...Jeremy Allison2017-05-125-17/+13
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-116-23/+24
* torture/ioctl: expect dup_extents(dest=compressed) to passDavid Disseldorp2017-05-101-3/+8
* torture/ioctl: fix dup_extents destination truncateDavid Disseldorp2017-05-101-1/+1
* s4: torture: Add a TALLOC_CTX * to torture_smb2_getinfo_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_streams_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_session_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_scan_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_replay_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_rename_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_read_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_oplocks_init(), torture_smb2_...Jeremy Allison2017-05-052-6/+6
* s4: torture: Add a TALLOC_CTX * to torture_smb2_notify_disabled_init().Jeremy Allison2017-05-052-3/+5
* s4: torture: Add a TALLOC_CTX * to torture_smb2_notify_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_lock_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_lease_init().Jeremy Allison2017-05-052-3/+3
* s4: tortute: Add a TALLOC_CTX * to torture_smb2_ioctl_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add TALLOC_CTX * to torture_smb2_durable_v2_open_init().Jeremy Allison2017-05-052-3/+4
* s4: torture: Add TALLOC_CTX * to torture_smb2_durable_open_disconnect_init(),...Jeremy Allison2017-05-052-6/+7
* s4: torture: Add a TALLOC_CTX * to torture_smb2_dir_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_doc_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_crediting_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_create_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add TALLOC_CTX * to torture_smb2_compound_find_init() and tortur...Jeremy Allison2017-05-052-6/+6
* s4: torture: Add TALLOC_CTX * to torture_smb2_acls_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison2017-05-051-2/+2
* s4-torture: Fix reauth tests with smaller clockskew grace timeAndreas Schneider2017-04-291-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s4/torture: add a test for compound SMB2 FIND requestsRalph Boehme2017-04-182-0/+124
* CVE-2017-2619: s4/torture: add SMB2_FIND tests with SMB2_CONTINUE_FLAG_REOPEN...Ralph Boehme2017-03-231-2/+10
* s4/torture: some tests for kernel oplocksRalph Boehme2017-03-102-0/+141
* s4/torture: add a creditting test skipping a SMB2 MIDRalph Boehme2017-03-041-0/+106
* s4/torture: add some SMB2 crediting testsRalph Boehme2017-03-033-0/+164
* s4:torture: Make sure handles are initializedAndreas Schneider2017-02-231-0/+24
* s4-torture: Use the correct variable type in torture_smb2_maxfid()Andreas Schneider2017-02-231-4/+4
* torture/ioctl: test set_compression(format_none)David Disseldorp2017-01-091-1/+10
* torture: Fix uninitialized variablesVolker Lendecke2016-10-208-49/+98
* torture: Fix clang errorsVolker Lendecke2016-10-191-14/+14
* torture/ioctl: test compression responses when unsupportedDavid Disseldorp2016-10-061-0/+76
* torture/ioctl: switch sparse src/dest dup ext behaviourDavid Disseldorp2016-09-231-9/+13
* torture/smb2/ioctl: don't check for untruncated dest failureDavid Disseldorp2016-09-221-0/+2
* torture/ioctl: add FSCTL_DUP_EXTENTS_TO_FILE testsDavid Disseldorp2016-09-221-2/+1276
* torture/ioctl: make sparse file support check genericDavid Disseldorp2016-09-221-42/+48
* s4:torture:smb2 prefer torture_comment() to printf().Günther Deschner2016-09-078-80/+88
* s4:torture:smb2:acls: prefer torture_comment() to printf().Günther Deschner2016-09-071-2/+2
* s4:torture:smb2:scan: prefer torture_comment() to printf().Günther Deschner2016-09-071-49/+41
* s4:torture:smb2:getinfo: prefer torture_comment() to printf().Günther Deschner2016-09-071-5/+5
* s4:torture:smb2:maxwrite: compile maxwrite test at least.Günther Deschner2016-09-073-5/+11
* s4-torture: reformat TORTURE_SMB2 wscript_build list.Günther Deschner2016-09-071-4/+28