summaryrefslogtreecommitdiff
path: root/source4/min_versions.m4
AgeCommit message (Collapse)AuthorFilesLines
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