Age | Commit message (Expand) | Author | Files | Lines |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -0/+1 |
2008-11-16 | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 1 | -1/+1 |
2008-11-02 | Remove use of global_loadparm for SMB2 client connections. | Jelmer Vernooij | 2 | -3/+6 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 2 | -11/+15 |
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 2 | -2/+6 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 5 | -6/+0 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-24 | check error code for zero desired_access in SMB2 create | Andrew Tridgell | 1 | -0/+7 |
2008-08-14 | SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTED | Stefan Metzmacher | 1 | -2/+21 |
2008-08-14 | SMB2-CREATE: be more strict in checking file attributes | Stefan Metzmacher | 1 | -12/+20 |
2008-08-14 | SMB2-CREATE: be more strict in error checking | Stefan Metzmacher | 1 | -1/+11 |
2008-08-14 | expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how the | Andrew Tridgell | 1 | -8/+32 |
2008-07-28 | SMB2-CONNECT: remove reference to req->session before calling smb2_logoff_rec... | Stefan Metzmacher | 1 | -1/+10 |
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 |