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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r19461: Make sqlite3 work again (semi-async)
Simo Sorce
2
-398
/
+167
2007-10-10
r19460: currently building when there is an existing previous build in place ...
Simo Sorce
1
-1
/
+4
2007-10-10
r19459: Do not build nss by default (it probably works only on linux)
Simo Sorce
2
-4
/
+10
2007-10-10
r19458: Some info on the "schema"
Simo Sorce
1
-0
/
+34
2007-10-10
r19457: committed by mistake, this binary is available from here anyway:
Simo Sorce
1
-433
/
+0
2007-10-10
r19456: Add an example application for ldb using the tdb backend
Simo Sorce
6
-3
/
+1598
2007-10-10
r19455: forgot this
Simo Sorce
1
-0
/
+1
2007-10-10
r19454: In standalone build init asq too
Simo Sorce
1
-0
/
+1
2007-10-10
r19453: Expose helper functions
Simo Sorce
2
-3
/
+143
2007-10-10
r19452: Warn but don't die if registering against the rootdse is not possible
Simo Sorce
3
-8
/
+3
2007-10-10
r19449: ldbbrowse: installation hopefully works now. "Developer" installations
Derrell Lipman
11
-76
/
+141
2007-10-10
r19443: reset trap when we have removed the test specifc files already
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r19442: this real cause of the failures on *BSD came from the missing
Stefan Metzmacher
2
-4
/
+6
2007-10-10
r19441: work in progress support for NFS4 ACLs in Samba4 on Linux. Still work
Andrew Tridgell
5
-2
/
+264
2007-10-10
r19440: merged from samba3
Andrew Tridgell
1
-4
/
+4
2007-10-10
r19439: revert my change to a torture assert - expected is a bool
Andrew Tridgell
1
-1
/
+1
2007-10-10
r19438: try to fix up the build breakages on BSD systems due to incorrectly
Andrew Tridgell
2
-8
/
+11
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
r19407: add a copyright notice
Derrell Lipman
1
-0
/
+10
2007-10-10
r19406: ldbbrowse: done!
Derrell Lipman
4
-11
/
+158
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
r19397: Restrict databases which can be opened to a known set (currently only...
Derrell Lipman
1
-4
/
+31
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
r19384: ldbbrowse now has all basic functionality.
Derrell Lipman
1
-315
/
+75
[prev]
[next]