Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 1 | -4/+4 | |
the merged variant is renamed to smb_msleep as some platforms already have a msleep function. | |||||
2010-09-16 | torture/raw Allow one more 'not implemented' status return as a valid response | Andrew Bartlett | 1 | -1/+2 | |
The Samba4 server responds to most ioctl calls with NT_STATUS_NOT_SUPPORTED Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-16 | s4-smbtorture: try FSCTL_FIND_FILES_BY_SID with random blob data in RAW-IOCTL. | Günther Deschner | 1 | -0/+21 | |
Guenther | |||||
2010-09-10 | s4/torture: use time_mono for deltas in lock test | Björn Jacke | 1 | -22/+22 | |
2010-08-27 | s4:torture/raw/notify.c - freeable stuff shouldn't be "const" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-08-17 | smbtorture: Make SAMBA3CASEINSENSITIVE report failures properly. | James Peach | 1 | -4/+6 | |
2010-08-11 | smbtorture: Don't crash RAW-QFILEINFO if there's no alternate name. | James Peach | 1 | -0/+5 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 8 | -59/+59 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-06 | s4:libcli: Modify S4 client library to check for proper CN alignment | Steven Danneman | 1 | -1/+99 | |
MS-CIFS 2.2.7.4.2 states that FILE_NOTIFY_INFORMATION structures in change notify replies must be aligned to 4-byte boundaries. This updates s4 client to check for this restriction and also adds a torture test which should tickle a server into giving unaligned structures if it doesn't follow the spec. | |||||
2010-06-24 | s4 torture: Warn on NOT_IMPLEMENTED in addition to NOT_SUPPORTED for ↵ | Aravind Srinivasan | 1 | -3/+9 | |
RAW-QFILEINFO Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-21 | s4 torture: RAW-SFILEINFO display warning instead of error on unsupported ↵ | Aravind Srinivasan | 1 | -4/+24 | |
info level Also add a test to make sure setting the directory attribute is disallowed. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
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 |