Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-20 | s4:min_versions: require ldb 0.9.9 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-10-23 | s4-ldb: use ldb_wrap_fork_hook() to cancel child transactions | Andrew Tridgell | 1 | -1/+1 | |
2009-10-22 | lib/tdb: make tdbtool use tdb_check() for "check" command | Rusty Russell | 1 | -1/+1 | |
Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2009-09-20 | s4:build: require ldb 0.9.7 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-09-19 | tdb: increase minor version | Andrew Tridgell | 1 | -1/+1 | |
we depend on reads in transactions for s4 replication | |||||
2009-09-04 | s4:configure: require tevent >= 0.9.8 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-08-24 | s4:build: require talloc >= 2.0.0 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-08-17 | s4:build: require tevent 0.9.7 with tevent_req_cancel() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-07-03 | Restore ABI compatibility for talloc. | Simo Sorce | 1 | -1/+1 | |
2009-07-02 | change talloc to 2.0.0 | Andrew Tridgell | 1 | -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-18 | Bump the ldb version and the version Samba4 requires. | Andrew Bartlett | 1 | -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-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-04 | Increase tevent version for tevent_req_notify_callback() | Volker Lendecke | 1 | -1/+1 | |
2009-04-02 | major upgrade to the ldb attribute handling | Andrew Tridgell | 1 | -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-31 | change ldb version number (as ldb_module structure has changed) | Andrew Tridgell | 1 | -1/+1 | |
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-03-26 | configure: Use m4 defines for minimum library versions rather than shell | Jelmer Vernooij | 1 | -4/+4 | |
variables, so the values rather than the variable names show up in configure output. | |||||
2009-03-17 | s4:build: require tevent 0.9.5 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-15 | configure: Add common file with minimum versions of external libraries. | Jelmer Vernooij | 1 | -0/+6 | |