Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-30 | s4:torture: fix SEGFAULT in raw.acl.dynamic | Gregor Beck | 1 | -7/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-05-21 | s4:torture - always cast correctly when using the "%x" format string argument | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
Signed-off-by: Metze | |||||
2011-05-05 | Clean up some const and other compiler warnings. | Jeremy Allison | 4 | -7/+19 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104 | |||||
2011-03-19 | source4/torture/raw: Fix prototypes for all functions. | Jelmer Vernooij | 31 | -0/+32 | |
2011-03-18 | s4-smbtorture: use torture_assert_ and comment functions in raw.eas test. | Günther Deschner | 1 | -32/+29 | |
Guenther | |||||
2011-03-18 | s4-smbtorture: use torture_context in raw.eas test. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2011-03-18 | s4-smbtorture: remove trailing whitespace from raw.eas test. | Günther Deschner | 1 | -34/+34 | |
Guenther | |||||
2011-03-17 | s4-smbtorture: more torture_fail usage in raw.write test. | Günther Deschner | 1 | -6/+6 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 17 13:10:14 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s4-smbtorture: use torture_fail and _skip in raw.write test. | Günther Deschner | 1 | -54/+30 | |
Guenther | |||||
2011-03-16 | s4-smbtorture: remove duplicate if branch in raw.write test. | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2011-03-16 | s4-smbtorture: use torture_fail/-assert api in torture_samba3_hide(). | Günther Deschner | 1 | -59/+26 | |
Guenther | |||||
2011-02-21 | s4-smbtorture: use torture_comment() instead of printf in raw.write test. | Günther Deschner | 1 | -66/+67 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 21 15:26:38 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s4-smbtorture: fix some indent in raw.write test. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2011-02-21 | s4-smbtorture: fix trailing whitespace in raw.write test. | Günther Deschner | 1 | -22/+22 | |
Guenther | |||||
2011-01-31 | smbtorture4 test for bug #7928 - Samba problems with kernel oplocks option ↵ | Pavel Shilovsky | 1 | -0/+95 | |
set to "no" | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 12 | -138/+133 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4:torture - prefer the termination "return"s at the end of two unittests | Matthias Dieter Wallnöfer | 1 | -2/+7 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 23:29:23 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4:torture - remove unreachable statements to quiet warnings of Solaris "cc" | Matthias Dieter Wallnöfer | 2 | -6/+0 | |
2010-11-01 | s4:torture - suppress printf "%llu" on uint64_t variables warnings | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
The signed/unsignedness does match (always unsigned). The bitlength (64 bit) on all regular platforms does also. Therefore simply add a cast to "unsigned long long". | |||||
2010-10-20 | smbtorture: Fix typo in status message. | James Peach | 1 | -1/+1 | |
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. |