index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
torture
/
local
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21671: Add initial simple tests for socket wrapper
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r21656: Move tests a bit closer to the things they test, should make syncing ...
Jelmer Vernooij
8
-774
/
+7
2007-10-10
r21653: Add two more tdr tests.
Jelmer Vernooij
1
-0
/
+32
2007-10-10
r21421: Fix a memleak. This made tdb look considerably worse than necessary.
Volker Lendecke
1
-0
/
+2
2007-10-10
r21418: Return the ratio as well
Simo Sorce
1
-2
/
+8
2007-10-10
r21386: Run all NDR tests in the buildfarm, import some functions from Samba3...
Jelmer Vernooij
3
-213
/
+3
2007-10-10
r21213: the build farm seems to show that FreeBSD 6.2 has two different error
Andrew Tridgell
1
-1
/
+3
2007-10-10
r21211: fixed 3 places that assumed that torture_fail() didn't call
Andrew Tridgell
3
-8
/
+8
2007-10-10
r20990: check for errors from event_loop_once()
Andrew Tridgell
1
-2
/
+8
2007-10-10
r20962: Fix lcov
Jelmer Vernooij
3
-0
/
+64
2007-10-10
r20955: Add tests
Jelmer Vernooij
1
-0
/
+131
2007-10-10
r20930: use sigaction() instead of signal()
Andrew Tridgell
1
-55
/
+64
2007-10-10
r20823: Remove newlines in calls to torture_fail().
Jelmer Vernooij
2
-6
/
+6
2007-10-10
r20652: Attempt to fix the build
Volker Lendecke
2
-0
/
+2
2007-10-10
r20650: revert a bunch of code I didn't mean to commit yet
Andrew Tridgell
1
-3
/
+1
2007-10-10
r20647: add cluster code
Andrew Tridgell
1
-1
/
+3
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
2
-18
/
+25
2007-10-10
r20539: - split the common timer related events code into events_timed.c
Andrew Tridgell
1
-18
/
+20
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-13
/
+7
2007-10-10
r19676: Fix some more dependencies.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r19645: don't pass NULL as mem_ctx...
Stefan Metzmacher
1
-9
/
+8
2007-10-10
r19550: the sense of this test was wrong
Andrew Tridgell
1
-2
/
+2
2007-10-10
r19536: Make output understandable (newlines)
Simo Sorce
1
-19
/
+19
2007-10-10
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r19495: Stop linking binaries twice (once before installation, once during bu...
Jelmer Vernooij
2
-0
/
+6
2007-10-10
r19437: don't run the LOCAL-ICONV test on systems that don't have CP850
Andrew Tridgell
1
-3
/
+19
2007-10-10
r19404: fixed the LOCAL-ICONV test
Andrew Tridgell
1
-3
/
+8
2007-10-10
r19392: Use torture_setting_* rather than lp_parm_* where possible.
Jelmer Vernooij
2
-5
/
+5
2007-10-10
r19377: Simplify report functions.
Jelmer Vernooij
2
-7
/
+8
2007-10-10
r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
Jelmer Vernooij
2
-3
/
+0
2007-10-10
r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19343: Add support for external scripts/binaries that write results using the
Jelmer Vernooij
2
-6
/
+0
2007-10-10
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
17
-476
/
+388
2007-10-10
r19294: a little speed tester for ldb/tdb
Andrew Tridgell
3
-0
/
+252
2007-10-10
r19035: add LOCAL-REPLACE test
Stefan Metzmacher
2
-0
/
+3
2007-10-10
r18516: I'm surprised that compilers allowed this at all
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18498: While passing stack values into torture_tcase_add_test is bad, values
Andrew Bartlett
1
-3
/
+8
2007-10-10
r18497: fixed crash bug in irpc test - the torture_tcase_add_test() call
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18406: disable local iconv test as well when iconv:native=false
Andrew Tridgell
1
-3
/
+9
2007-10-10
r17742: make the casts explicit and remove compiler warnings
Stefan Metzmacher
1
-18
/
+18
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r17494: add tests for the example values from rfc 1320 (MD4)
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r17492: add a test with the example values from rfc1321 (MD5)
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r17491: I forgot to commit this...fix make test...sorry:-)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r16966: Fix compile warnings.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r16527: Add target argument for smbtorture.
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r16526: Add torture_setup_server() with test.
Jelmer Vernooij
1
-0
/
+31
2007-10-10
r16524: Fix double evaluation.
Jelmer Vernooij
1
-2
/
+2
[prev]
[next]