summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08s4:build Bump ldb and tdb required versions.Andrew Bartlett1-1/+1
Hopefully this will ensure we don't get an older version from the system.
2009-11-20s4:lib/ldb: change version to 0.9.9 after some critical index fixesStefan Metzmacher1-1/+1
metze
2009-10-23s4-ldb: added ldb_transaction_cancel_noerr()Andrew Tridgell1-1/+1
This will be used to allow cancelling of transactions in a child after a fork()
2009-09-20s4:ldb: add ldb_parse_tree_copy_shallow() and change version to 0.9.7Stefan Metzmacher1-1/+1
metze
2009-06-18Bump the ldb version and the version Samba4 requires.Andrew Bartlett1-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-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-01-30Bump up ldb version to 0.9.3 after latest changesSimo Sorce1-1/+1
2009-01-15Fix LDB_MODULESDIR for ldb standalone buildsSimo Sorce1-1/+1
2008-09-19Fix ldb standalone build.Simo Sorce1-0/+4
Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-0/+1
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij1-0/+1
(This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3)
2008-02-12Manually compile python files rather than use setup.py.Jelmer Vernooij1-0/+3
(This used to be commit 056843a5c2ca9e0ec59fd7e371852ecb5362ee32)
2008-01-22ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij1-1/+1
(This used to be commit 9a5cc88b090125b45e61da1ea1c9ac52f5ff6ab2)
2008-01-10r26701: ldb: Build and install python modules when possible.Jelmer Vernooij1-0/+13
(This used to be commit 7a66d0eff6e2300cc82b4c7585f9c45afcc851a4)
2007-12-21r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher1-0/+1
metze (This used to be commit 7ee9700abea3e0b5c5f0a6f4941e7e41188edaaf)
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)
2007-12-21r25984: ldb: use MDLD macros from libreplace and use results to build share ↵Stefan Metzmacher1-0/+2
modules metze (This used to be commit 113efcd85685e0c42eb51eb0370e789362c8071a)
2007-12-21r25877: Add libreplace macro for soname flags.Jelmer Vernooij1-0/+1
(This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee)
2007-12-21r25854: Link against -ldl properly.Jelmer Vernooij1-1/+0
(This used to be commit 6c46a925288e6be0a0e5f86e5a57ce269dc7a3df)
2007-12-21r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij1-3/+1
(This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6)
2007-12-21r25851: Move system-specific ldflags checks to libreplace so they can be ↵Jelmer Vernooij1-0/+1
used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79)
2007-12-21r25850: Add macro for picflag.Jelmer Vernooij1-0/+1
(This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce)
2007-12-21r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij1-0/+2
(This used to be commit f67040d2a0cb8723f1bf0e9a9d90a821b38697b1)
2007-10-10r25100: Include LDAP libs in .pc file so linking statically against libldb ↵Jelmer Vernooij1-1/+2
works again. (This used to be commit bcf5c9447435a826027626ac89a00eaa6739b12a)
2007-10-10r25093: Use system-provided ldb library if available. Note that this only ↵Jelmer Vernooij1-1/+1
means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system. (This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc)
2007-10-10r25085: Define LDB_MODULESDIR for standalone build.Jelmer Vernooij1-2/+2
(This used to be commit 1ba883c62e86274a55c1a0012201fc2e8b6b57fc)
2007-10-10r22668: Fix ldb buildJelmer Vernooij1-2/+0
(This used to be commit 331a0f608f3ae2199a8e3290d79d3a0623fb8a35)
2007-10-10r22665: Change version back to 0.9.Jelmer Vernooij1-1/+3
(This used to be commit 5037373c4c788ed5a74fbc90a190dd8245fe2029)
2007-10-10r22595: Add version numbers.Jelmer Vernooij1-1/+1
(This used to be commit 54cc097e0f8ca880c6c370e712ce427cefb16f08)
2007-10-10r18903: merge from samba3:Stefan Metzmacher1-2/+2
define HAVE_LDB_LDAP and HAVE_LDB_SQLITE3 metze (This used to be commit 4e2f5ba490d717283ab089d90ebd5c108a8c53b0)
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher1-1/+2
and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
2007-10-10r18283: libreplace.m4 needs to be early in configure.ac in other packages tooAndrew Tridgell1-4/+1
(This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)
2007-10-10r18109: move ldb to use the same build methodsAndrew Tridgell1-8/+5
(This used to be commit 28dcbb512fecd825428c5d5f343ec16e4a6906f9)
2007-10-10r18098: use m4_include() instead of sinclude()Stefan Metzmacher1-8/+8
this breaks ./autogen.sh in lib/ldb/, but the ldb build is broken anyway metze (This used to be commit 816fa197a73f5f309b6a113d997d21a70423361e)
2007-10-10r18036: Add missing fileJelmer Vernooij1-0/+79
(This used to be commit 9ad8075d702d67fc82974e1ef2cfbcaefb2028f5)