summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/external/libtdb.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-09-19s4-ldb: bump minimum version in ldb tooAndrew Tridgell1-1/+1
2009-06-18Require the new tdb 1.1.5 (for performance reasons)Andrew Bartlett1-1/+1
While tdb has not changed ABI in a way that requires this, we don't want Samba4 somehow built against the old version with performance problems on large, growing databases. Andrew Bartlett
2009-03-31added support for a prepare_commit() op in ldb modulesAndrew Tridgell1-1/+1
This op will be used by the partition module to give us good transaction semantics across the 4 partitions that sam.ldb uses.
2008-09-19Fix ldb standalone build.Simo Sorce1-3/+6
Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
2007-10-10r22642: Allow standalone build to work without tdb or talloc checked out, butJelmer Vernooij1-0/+4
provided by the system. (This used to be commit bdde74055121ac538f6006750c94b514e962619d)