Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-26 | s4:torture/smb2: remove samba specific stuff from smb2.oplock | Stefan Metzmacher | 1 | -10/+0 | |
metze | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl3 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 11 22:09:18 CEST 2012 on sn-devel-104 | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl2 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: fix error reporting in the oplock-brl1 test | Michael Adam | 1 | -2/+1 | |
(Error was set to an unused variable) | |||||
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive2 test | Michael Adam | 1 | -3/+0 | |
2012-09-11 | s4:torture:smb2: remove an unused variable from the oplock-exclusive1 test | Michael Adam | 1 | -3/+0 | |
2011-11-24 | s4:torture/smb2: use tctx->ev as event context for polling | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2011-08-30 | smbtorture4: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Aug 30 09:51:10 CEST 2011 on sn-devel-104 | |||||
2011-08-30 | Fixed regression test case for Bug 8412 - Microsoft Office 2007 (Microsoft ↵ | Jeremy Allison | 1 | -2/+40 | |
Word) fails to save as on a Samba share with SMB2 Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Aug 30 03:26:49 CEST 2011 on sn-devel-104 | |||||
2011-08-13 | torture: use tevent_ functions names instead of the legacy event_ ones | Simo Sorce | 1 | -3/+3 | |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -37/+37 | |
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-01 | s4:torture - suppress printf "%llu" on uint64_t variables warnings | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
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-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -5/+5 | |
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> | |||||
2009-11-21 | s4:torture/smb2/oplock - Remove unneeded "status" redeclarations | Matthias Dieter Wallnöfer | 1 | -5/+0 | |
2009-10-01 | s4/torture: second try on renaming oplocks.c to oplock.c | Steven Danneman | 1 | -0/+3617 | |
Forgot to "git add" the new file in commit b2bcfaae |