summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-1/+9
| | | | (This used to be commit f10fae23f0685b2d9c6174596e1c66d799f02c52)
* r13166: Patches form Brad HardsSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit 335050b30d832f529fb8fdd4f96e4bb3de93f38c)
* r12850: - add Doxygen comments to ldbStefan Metzmacher2007-10-101-0/+1
| | | | | | | | | - 'make doxygen' generated the api documentation under apidocs/ Many thanks to Brad Hards <bradh@frogmouth.net> for the patches! metze (This used to be commit e98d483174c555366e62dd27600e6b242cab7a7f)
* r12632: Build fixes from Brad Hards <bradh@frogmouth.net>Andrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit 44b107d3150135ee4381c1ba4eac23bfd9cb16b9)
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-101-0/+1
| | | | | | | | | samba-technical posting for more details on the transactions design. This also adds a number of command line arguments to tdbtorture, making it more flexible, and fixes some lock deadlock conditions in the tdbtorture code. (This used to be commit 06bd8abba942ec9f1e23f5c5d546cbb71ca3a701)
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-0/+3
| | | | | | | | | | | | | | | | | | | | cmdline credentials code (which will be done soon) - added a ldb_init() call, and changed ldb_connect() to take a ldb context. This allows for much better error handling in ldb_connect(), and also made the popt conversion easier - fixed up all the existing backends with the new syntax - improved error handling in *_connect() - fixed a crash bug in the new case_fold_required() code - ensured that ltdb_rename() and all ltdb_search() paths get the read lock - added a ldb_oom() macro to make it easier to report out of memory situations in ldb code (This used to be commit f648fdf187669d6d87d01dd4e786b03cd420f220)
* r7282: ldb_sqlite3 work in progress.Derrell Lipman2007-10-101-0/+3
| | | | (This used to be commit d934c42b00b68e8f4ac9d0583ac307818aeb494f)
* r7114: Convert ldb documentation to DocBook/XMLJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 470c6185fb815983aebffd313361ec0fac723fd0)
* r6829: include the talloc autoconf tests when building ldb standaloneAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 3339a886178eebf19ce9bbe0dcca16e9d6e3c12c)
* r6790: Use config.h file for ldb and add test for stdint.hJelmer Vernooij2007-10-101-0/+4
| | | | (This used to be commit c1f1b5a9455c827f7baf382d919ab8a0eab49bb3)
* r6546: Fix ldb standalone buildJelmer Vernooij2007-10-101-0/+15
| | | | | Add autoconf to tdb (This used to be commit 95fed657f458a856feec2fb256edd642e4179979)
* r6486: Add 'make install' and pkg-config file.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e3be094fb7b0c0fec50abcb4b242414e84a9a32d)
* r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij2007-10-101-0/+1
| | | | | | | | Remove a couple of unused M4 macros. The standalone LDB build will not work until I've figured out what AC_CHECK_LIB_EXT() does exactly (it's Samba-specific) (This used to be commit cc20d6bb7f06e077ebe4c366e545e187a0c79472)
* r6479: - added a simple web pageAndrew Tridgell2007-10-101-1/+1
| | | | | - fixed configure.in ordering (This used to be commit 5a727d74d74ec23f4c33695bf5665db1ce1bc49f)
* r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij2007-10-101-0/+9
Samba using the autoconf tools. (This used to be commit a8de35ca27e307d1be6ebad517b7012a5de30567)