summaryrefslogtreecommitdiff
path: root/source4/min_versions.m4
AgeCommit message (Collapse)AuthorFilesLines
2010-02-06tdb: raise version to 1.2.1Simo Sorce1-1/+1
after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version.
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-2/+2
Hopefully this will ensure we don't get an older version from the system.
2009-11-20s4:min_versions: require ldb 0.9.9Stefan Metzmacher1-1/+1
metze
2009-10-23s4-ldb: use ldb_wrap_fork_hook() to cancel child transactionsAndrew Tridgell1-1/+1
2009-10-22lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell1-1/+1
Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-09-20s4:build: require ldb 0.9.7Stefan Metzmacher1-1/+1
metze
2009-09-19tdb: increase minor versionAndrew Tridgell1-1/+1
we depend on reads in transactions for s4 replication
2009-09-04s4:configure: require tevent >= 0.9.8Stefan Metzmacher1-1/+1
metze
2009-08-24s4:build: require talloc >= 2.0.0Stefan Metzmacher1-1/+1
metze
2009-08-17s4:build: require tevent 0.9.7 with tevent_req_cancel()Stefan Metzmacher1-1/+1
metze
2009-07-03Restore ABI compatibility for talloc.Simo Sorce1-1/+1
2009-07-02change talloc to 2.0.0Andrew Tridgell1-1/+1
This is needed to prevent samba3 and samba4 from using an ABI incompatible system version of talloc See ongoing discussion on the samba-technical mailing list
2009-06-18Bump the ldb version and the version Samba4 requires.Andrew Bartlett1-1/+1
We have made a lot of useful changes to LDB since the last realese, that Samba4 now relies on. This ensures that a build against a system LDB will only succeed against the right version. Andrew Bartlett
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-04Increase tevent version for tevent_req_notify_callback()Volker Lendecke1-1/+1
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-1/+1
This is all working towards supporting the full WSPP schema without a major performance penalty. We now use binary searches when looking up classes and attributes. We also avoid the loop loading the attributes into ldb, by adding a hook to override the ldb attribute search function in a module. The attributes can thus be loaded once, and then saved as part of the global schema. Also added support for a few more key attribute syntaxes, as needed for the full schema.
2009-03-31change ldb version number (as ldb_module structure has changed)Andrew Tridgell1-1/+1
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-03-26configure: Use m4 defines for minimum library versions rather than shellJelmer Vernooij1-4/+4
variables, so the values rather than the variable names show up in configure output.
2009-03-17s4:build: require tevent 0.9.5Stefan Metzmacher1-1/+1
metze
2009-03-15configure: Add common file with minimum versions of external libraries.Jelmer Vernooij1-0/+6