Age | Commit message (Expand) | Author | Files | Lines |
2012-04-18 | s4-torture: Separate out the notify tree subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify double subtest | Volker Lendecke | 1 | -2/+7 |
2012-04-18 | s4-torture: Separate out the notify tcp_dis subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify ulogoff subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify exit subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify tdis subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify file subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify mask_change subtest | Volker Lendecke | 1 | -2/+9 |
2012-04-18 | s4-torture: Separate out the notify recursive subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify mask subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Separate out the notify dir subtest | Volker Lendecke | 1 | -3/+9 |
2012-04-18 | s4-torture: Separate out the notify tcon subtest | Volker Lendecke | 1 | -2/+8 |
2012-04-18 | s4-torture: Make notify a suite | Volker Lendecke | 2 | -4/+13 |
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 2 | -15/+36 |
2011-11-29 | s4:torture: use tctx->ev as event context for polling | Stefan Metzmacher | 4 | -8/+6 |
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s... | Jeremy Allison | 5 | -18/+8 |
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 1 | -1/+1 |
2011-08-13 | torture: use tevent_ functions names instead of the legacy event_ ones | Simo Sorce | 6 | -27/+27 |
2011-05-30 | s4:torture: fix SEGFAULT in raw.acl.dynamic | Gregor Beck | 1 | -7/+8 |
2011-05-21 | s4:torture - always cast correctly when using the "%x" format string argument | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2011-05-05 | Clean up some const and other compiler warnings. | Jeremy Allison | 4 | -7/+19 |
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 |
2011-03-18 | s4-smbtorture: use torture_context in raw.eas test. | Günther Deschner | 1 | -6/+6 |
2011-03-18 | s4-smbtorture: remove trailing whitespace from raw.eas test. | Günther Deschner | 1 | -34/+34 |
2011-03-17 | s4-smbtorture: more torture_fail usage in raw.write test. | Günther Deschner | 1 | -6/+6 |
2011-03-16 | s4-smbtorture: use torture_fail and _skip in raw.write test. | Günther Deschner | 1 | -54/+30 |
2011-03-16 | s4-smbtorture: remove duplicate if branch in raw.write test. | Günther Deschner | 1 | -5/+0 |
2011-03-16 | s4-smbtorture: use torture_fail/-assert api in torture_samba3_hide(). | Günther Deschner | 1 | -59/+26 |
2011-02-21 | s4-smbtorture: use torture_comment() instead of printf in raw.write test. | Günther Deschner | 1 | -66/+67 |
2011-02-21 | s4-smbtorture: fix some indent in raw.write test. | Günther Deschner | 1 | -4/+4 |
2011-02-21 | s4-smbtorture: fix trailing whitespace in raw.write test. | Günther Deschner | 1 | -22/+22 |
2011-01-31 | smbtorture4 test for bug #7928 - Samba problems with kernel oplocks option se... | Pavel Shilovsky | 1 | -0/+95 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 12 | -138/+133 |
2010-11-29 | s4:torture - prefer the termination "return"s at the end of two unittests | Matthias Dieter Wallnöfer | 1 | -2/+7 |
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 |
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 |
2010-09-16 | torture/raw Allow one more 'not implemented' status return as a valid response | Andrew Bartlett | 1 | -1/+2 |
2010-09-16 | s4-smbtorture: try FSCTL_FIND_FILES_BY_SID with random blob data in RAW-IOCTL. | Günther Deschner | 1 | -0/+21 |
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 |
2010-07-06 | s4:libcli: Modify S4 client library to check for proper CN alignment | Steven Danneman | 1 | -1/+99 |
2010-06-24 | s4 torture: Warn on NOT_IMPLEMENTED in addition to NOT_SUPPORTED for RAW-QFIL... | Aravind Srinivasan | 1 | -3/+9 |
2010-06-21 | s4 torture: RAW-SFILEINFO display warning instead of error on unsupported inf... | Aravind Srinivasan | 1 | -4/+24 |
2010-06-15 | s4 torture: RAW-SEARCH: break out some of the old search levels | Aravind Srinivasan | 1 | -2/+20 |