summaryrefslogtreecommitdiffstats
path: root/source4/min_versions.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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