summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-19SMB2-PERSISTENT-HANDLES1: close the handle before deleting itStefan Metzmacher1-0/+2
2008-04-19torture/smb2: add a simple SMB2-OPLOCK-BATCH1 testStefan Metzmacher3-1/+181
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij3-4/+243
2008-04-17SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher1-32/+52
2008-04-17torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher3-1/+165
2008-04-17torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher1-0/+55
2008-04-17torture/smb2: fix whitespacesStefan Metzmacher1-3/+3
2008-04-16Avoid event_find_context when a event context is already available.Jelmer Vernooij2-3/+3
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-6/+8
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
2008-02-18disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell1-4/+6
2008-02-18open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell1-1/+2
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-6/+9
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell3-29/+29
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij2-3/+5
2007-12-21r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2-3/+10
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-3/+3
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij9-47/+30
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-4/+4
2007-10-10r25579: BOOL -> boolStefan Metzmacher2-10/+10
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij8-89/+89
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij3-5/+5
2007-10-10r25159: fix missing declarations warningStefan Metzmacher1-0/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij3-5/+6
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij3-0/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell11-33/+22