summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-30don't emulate broken SMB2 locking behaviour from windowsAndrew Tridgell1-4/+66
2008-05-29check maximal_access here tooAndrew Tridgell1-0/+1
2008-05-29test the maximal access returnAndrew Tridgell1-1/+16
2008-05-28check the set of file attributes which are ignoredAndrew Tridgell1-2/+6
2008-05-28check that we can't change a file to a directoryAndrew Tridgell1-0/+4
2008-05-28added testing of some strange read semantics on windowsAndrew Tridgell1-2/+59
2008-05-28add testing of creating a file with an initial ACL on SMB2Andrew Tridgell3-31/+95
2008-05-28test unknown tags and bad tag lengthsAndrew Tridgell1-0/+19
2008-05-28added testing of SMB2 create blobsAndrew Tridgell1-2/+100
2008-05-28expanded the SMB2-READ test, including the windows position bugAndrew Tridgell1-4/+51
2008-05-28add exceptions for some of the strange windows SMB2 locking behaviourAndrew Tridgell1-2/+10
2008-05-27fixed uninitialised variableAndrew Tridgell1-2/+2
2008-05-27fixed file_attributes testAndrew Tridgell1-1/+1
2008-05-27added a basic SMB2 read test suiteAndrew Tridgell3-1/+144
2008-05-27re-enable some testsAndrew Tridgell1-3/+3
2008-05-27enforce lock ordering in SMB2Andrew Tridgell1-4/+70
2008-05-27added some SMB2 locking tests from gentestAndrew Tridgell1-0/+30
2008-05-27another gentest derived testAndrew Tridgell1-0/+21
2008-05-27SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell1-2/+6
2008-05-27expanded the SMB2 create testingAndrew Tridgell2-3/+77
2008-05-27the start of a SMB2 create test suiteAndrew Tridgell3-1/+105
2008-05-22minor cleanup in SMB2 getinfo testAndrew Tridgell1-6/+6
2008-05-22fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell1-8/+12
2008-05-21fixed SMB2 lockingAndrew Tridgell1-71/+77
2008-05-20moved these util functions into libcliAndrew Tridgell1-26/+0
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell1-3/+3
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-19/+5
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-2/+2
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-1/+1
2008-05-10Fix torture module initializion.Jelmer Vernooij1-1/+1