summaryrefslogtreecommitdiffstats
path: root/source4/min_versions.m4
Commit message (Collapse)AuthorAgeFilesLines
* talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell2010-04-201-1/+1
| | | | | | | | when a ptr has a single reference and a NULL parent, then talloc_free(ptr) is not ambiguous, as the caller could not have done a talloc_free(NULL) to free the memory Pair-Programmed-With: Rusty Russell <rusty@samba.org>
* s4-tevent: up tevent version numberAndrew Tridgell2010-04-131-2/+2
| | | | tevent now has tevent_re_initialise() which is needed for the s4 build
* tdb: raise version to 1.2.1tdb-1.2.1Simo Sorce2010-02-061-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.
* Samba4 and LDB requires talloc 2.0.1Andrew Bartlett2009-12-221-1/+1
| | | | reported by ewoud@kohlvanwijngaarden.nl
* s4:build Bump ldb and tdb required versions.Andrew Bartlett2009-12-081-2/+2
| | | | Hopefully this will ensure we don't get an older version from the system.
* s4:min_versions: require ldb 0.9.9Stefan Metzmacher2009-11-201-1/+1
| | | | metze
* s4-ldb: use ldb_wrap_fork_hook() to cancel child transactionsAndrew Tridgell2009-10-231-1/+1
|
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-10-221-1/+1
| | | | | | | Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* s4:build: require ldb 0.9.7Stefan Metzmacher2009-09-201-1/+1
| | | | metze
* tdb: increase minor versionAndrew Tridgell2009-09-191-1/+1
| | | | we depend on reads in transactions for s4 replication
* s4:configure: require tevent >= 0.9.8Stefan Metzmacher2009-09-041-1/+1
| | | | metze
* s4:build: require talloc >= 2.0.0Stefan Metzmacher2009-08-241-1/+1
| | | | metze
* s4:build: require tevent 0.9.7 with tevent_req_cancel()Stefan Metzmacher2009-08-171-1/+1
| | | | metze
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-1/+1
|
* change talloc to 2.0.0Andrew Tridgell2009-07-021-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
* Bump the ldb version and the version Samba4 requires.Andrew Bartlett2009-06-181-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
* Require the new tdb 1.1.5 (for performance reasons)Andrew Bartlett2009-06-181-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
* Increase tevent version for tevent_req_notify_callback()Volker Lendecke2009-06-041-1/+1
|
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-021-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.
* change ldb version number (as ldb_module structure has changed)Andrew Tridgell2009-03-311-1/+1
|
* added support for a prepare_commit() op in ldb modulesAndrew Tridgell2009-03-311-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.
* configure: Use m4 defines for minimum library versions rather than shellJelmer Vernooij2009-03-261-4/+4
| | | | | variables, so the values rather than the variable names show up in configure output.
* s4:build: require tevent 0.9.5Stefan Metzmacher2009-03-171-1/+1
| | | | metze
* configure: Add common file with minimum versions of external libraries.Jelmer Vernooij2009-03-151-0/+6