Age | Commit message (Expand) | Author | Files | Lines |
2009-04-01 | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 1 | -5/+5 |
2009-04-01 | s4:torture/smb2: Add torture tests for lease breaks, durable opens. | Zach Loafman | 2 | -136/+988 |
2009-03-28 | s4:torture/smb2: Add torture tests for leases. | Zach Loafman | 3 | -0/+298 |
2009-03-27 | s4:torture/smb2: fix compiler warnings and bugs | Stefan Metzmacher | 1 | -1/+3 |
2009-03-27 | s4:torture/smb2: fix the build | Stefan Metzmacher | 1 | -5/+5 |
2009-03-26 | Add durable open / oplock interaction test. Rather than give it a chance to d... | Zach Loafman | 1 | -3/+109 |
2009-03-26 | Reorganize old persistent_handles test into durable_open.c, turn it into a su... | Zach Loafman | 3 | -9/+20 |
2009-03-17 | s4 torture: Win7 has a slightly different allowed access mask | Zach Loafman | 1 | -1/+7 |
2009-03-17 | s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGE | Zach Loafman | 1 | -10/+29 |
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 |