Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldb: Drop autoconf-based build system. | Jelmer Vernooij | 2010-10-30 | 1 | -81/+0 |
| | |||||
* | s4-ldb: added ldb_options_find() | Andrew Tridgell | 2010-07-07 | 1 | -1/+1 |
| | | | | | | | ldb_options_find() allows backends to find options in the options[] array passed to the connect operation. This will be used by the ldb_ldap bind code | ||||
* | ldb: Fix the standalone ldb build. | Jelmer Vernooij | 2010-01-02 | 1 | -14/+14 |
| | |||||
* | ldb: Support running testsuite without installing first. | Jelmer Vernooij | 2009-09-11 | 1 | -2/+2 |
| | |||||
* | ldb: Don't break the standalone LDB build (operational module removed) | Matthias Dieter Wallnöfer | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Remove pyldb_util and simply duplicate the 5-line function it contains, | Jelmer Vernooij | 2009-07-18 | 1 | -5/+2 |
| | | | | rather than creating a separate shared library for it. | ||||
* | Fix more unresolved symbols. | Jelmer Vernooij | 2009-06-02 | 1 | -2/+5 |
| | |||||
* | added support for a prepare_commit() op in ldb modules | Andrew Tridgell | 2009-03-31 | 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. | ||||
* | ldb: Fix linking against tevent library (rather than events) | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| | | | | replace: Fix copyright for dlfcn.c. | ||||
* | Fix build of the Python bindings now that SWIG is gone. | Jelmer Vernooij | 2008-12-22 | 1 | -4/+4 |
| | |||||
* | Remove swig support from standalone ldb build. | Jelmer Vernooij | 2008-12-19 | 1 | -11/+6 |
| | |||||
* | Fix ldb standalone build. | Simo Sorce | 2008-09-19 | 1 | -16/+13 |
| | | | | | Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries. | ||||
* | Fix typo. | Jelmer Vernooij | 2008-05-08 | 1 | -1/+1 |
| | | | | (This used to be commit 1def988ef28de85b3f97172bdbf935a4fec4dec3) | ||||
* | Fix link flags for ldb and tdb Python modules. | Jelmer Vernooij | 2008-05-08 | 1 | -1/+1 |
| | | | | (This used to be commit 787a32fdef9d761d64839f489cca0b0684f9a9fd) | ||||
* | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 2008-02-20 | 1 | -1/+1 |
| | | | | (This used to be commit 141ee91272fb4dafca0149f679e17721b6a3011e) | ||||
* | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2008-02-12 | 1 | -1/+1 |
| | | | | (This used to be commit 981957165d09e82947f68475192f1ce1f0ddbdd3) | ||||
* | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 2008-02-12 | 1 | -4/+4 |
| | | | | (This used to be commit ab19a8f62719eb0f347696a2e5f34f8847fd82cb) | ||||
* | Create the required directories when installing Python code. | Jelmer Vernooij | 2008-02-12 | 1 | -0/+2 |
| | | | | (This used to be commit 8ef36fe54555cc0c5ac0d1f118d0a1a7b770c2fd) | ||||
* | Avoid using setup.py for intsallation. | Jelmer Vernooij | 2008-02-12 | 1 | -2/+3 |
| | | | | (This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3) | ||||
* | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 2008-02-12 | 1 | -6/+10 |
| | | | | (This used to be commit 056843a5c2ca9e0ec59fd7e371852ecb5362ee32) | ||||
* | Fix out of tree builds. | Jelmer Vernooij | 2008-02-11 | 1 | -3/+3 |
| | | | | (This used to be commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) | ||||
* | ldb: Split up the Makefile so it will be possible later on to directly ↵ | Jelmer Vernooij | 2008-02-11 | 1 | -0/+82 |
include fragments in the Samba 3 or 4 makefile. (This used to be commit 6d54e9104de577ab727ee99a76e690a2fae71636) |