Age | Commit message (Expand) | Author | Files | Lines |
2008-05-28 | expanded the SMB2-READ test, including the windows position bug | Andrew Tridgell | 1 | -4/+51 |
2008-05-28 | add exceptions for some of the strange windows SMB2 locking behaviour | Andrew Tridgell | 1 | -2/+10 |
2008-05-27 | fixed uninitialised variable | Andrew Tridgell | 1 | -2/+2 |
2008-05-27 | fixed file_attributes test | Andrew Tridgell | 1 | -1/+1 |
2008-05-27 | added a basic SMB2 read test suite | Andrew Tridgell | 3 | -1/+144 |
2008-05-27 | re-enable some tests | Andrew Tridgell | 1 | -3/+3 |
2008-05-27 | enforce lock ordering in SMB2 | Andrew Tridgell | 1 | -4/+70 |
2008-05-27 | added some SMB2 locking tests from gentest | Andrew Tridgell | 1 | -0/+30 |
2008-05-27 | another gentest derived test | Andrew Tridgell | 1 | -0/+21 |
2008-05-27 | SEC_STD_SYNCHRONIZE is only invalid on SMB2 | Andrew Tridgell | 1 | -2/+6 |
2008-05-27 | expanded the SMB2 create testing | Andrew Tridgell | 2 | -3/+77 |
2008-05-27 | the start of a SMB2 create test suite | Andrew Tridgell | 3 | -1/+105 |
2008-05-22 | minor cleanup in SMB2 getinfo test | Andrew Tridgell | 1 | -6/+6 |
2008-05-22 | fixes to the SMB2 lock test after recent SMB2 locking changes | Andrew Tridgell | 1 | -8/+12 |
2008-05-21 | fixed SMB2 locking | Andrew Tridgell | 1 | -71/+77 |
2008-05-20 | moved these util functions into libcli | Andrew Tridgell | 1 | -26/+0 |
2008-05-19 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 1 | -3/+3 |
2008-05-19 | added mkdir to SMB2 proxy | Andrew Tridgell | 1 | -19/+5 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -2/+2 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-16 | private -> private_data for struct smb2_request | Andrew Tridgell | 1 | -1/+1 |
2008-05-10 | Fix torture module initializion. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-27 | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-19 | SMB2-PERSISTENT-HANDLES1: close the handle before deleting it | Stefan Metzmacher | 1 | -0/+2 |
2008-04-19 | torture/smb2: add a simple SMB2-OPLOCK-BATCH1 test | Stefan Metzmacher | 3 | -1/+181 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 3 | -4/+243 |
2008-04-17 | SMB2-PERSISTENT-HANDLES1: verify some more fields | Stefan Metzmacher | 1 | -32/+52 |
2008-04-17 | torture/smb2: add SMB2-PERSISTENT-HANDLES1 test | Stefan Metzmacher | 3 | -1/+165 |
2008-04-17 | torture/smb2: add torture_suite_add_2smb2_test() helper function | Stefan Metzmacher | 1 | -0/+55 |
2008-04-17 | torture/smb2: fix whitespaces | Stefan Metzmacher | 1 | -3/+3 |
2008-04-16 | Avoid event_find_context when a event context is already available. | Jelmer Vernooij | 2 | -3/+3 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -6/+8 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-18 | disable the EAS level in SMB2-GETINFO test until we get some feedback | Andrew Tridgell | 1 | -4/+6 |
2008-02-18 | open a root handle in SMB2 should use a NULL filename, not a zero length | Andrew Tridgell | 1 | -1/+2 |
2008-02-14 | updated SMB2 code for getinfo according to WSPP docs | Andrew Tridgell | 1 | -6/+9 |
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 3 | -29/+29 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 2 | -3/+5 |
2007-12-21 | r26267: Fix two calls of smb2_connect I missed. | Jelmer Vernooij | 2 | -3/+10 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 9 | -47/+30 |
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25579: BOOL -> bool | Stefan Metzmacher | 2 | -10/+10 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 8 | -89/+89 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 3 | -5/+5 |
2007-10-10 | r25159: fix missing declarations warning | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 3 | -5/+6 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 3 | -0/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 11 | -33/+22 |