summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/external
AgeCommit message (Collapse)AuthorFilesLines
2010-04-02talloc: change talloc minor version to 2.0.2Andrew Tridgell1-1/+1
this has the talloc_is_parent() bugfix
2009-12-22Samba4 and LDB requires talloc 2.0.1Andrew Bartlett1-1/+1
reported by ewoud@kohlvanwijngaarden.nl
2009-12-08s4:build Bump ldb and tdb required versions.Andrew Bartlett1-1/+1
Hopefully this will ensure we don't get an older version from the system.
2009-09-26ldb: Check for talloc using pkg-config before checking manually, so weJelmer Vernooij1-3/+4
find version errors.
2009-09-19s4-ldb: bump minimum version in ldb tooAndrew Tridgell1-1/+1
2009-08-30ldb: Depend on libtalloc 2.0.0Simo Sorce1-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-06-18LDB: Link against both tevent and tallocEric Sandall1-1/+1
Patch for bug #6269 When linking against tevent you also need to link against talloc. This patch fixes external/libevent.m4 to do so.
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.
2009-01-30Fix standalone configure scriptsSimo Sorce1-1/+1
2008-12-23ldb: Fix linking against tevent library (rather than events)Jelmer Vernooij1-6/+6
replace: Fix copyright for dlfcn.c.
2008-09-19Fix ldb standalone build.Simo Sorce3-9/+18
Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-0/+4
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
(This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
2007-10-10r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell1-1/+1
(This used to be commit 76c6bfdeb51b5673bbabe0ca3d8bff3b74a327ee)
2007-10-10r22642: Allow standalone build to work without tdb or talloc checked out, butJelmer Vernooij4-0/+172
provided by the system. (This used to be commit bdde74055121ac538f6006750c94b514e962619d)