Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-02 | talloc: change talloc minor version to 2.0.2 | Andrew Tridgell | 1 | -1/+1 | |
this has the talloc_is_parent() bugfix | |||||
2009-12-22 | Samba4 and LDB requires talloc 2.0.1 | Andrew Bartlett | 1 | -1/+1 | |
reported by ewoud@kohlvanwijngaarden.nl | |||||
2009-12-08 | s4:build Bump ldb and tdb required versions. | Andrew Bartlett | 1 | -1/+1 | |
Hopefully this will ensure we don't get an older version from the system. | |||||
2009-09-26 | ldb: Check for talloc using pkg-config before checking manually, so we | Jelmer Vernooij | 1 | -3/+4 | |
find version errors. | |||||
2009-09-19 | s4-ldb: bump minimum version in ldb too | Andrew Tridgell | 1 | -1/+1 | |
2009-08-30 | ldb: Depend on libtalloc 2.0.0 | Simo Sorce | 1 | -1/+1 | |
2009-06-18 | Require the new tdb 1.1.5 (for performance reasons) | Andrew Bartlett | 1 | -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-18 | LDB: Link against both tevent and talloc | Eric Sandall | 1 | -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-31 | added support for a prepare_commit() op in ldb modules | Andrew Tridgell | 1 | -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-30 | Fix standalone configure scripts | Simo Sorce | 1 | -1/+1 | |
2008-12-23 | ldb: Fix linking against tevent library (rather than events) | Jelmer Vernooij | 1 | -6/+6 | |
replace: Fix copyright for dlfcn.c. | |||||
2008-09-19 | Fix ldb standalone build. | Simo Sorce | 3 | -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-14 | This patch make it possible to build the events library completely | Simo Sorce | 1 | -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-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb) | |||||
2007-10-10 | r23796: main COPYING file for samba4, plus some formatting varients | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 76c6bfdeb51b5673bbabe0ca3d8bff3b74a327ee) | |||||
2007-10-10 | r22642: Allow standalone build to work without tdb or talloc checked out, but | Jelmer Vernooij | 4 | -0/+172 | |
provided by the system. (This used to be commit bdde74055121ac538f6006750c94b514e962619d) |