index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
torture
/
raw
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-torture: never return false in the raw.composite torture test
Andrew Bartlett
2012-04-26
1
-39
/
+7
*
s4:torture: add a raw.session suite with a raw.session.reauth test
Gregor Beck
2012-04-25
2
-0
/
+91
*
s4-torture: enable raw.composite test again, and convert to new style test
Andrew Bartlett
2012-04-25
2
-108
/
+127
*
Fix samba3.raw.samba3hide test - ensure we set up POSIX capabilities
Jeremy Allison
2012-04-18
1
-0
/
+37
*
s4-torture: Fix the raw.notify mask test
Volker Lendecke
2012-04-18
1
-0
/
+4
*
s4-torture: Use 2 client connections for raw.notify.mask
Volker Lendecke
2012-04-18
1
-19
/
+20
*
s4-torture: Use 2 client connections for raw.notify.tree
Volker Lendecke
2012-04-18
1
-3
/
+9
*
s4-torture: Use 2 client connections for raw.notify.recursive
Volker Lendecke
2012-04-18
1
-6
/
+13
*
s4-torture: notify all is empty now
Volker Lendecke
2012-04-18
1
-19
/
+0
*
s4-torture: Separate out the notify alignment subtest
Volker Lendecke
2012-04-18
1
-4
/
+9
*
s4-torture: Separate out the notify basedir subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify overflow subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify tree subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify double subtest
Volker Lendecke
2012-04-18
1
-2
/
+7
*
s4-torture: Separate out the notify tcp_dis subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify ulogoff subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify exit subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify tdis subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify file subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify mask_change subtest
Volker Lendecke
2012-04-18
1
-2
/
+9
*
s4-torture: Separate out the notify recursive subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify mask subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Separate out the notify dir subtest
Volker Lendecke
2012-04-18
1
-3
/
+9
*
s4-torture: Separate out the notify tcon subtest
Volker Lendecke
2012-04-18
1
-2
/
+8
*
s4-torture: Make notify a suite
Volker Lendecke
2012-04-18
2
-4
/
+13
*
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
2011-11-30
2
-15
/
+36
*
s4:torture: use tctx->ev as event context for polling
Stefan Metzmacher
2011-11-29
4
-8
/
+6
*
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2011-11-21
5
-18
/
+8
*
libcli: move ioctl function field defs to smb_constants
David Disseldorp
2011-10-19
1
-1
/
+1
*
torture: use tevent_ functions names instead of the legacy event_ ones
Simo Sorce
2011-08-13
6
-27
/
+27
*
s4:torture: fix SEGFAULT in raw.acl.dynamic
Gregor Beck
2011-05-30
1
-7
/
+8
*
s4:torture - always cast correctly when using the "%x" format string argument
Matthias Dieter Wallnöfer
2011-05-21
1
-5
/
+5
*
Clean up some const and other compiler warnings.
Jeremy Allison
2011-05-05
4
-7
/
+19
*
source4/torture/raw: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
31
-0
/
+32
*
s4-smbtorture: use torture_assert_ and comment functions in raw.eas test.
Günther Deschner
2011-03-18
1
-32
/
+29
*
s4-smbtorture: use torture_context in raw.eas test.
Günther Deschner
2011-03-18
1
-6
/
+6
*
s4-smbtorture: remove trailing whitespace from raw.eas test.
Günther Deschner
2011-03-18
1
-34
/
+34
*
s4-smbtorture: more torture_fail usage in raw.write test.
Günther Deschner
2011-03-17
1
-6
/
+6
*
s4-smbtorture: use torture_fail and _skip in raw.write test.
Günther Deschner
2011-03-16
1
-54
/
+30
*
s4-smbtorture: remove duplicate if branch in raw.write test.
Günther Deschner
2011-03-16
1
-5
/
+0
*
s4-smbtorture: use torture_fail/-assert api in torture_samba3_hide().
Günther Deschner
2011-03-16
1
-59
/
+26
*
s4-smbtorture: use torture_comment() instead of printf in raw.write test.
Günther Deschner
2011-02-21
1
-66
/
+67
*
s4-smbtorture: fix some indent in raw.write test.
Günther Deschner
2011-02-21
1
-4
/
+4
*
s4-smbtorture: fix trailing whitespace in raw.write test.
Günther Deschner
2011-02-21
1
-22
/
+22
*
smbtorture4 test for bug #7928 - Samba problems with kernel oplocks option se...
Pavel Shilovsky
2011-01-31
1
-0
/
+95
*
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
2010-12-11
12
-138
/
+133
*
s4:torture - prefer the termination "return"s at the end of two unittests
Matthias Dieter Wallnöfer
2010-11-29
1
-2
/
+7
*
s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"
Matthias Dieter Wallnöfer
2010-11-29
2
-6
/
+0
*
s4:torture - suppress printf "%llu" on uint64_t variables warnings
Matthias Dieter Wallnöfer
2010-11-01
1
-4
/
+4
*
smbtorture: Fix typo in status message.
James Peach
2010-10-20
1
-1
/
+1
[next]