summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* torture/smb2: add a simple SMB2-OPLOCK-BATCH1 testStefan Metzmacher2008-04-193-1/+181
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-173-4/+243
|\
| * SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher2008-04-171-32/+52
| * torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-173-1/+165
| * torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher2008-04-171-0/+55
| * torture/smb2: fix whitespacesStefan Metzmacher2008-04-171-3/+3
* | Avoid event_find_context when a event context is already available.Jelmer Vernooij2008-04-162-3/+3
|/
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-6/+8
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+1
* disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell2008-02-181-4/+6
* open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell2008-02-181-1/+2
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-141-6/+9
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-133-29/+29
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-212-3/+5
* r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2007-12-212-3/+10
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-3/+3
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-219-47/+30
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-211-4/+4
* r25579: BOOL -> boolStefan Metzmacher2007-10-102-10/+10
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-108-89/+89
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-103-5/+5
* r25159: fix missing declarations warningStefan Metzmacher2007-10-101-0/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-103-5/+6
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1011-33/+22
* r22894: don't send a 2nd request before the last one returned (at least withStefan Metzmacher2007-10-101-0/+32
* r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2007-10-101-25/+92