Age | Commit message (Expand) | Author | Files | Lines |
2008-06-04 | another SMB2-LOCK fix now that we know that the UNLOCK flag is only | Andrew Tridgell | 1 | -5/+1 |
2008-06-04 | fixed SMB2-LOCK test for new semantics (from docs) | Andrew Tridgell | 1 | -5/+1 |
2008-05-31 | check for requested buffer size in getinfo call | Andrew Tridgell | 1 | -0/+35 |
2008-05-31 | more useful output in scan | Andrew Tridgell | 1 | -10/+7 |
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 3 | -6/+11 |
2008-05-30 | don't emulate broken SMB2 locking behaviour from windows | Andrew Tridgell | 1 | -4/+66 |
2008-05-29 | check maximal_access here too | Andrew Tridgell | 1 | -0/+1 |
2008-05-29 | test the maximal access return | Andrew Tridgell | 1 | -1/+16 |
2008-05-28 | check the set of file attributes which are ignored | Andrew Tridgell | 1 | -2/+6 |
2008-05-28 | check that we can't change a file to a directory | Andrew Tridgell | 1 | -0/+4 |
2008-05-28 | added testing of some strange read semantics on windows | Andrew Tridgell | 1 | -2/+59 |
2008-05-28 | add testing of creating a file with an initial ACL on SMB2 | Andrew Tridgell | 3 | -31/+95 |
2008-05-28 | test unknown tags and bad tag lengths | Andrew Tridgell | 1 | -0/+19 |
2008-05-28 | added testing of SMB2 create blobs | Andrew Tridgell | 1 | -2/+100 |
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 |