summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed uninitialised variableAndrew Tridgell2008-05-271-2/+2
* fixed file_attributes testAndrew Tridgell2008-05-271-1/+1
* added a basic SMB2 read test suiteAndrew Tridgell2008-05-273-1/+144
* re-enable some testsAndrew Tridgell2008-05-271-3/+3
* enforce lock ordering in SMB2Andrew Tridgell2008-05-271-4/+70
* added some SMB2 locking tests from gentestAndrew Tridgell2008-05-271-0/+30
* another gentest derived testAndrew Tridgell2008-05-271-0/+21
* SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell2008-05-271-2/+6
* expanded the SMB2 create testingAndrew Tridgell2008-05-272-3/+77
* the start of a SMB2 create test suiteAndrew Tridgell2008-05-273-1/+105
* minor cleanup in SMB2 getinfo testAndrew Tridgell2008-05-221-6/+6
* fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell2008-05-221-8/+12
* fixed SMB2 lockingAndrew Tridgell2008-05-211-71/+77
* moved these util functions into libcliAndrew Tridgell2008-05-201-26/+0
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-191-3/+3
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-2/+2
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* | added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-19/+5
* | private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-1/+1
|/
* Fix torture module initializion.Jelmer Vernooij2008-05-101-1/+1
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1
* SMB2-PERSISTENT-HANDLES1: close the handle before deleting itStefan Metzmacher2008-04-191-0/+2