Age | Commit message (Expand) | Author | Files | Lines |
2009-09-11 | ldb: Support running testsuite without installing first. | Jelmer Vernooij | 1 | -2/+3 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -1/+1 |
2009-01-30 | Install mising public headers | Simo Sorce | 1 | -1/+1 |
2009-01-15 | Fix LDB_MODULESDIR for ldb standalone builds | Simo Sorce | 1 | -1/+5 |
2008-12-23 | pyldb: Fix segfault because of incorrect reference counting. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-23 | ldb: Fix linking against tevent library (rather than events) | Jelmer Vernooij | 1 | -6/+6 |
2008-12-19 | Remove swig support from standalone ldb build. | Jelmer Vernooij | 1 | -1/+0 |
2008-09-19 | Fix ldb standalone build. | Simo Sorce | 1 | -14/+28 |
2008-06-15 | Fix standalone ldb build. | Jelmer Vernooij | 1 | -3/+6 |
2008-03-18 | ldb: remove configure with 'make realdistclean' | Stefan Metzmacher | 1 | -1/+1 |
2008-02-20 | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-12 | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 1 | -2/+3 |
2008-02-11 | Move some more rules to rules.mk | Jelmer Vernooij | 1 | -5/+7 |
2008-02-11 | ldb: Split up the Makefile so it will be possible later on to directly includ... | Jelmer Vernooij | 1 | -122/+14 |
2008-01-22 | ldb: Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-10 | r26701: ldb: Build and install python modules when possible. | Jelmer Vernooij | 1 | -7/+21 |
2007-12-24 | r26582: Use the same swig flags everywhere. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 1 | -0/+3 |
2007-12-21 | r26179: Fix symlink. | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26178: Link against -ldl as well to prevent undefined symbols. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26177: Allow prebuilding swig wrapper, install ldb.py. | Jelmer Vernooij | 1 | -2/+6 |
2007-12-21 | r26124: Install ldb_handlers.h, required by ldb_samba. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26117: Fix DESTDIR use for bindir. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26106: Add targets for building, installing and checking python bindings. | Jelmer Vernooij | 1 | -5/+19 |
2007-12-21 | r26105: Add targets for building and installing the python bindings. | Jelmer Vernooij | 1 | -0/+7 |
2007-12-21 | r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared libraries | Stefan Metzmacher | 1 | -2/+3 |
2007-12-21 | r25984: ldb: use MDLD macros from libreplace and use results to build share m... | Stefan Metzmacher | 1 | -2/+5 |
2007-12-21 | r25983: ldb: link shared library against $(LDAP_LIBS) | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25969: ldb: link libnss_ldb.so.2 against the shared library | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can work | Stefan Metzmacher | 1 | -3/+2 |
2007-12-21 | r25967: ldb: a module doesn't need to link against $(LIBS) | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25880: Try to get some more flags right. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r25879: Don't use shared library for command-line utilities for now - breaks ... | Jelmer Vernooij | 1 | -13/+12 |
2007-12-21 | r25877: Add libreplace macro for soname flags. | Jelmer Vernooij | 1 | -5/+17 |
2007-12-21 | r25862: Avoid po, causes trouble on BSD systems. | Jelmer Vernooij | 1 | -9/+4 |
2007-12-21 | r25858: Clean up po files. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25854: Link against -ldl properly. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r25853: Specify LIBS to sample_module - fixes build for gcov hosts. | Jelmer Vernooij | 1 | -3/+6 |
2007-12-21 | r25851: Move system-specific ldflags checks to libreplace so they can be used... | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r25850: Add macro for picflag. | Jelmer Vernooij | 1 | -3/+9 |
2007-12-21 | r25846: Add configure test for -Wl,--export-dynamic. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25844: Enable soloading by default. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r25843: Finish check-soloading. | Jelmer Vernooij | 1 | -8/+10 |
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 1 | -1/+11 |
2007-10-10 | r25100: Include LDAP libs in .pc file so linking statically against libldb wo... | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r24261: Fix the standalone ldb build after I moved the objectclass module out. | Andrew Bartlett | 1 | -1/+0 |