summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
AgeCommit message (Expand)AuthorFilesLines
2009-10-18s4-torture: fixed the streams tests for Samba4Andrew Tridgell1-17/+17
2009-10-18smb2-torture: samba4 allows SEC_FLAG_SECURITY to be used with privilegesAndrew Tridgell1-0/+2
2009-10-09s4/torture: fix build break "implicit declaration of function 'isprint'"Steven Danneman1-0/+1
2009-10-07s4/torture: Ported SMBv1 RAW-OPEN tests to SMB2-CREATEAravind Srinivasan1-1/+573
2009-10-07s4/torture: convert all printf to torture_commentsAravind Srinivasan1-20/+32
2009-10-07s4/torture: Ported SMBv1 RAW-STREAMS tests to SMB2-STREAMSAravind Srinivasan3-1/+1770
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2-7/+3
2009-10-01s4/torture: second try on renaming oplocks.c to oplock.cSteven Danneman1-0/+3617
2009-10-01s4/torture: rename oplocks.c to oplock.c to match SMB1 file layoutSteven Danneman2-3618/+1
2009-10-01s4/torture: Ported SMB oplock torture tests to SMB2Steven Danneman2-68/+3510
2009-09-08s4/torture/smb2: removed SMB2-FIND testSteven Danneman3-222/+0
2009-09-08s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir testsSteven Danneman1-136/+152
2009-09-08s4: 'index' is a libc functionAndrew Tridgell1-2/+2
2009-07-15torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX testStefan Metzmacher1-1/+1
2009-07-15SMB2-GETINFO: test SMB2_ALL_EASStefan Metzmacher1-2/+2
2009-07-15SMB2-CONNECT: unlink the test file at startupStefan Metzmacher1-0/+2
2009-07-15torture/smb2: fix crash bugs in the new SMB2-DIR testsStefan Metzmacher1-2/+2
2009-07-14torture/smb2: Adding SMB2 Directory enumeration torture tests.Aravind3-26/+1265
2009-07-06SMB2-NOTIFY: windows7 uses a different maximum buffer sizeStefan Metzmacher1-12/+21
2009-06-09SMB2-COMPOUND: add some tests for invalid requestsStefan Metzmacher1-0/+201
2009-06-09s4:torture: add SMB2-COMPOUND testStefan Metzmacher3-1/+245
2009-06-03SMB2-CONNECT: make it possible to specific the max write size via --option=to...Stefan Metzmacher1-1/+1
2009-05-20SMB2-LOCK: let the test pass against samba4Stefan Metzmacher1-1/+7
2009-04-01s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/gZach Loafman1-5/+5
2009-04-01s4:torture/smb2: Add torture tests for lease breaks, durable opens.Zach Loafman2-136/+988
2009-03-28s4:torture/smb2: Add torture tests for leases.Zach Loafman3-0/+298
2009-03-27s4:torture/smb2: fix compiler warnings and bugsStefan Metzmacher1-1/+3
2009-03-27s4:torture/smb2: fix the buildStefan Metzmacher1-5/+5
2009-03-26Add durable open / oplock interaction test. Rather than give it a chance to d...Zach Loafman1-3/+109
2009-03-26Reorganize old persistent_handles test into durable_open.c, turn it into a su...Zach Loafman3-9/+20
2009-03-17s4 torture: Win7 has a slightly different allowed access maskZach Loafman1-1/+7
2009-03-17s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGEZach Loafman1-10/+29
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-0/+1
2008-11-16s4:torture: fix the build with auto dependenciesStefan Metzmacher1-1/+1
2008-11-02Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2-3/+6
2008-11-02Fix the build.Jelmer Vernooij2-11/+15
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij2-2/+6
2008-10-24Remove unused include param/param.h.Jelmer Vernooij5-6/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-24check error code for zero desired_access in SMB2 createAndrew Tridgell1-0/+7
2008-08-14SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTEDStefan Metzmacher1-2/+21
2008-08-14SMB2-CREATE: be more strict in checking file attributesStefan Metzmacher1-12/+20
2008-08-14SMB2-CREATE: be more strict in error checkingStefan Metzmacher1-1/+11
2008-08-14expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell1-8/+32
2008-07-28SMB2-CONNECT: remove reference to req->session before calling smb2_logoff_rec...Stefan Metzmacher1-1/+10
2008-06-04another SMB2-LOCK fix now that we know that the UNLOCK flag is onlyAndrew Tridgell1-5/+1
2008-06-04fixed SMB2-LOCK test for new semantics (from docs)Andrew Tridgell1-5/+1
2008-05-31check for requested buffer size in getinfo callAndrew Tridgell1-0/+35
2008-05-31more useful output in scanAndrew Tridgell1-10/+7
2008-05-30implemented client side SMB2 signingAndrew Tridgell3-6/+11