Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-15 | s4 torture: RAW-SEARCH: break out some of the old search levels | Aravind Srinivasan | 1 | -2/+20 | |
* Added two new parameters: raw_search_search and raw_ea_size which can be enabled/disabled based on whether the server supports RAW_SEARCH_SEARCH and/or RAW_SEARCH_EA_SIZE levels * Skip unsupported levels from the server and give a warning rather than failing. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-15 | s4 torture: RAW-SEARCH: Only test supported info levels | Tim Prouty | 1 | -9/+45 | |
2010-06-14 | s4 torture: RAW-WRITE should check lockread_supported | Zachary Loafman | 1 | -0/+5 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-05-21 | s4:torture/raw/open.c - remove unused variables and fix error handling | Matthias Dieter Wallnöfer | 1 | -8/+3 | |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 2 | -3/+0 | |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 3 | -4/+1 | |
2010-05-13 | Now we behave as Windows does, remove a Samba3 specific test return. | Jeremy Allison | 1 | -1/+7 | |
Jeremy. | |||||
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-04-11 | subunit: Remove more test output that could be interpreted by subunit. | Jelmer Vernooij | 1 | -13/+13 | |
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 10 | -92/+93 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-04-06 | s4:torture - remove unused variables | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-03-31 | s4-torture: using typeof() is not portable | Andrew Tridgell | 1 | -17/+10 | |
this failed to compile on solaris8 with cc | |||||
2010-02-13 | s4-torture: use TYPESAFE_QSORT() in smbtorture | Andrew Tridgell | 2 | -13/+8 | |
2010-02-04 | s4-torture: handle NT_STATUS_CONNECTION_RESET | Andrew Tridgell | 3 | -6/+12 | |
a CONNECTION_RESET is now the normal "client disconnect" status code | |||||
2010-02-02 | Change uint_t to unsigned int in source4 | Matt Kraai | 6 | -45/+45 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-01-10 | s4/torture: Parameterize output in LOCK tests based off server support | Steven Danneman | 1 | -47/+73 | |
Two new torture parameters: * smbexit_pdu_support: if the Server supports the Exit command * range_not_locked_on_file_close: whether the server returns the NT_STATUS_RANGE_NOT_LOCKED error when a file is closed which has a pending lock request. Windows returns this error, though per the spec, this error should only be returned to an unlock request. | |||||
2010-01-07 | s4 torture: Add RAW-OPEN-NTCREATEDIR to test error checking for open ↵ | Tim Prouty | 1 | -0/+198 | |
directories as files | |||||
2010-01-06 | s4/torture: fix small bug in lock test | Steven Danneman | 1 | -0/+1 | |
Cleanup path should unlock, not cancel existing locked range. | |||||
2010-01-06 | s4/torture: add more lock cancellation tests | Steven Danneman | 1 | -2/+95 | |
* Test the SMB1 behavior when multiple lock ranges are requested, pend, and then are cancelled. The entire LockingAndX request fails. | |||||
2009-12-21 | s4 torture: Add RAW-OPLOCK-EXCLUSIVE7 which is similar to BATCH19 | Tim Prouty | 1 | -0/+171 | |
2009-12-21 | s4 torture: Update raw oplock to use win7 as the baseline for rename oplock ↵ | Tim Prouty | 1 | -13/+66 | |
break behavior | |||||
2009-12-21 | s4 torture: Be more permissive with share modes for oplock testing | Tim Prouty | 1 | -2/+4 | |
Share modes are tested elsewhere, and there is currently an outstanding issue about share mode contention for nt-passthrough levels: http://lists.samba.org/archive/cifs-protocol/2009-December/001227.html | |||||
2009-12-21 | s4 torture: Do a better job of closing open files in RAW-OPLOCK. | Tim Prouty | 1 | -5/+4 | |
2009-12-21 | s4-torture: another unsigned comparison bug | Andrew Tridgell | 1 | -1/+1 | |
2009-12-18 | s4 torture: Add test to show archive bit behavior with directories | Zachary Loafman | 1 | -0/+153 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-18 | s4 torture: Fix RAW-STREAMS-DELETE to pass against samba3 | Tim Prouty | 1 | -1/+2 | |
2009-12-17 | s4 torture: RAW-STREAMS-NAMES Make sure the create time of the streams are ↵ | Tim Prouty | 1 | -0/+24 | |
different from the base file | |||||
2009-12-17 | s4 torture: Add RAW-STREAMS-RENAME3 to show error when trying to overwrite a ↵ | Tim Prouty | 1 | -0/+92 | |
stream with an open handle A normal file overwrite in this case would return NT_STATUS_ACCESS_DENIED, but if a stream is the target NT_STATUS_INVALID_PARAMETER is returned. | |||||
2009-12-17 | s4 torture: Parameterize streams delete behavior rather than commenting out ↵ | Tim Prouty | 1 | -3/+7 | |
the check. | |||||
2009-12-17 | s4 torture: RAW-STREAMS-CREATEDISP Use a normal deny mode | Tim Prouty | 1 | -1/+1 | |
2009-12-17 | s4 torture: close handle instead of using exit | Tim Prouty | 1 | -1/+1 | |
2009-12-15 | s4 torture: Add new RAW-SEARCH test to explore strange max count behavior | Aravind Srinivasan | 1 | -0/+75 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-15 | s4 torture: Update RAW-QFILEINFO to only test info levels that are supported ↵ | Aravind Srinivasan | 1 | -0/+33 | |
by the server Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-15 | s4 torture: Convert RAW-OPEN to suite form | Zach Loafman | 2 | -82/+100 | |
2009-12-08 | RAW-STREAMS: convert failing tests to torture api | Stefan Metzmacher | 1 | -77/+54 | |
This is needed as we want to mark failing tests as known failures. metze | |||||
2009-12-07 | s4 torture: Cleanup RAW-ACLS a bit | Tim Prouty | 1 | -2/+4 | |
Don't check SEC_DESC_DACL_AUTO_INHERITED right now Disable RAW-ACLS-INHERITFLAGS for the short term Update samba4's knownfail accordingly | |||||
2009-12-07 | s4 torture: Add a new torture:hide_on_access_denied parameter | Tim Prouty | 1 | -7/+22 | |
It appears some newer versions of windows return NT_STATUS_OBJECT_NAME_NOT_FOUND on a createfile when access is denied rather than NT_STATUS_ACCESS_DENIED. I'm not sure how this translates to directory enumeration yet, but for now make this a parameter that can be checked in the various torture tests. This also gets RAW-ACLS and SMB2-CREATE passing against win7. | |||||
2009-12-07 | s4 torture: RAW-ACL Improvements | Zack Kirsch | 2 | -269/+672 | |
- Change RAW-ACLS test suite so each test can be run individually. - Add verify_sd() and verify_attrib() helper functions. - Change test_nttrans_create() to work for both files and directories. - Fix a segfault in test_inheritance() when the test errors out early. - test_sd_get_set() does not pass against XP or Vista, so it is no longer added to the RAW-ACLS test suite. - Minor fixes to test_inheritance(). - New INHERITFLAGS test, which tests the auto inheritance flags a bit more. - printf -> torture_comment / torture_warning / torture_result | |||||
2009-12-07 | s4 torture: Convert RAW-STREAMS to a set of test suites rather than a ↵ | Tim Prouty | 2 | -173/+206 | |
monolithic test | |||||
2009-12-07 | s4 torture: Update RAW-RENAME to pass against win7 | Tim Prouty | 1 | -5/+27 | |
2009-12-07 | s4 torture: Add a new RAW-STREAMS test to simulate the summary tab | Tim Prouty | 1 | -0/+96 | |
2009-12-07 | s4 torture: Fix the streams create disposition tests to actually return an ↵ | Tim Prouty | 1 | -2/+4 | |
error on failure | |||||
2009-12-07 | s4/torture: add test for zero byte read contention with byte range locks | Steven Danneman | 1 | -1/+154 | |
2009-12-07 | s4/torture: fix >80 column spacing issues | Steven Danneman | 1 | -3/+4 | |
2009-12-04 | Make smbtorture4 match Windows behavior. | Jeremy Allison | 1 | -41/+33 | |
Jeremy. | |||||
2009-12-03 | s4 torture: Fix call to smbcli_open | Zachary Loafman | 1 | -1/+1 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Make RAW-SEARCH pass against win7 | Zachary Loafman | 1 | -2/+9 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Parameterize WRITE_AND_CLOSE support | Zachary Loafman | 1 | -0/+5 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READ | Zachary Loafman | 2 | -0/+10 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Allow READ to be parameterized, add more readx tests | Zachary Loafman | 1 | -2/+29 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> |