summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2
Commit message (Expand)AuthorAgeFilesLines
* s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir testsSteven Danneman2009-09-081-136/+152
* s4: 'index' is a libc functionAndrew Tridgell2009-09-081-2/+2
* torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX testStefan Metzmacher2009-07-151-1/+1
* SMB2-GETINFO: test SMB2_ALL_EASStefan Metzmacher2009-07-151-2/+2
* SMB2-CONNECT: unlink the test file at startupStefan Metzmacher2009-07-151-0/+2
* torture/smb2: fix crash bugs in the new SMB2-DIR testsStefan Metzmacher2009-07-151-2/+2
* torture/smb2: Adding SMB2 Directory enumeration torture tests.Aravind2009-07-143-26/+1265
* SMB2-NOTIFY: windows7 uses a different maximum buffer sizeStefan Metzmacher2009-07-061-12/+21
* SMB2-COMPOUND: add some tests for invalid requestsStefan Metzmacher2009-06-091-0/+201
* s4:torture: add SMB2-COMPOUND testStefan Metzmacher2009-06-093-1/+245
* SMB2-CONNECT: make it possible to specific the max write size via --option=to...Stefan Metzmacher2009-06-031-1/+1
* 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/smb2: Add torture tests for lease breaks, durable opens.Zach Loafman2009-04-012-136/+988
* s4:torture/smb2: Add torture tests for leases.Zach Loafman2009-03-283-0/+298
* s4:torture/smb2: fix compiler warnings and bugsStefan Metzmacher2009-03-271-1/+3
* s4:torture/smb2: fix the buildStefan Metzmacher2009-03-271-5/+5
* 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-263-9/+20
* s4 torture: Win7 has a slightly different allowed access maskZach Loafman2009-03-171-1/+7
* s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGEZach Loafman2009-03-171-10/+29
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-0/+1
* s4:torture: fix the build with auto dependenciesStefan Metzmacher2008-11-161-1/+1
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-022-3/+6
* Fix the build.Jelmer Vernooij2008-11-022-11/+15
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-012-2/+6
* Remove unused include param/param.h.Jelmer Vernooij2008-10-245-6/+0
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* check error code for zero desired_access in SMB2 createAndrew Tridgell2008-09-241-0/+7
* SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTEDStefan Metzmacher2008-08-141-2/+21
* SMB2-CREATE: be more strict in checking file attributesStefan Metzmacher2008-08-141-12/+20
* SMB2-CREATE: be more strict in error checkingStefan Metzmacher2008-08-141-1/+11
* expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell2008-08-141-8/+32
* SMB2-CONNECT: remove reference to req->session before calling smb2_logoff_rec...Stefan Metzmacher2008-07-281-1/+10
* 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
* check for requested buffer size in getinfo callAndrew Tridgell2008-05-311-0/+35
* more useful output in scanAndrew Tridgell2008-05-311-10/+7
* implemented client side SMB2 signingAndrew Tridgell2008-05-303-6/+11
* don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell2008-05-301-4/+66
* check maximal_access here tooAndrew Tridgell2008-05-291-0/+1
* test the maximal access returnAndrew Tridgell2008-05-291-1/+16
* check the set of file attributes which are ignoredAndrew Tridgell2008-05-281-2/+6
* check that we can't change a file to a directoryAndrew Tridgell2008-05-281-0/+4
* added testing of some strange read semantics on windowsAndrew Tridgell2008-05-281-2/+59
* add testing of creating a file with an initial ACL on SMB2Andrew Tridgell2008-05-283-31/+95
* test unknown tags and bad tag lengthsAndrew Tridgell2008-05-281-0/+19
* added testing of SMB2 create blobsAndrew Tridgell2008-05-281-2/+100
* expanded the SMB2-READ test, including the windows position bugAndrew Tridgell2008-05-281-4/+51
* add exceptions for some of the strange windows SMB2 locking behaviourAndrew Tridgell2008-05-281-2/+10