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
Age
Commit message (
Expand
)
Author
Files
Lines
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
r19434: we need to force line buffering as the new torture code doesn't create
Andrew Tridgell
1
-0
/
+2
2007-10-10
r19433: Metze, please take a look at this one!
Andrew Tridgell
1
-11
/
+15
2007-10-10
r19432: This way of reverting snapshots is much better than the way I was doi...
Brad Henry
1
-1
/
+1
2007-10-10
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
Andrew Tridgell
18
-76
/
+37
2007-10-10
r19427: print out the currect name
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19425: two more tdb functions from samba3
Andrew Tridgell
2
-0
/
+13
2007-10-10
r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
Andrew Tridgell
5
-12
/
+23
2007-10-10
r19412: some rather strange looking changes to talloc that gain us about 50%
Andrew Tridgell
1
-211
/
+299
2007-10-10
r19411: sigh - we can't call close here as its mapped to swrap_close() in the
Andrew Tridgell
1
-3
/
+0
2007-10-10
r19410: - fixed checker error
Andrew Tridgell
1
-1
/
+4
2007-10-10
r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
Love Hörnquist Åstrand
1
-0
/
+1
2007-10-10
r19408: I think tm_mon is ending up as -1 on some platforms
Andrew Tridgell
1
-0
/
+1
2007-10-10
r19405: the talloc speed test suite was not giving an accurate picture of the
Andrew Tridgell
1
-13
/
+18
2007-10-10
r19404: fixed the LOCAL-ICONV test
Andrew Tridgell
1
-3
/
+8
2007-10-10
r19403: try to fix the crashes in the buildfarm related to timegm
Andrew Tridgell
1
-1
/
+10
2007-10-10
r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,
Andrew Tridgell
4
-20
/
+15
2007-10-10
r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()
Andrew Tridgell
7
-69
/
+142
2007-10-10
r19400: fixed a valgrind error in the directory registry backend (name was
Andrew Tridgell
1
-2
/
+2
2007-10-10
r19398: more comments
Rafal Szczesniak
1
-3
/
+97
2007-10-10
r19396: Assume socketpair() is always available (cared for by libreplace) and
Jelmer Vernooij
1
-16
/
+22
2007-10-10
r19395: Fix replacement function compilation.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19393: Add replacement function for socketpair()
Jelmer Vernooij
3
-0
/
+66
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
r19388: Start running all LOCAL-* tests but list some of them as known failing.
Jelmer Vernooij
2
-3
/
+7
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
6
-216
/
+332
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
r19375: very basic helper script to build ldb standalone
Simo Sorce
1
-0
/
+21
2007-10-10
r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
Jelmer Vernooij
6
-27
/
+25
2007-10-10
r19372: Fix segfault for ui's that don't support comments.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r19370: Handle errors if talloc_reference fails
Simo Sorce
1
-2
/
+7
2007-10-10
r19369: - we need to set the target:samba3 before calling torture_init()
Stefan Metzmacher
1
-10
/
+7
2007-10-10
r19367: Solaris needs <sys/filio.h> for FIONREAD.
Love Hörnquist Åstrand
1
-0
/
+1
2007-10-10
r19366: don't fail async echo tests due to rounding errors
Andrew Tridgell
1
-3
/
+6
2007-10-10
r19365: fixed a memory leak in the ldb attribute handling
Andrew Tridgell
3
-8
/
+19
2007-10-10
r19364: Fix build for 'regular' installs.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19363: - don't need to store the baseinfo message after cache load
Andrew Tridgell
2
-8
/
+9
2007-10-10
r19362: - don't need to store the baseinfo message after cache load
Andrew Tridgell
5
-0
/
+11
2007-10-10
r19361: added a comment
Andrew Tridgell
1
-0
/
+3
2007-10-10
r19360: improve the ldb leak detector - it now takes into account the number
Andrew Tridgell
1
-3
/
+12
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
5
-12
/
+19
[next]