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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r19593: add NET-API-USERLIST test
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r19592: a simple test for libnet_UserList
Rafal Szczesniak
1
-7
/
+72
2007-10-10
r19569: Require that all public header files have a destination path. Fix
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19565: the scripts do work :)
Andrew Tridgell
1
-2
/
+0
2007-10-10
r19564: testing build farm scripts, apologies for the noise
Andrew Tridgell
1
-0
/
+2
2007-10-10
r19563: - make --num-progs a valid smbtorture option again. It's commonly
Andrew Tridgell
1
-2
/
+6
2007-10-10
r19556: Remove unused option.
Jelmer Vernooij
3
-3
/
+0
2007-10-10
r19554: Remove short option for --shell, as it overlaps with the option used for
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19550: the sense of this test was wrong
Andrew Tridgell
1
-2
/
+2
2007-10-10
r19549: fixed some indentation
Andrew Tridgell
2
-4
/
+4
2007-10-10
r19548: this talloc_free() is definately wrong.
Andrew Tridgell
1
-1
/
+0
2007-10-10
r19537: Report correct test names when tests failed.
Jelmer Vernooij
2
-1
/
+6
2007-10-10
r19536: Make output understandable (newlines)
Simo Sorce
1
-19
/
+19
2007-10-10
r19535: Fix warnings.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r19513: Add support for recipes (using '@')
Jelmer Vernooij
1
-2
/
+31
2007-10-10
r19512: Add --shell option to smbtorture (first work towards support for 'rec...
Jelmer Vernooij
2
-10
/
+54
2007-10-10
r19511: Remove unused externs.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r19510: Make smbtorture's `nprocs' parameter a parametric option.
Jelmer Vernooij
7
-8
/
+8
2007-10-10
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
9
-12
/
+22
2007-10-10
r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check for
Andrew Tridgell
2
-37
/
+67
2007-10-10
r19504: - fixed a free error in file_lines_parse
Andrew Tridgell
2
-0
/
+10
2007-10-10
r19495: Stop linking binaries twice (once before installation, once during bu...
Jelmer Vernooij
2
-0
/
+6
2007-10-10
r19492: - fix RPC-AUTHCONTEXT and RPC-SAMBA3-GETUSERNAME (sorry volker:-)
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r19462: This isn't an encrypted attribute.
Andrew Bartlett
1
-3
/
+0
2007-10-10
r19439: revert my change to a torture assert - expected is a bool
Andrew Tridgell
1
-1
/
+1
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
r19436: fixed stderr in piped_child() as well
Andrew Tridgell
1
-2
/
+25
2007-10-10
r19435: fixed the subunit code on platforms with small pipe buffers, and use
Andrew Tridgell
1
-16
/
+15
2007-10-10
r19433: Metze, please take a look at this one!
Andrew Tridgell
1
-11
/
+15
2007-10-10
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
Andrew Tridgell
1
-1
/
+2
2007-10-10
r19404: fixed the LOCAL-ICONV test
Andrew Tridgell
1
-3
/
+8
2007-10-10
r19396: Assume socketpair() is always available (cared for by libreplace) and
Jelmer Vernooij
1
-16
/
+22
2007-10-10
r19392: Use torture_setting_* rather than lp_parm_* where possible.
Jelmer Vernooij
41
-119
/
+114
2007-10-10
r19389: Remove samba3-specific checks: instead, always simply mark these test...
Jelmer Vernooij
1
-7
/
+5
2007-10-10
r19387: Exit with 0 if failures were expected
Jelmer Vernooij
4
-6
/
+12
2007-10-10
r19381: Print out the specific tests that failed after a smbtorture run.
Jelmer Vernooij
5
-28
/
+143
2007-10-10
r19380: forgot to add home drive testing as well as home directory...
Rafal Szczesniak
1
-0
/
+8
2007-10-10
r19379: add testing home directory field to the samr tests.
Rafal Szczesniak
1
-0
/
+8
2007-10-10
r19378: Add another type of test result 'error'
Jelmer Vernooij
3
-7
/
+16
2007-10-10
r19377: Simplify report functions.
Jelmer Vernooij
5
-61
/
+35
2007-10-10
r19376: Remove unused helper function.
Jelmer Vernooij
3
-9
/
+1
2007-10-10
r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
Jelmer Vernooij
2
-3
/
+0
2007-10-10
r19372: Fix segfault for ui's that don't support comments.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r19369: - we need to set the target:samba3 before calling torture_init()
Stefan Metzmacher
1
-10
/
+7
2007-10-10
r19366: don't fail async echo tests due to rounding errors
Andrew Tridgell
1
-3
/
+6
2007-10-10
r19359: More portable way of figuring out whether something is a directory
Jelmer Vernooij
1
-4
/
+6
2007-10-10
r19358: Use subunit tests from the right location (from
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19356: Reapply portability fix..
Jelmer Vernooij
1
-1
/
+5
2007-10-10
r19352: Oops, missed a few changes...
Jelmer Vernooij
1
-15
/
+31
2007-10-10
r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
Jelmer Vernooij
6
-55
/
+40
[prev]
[next]