Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26131: Ensure we show the right errors in the NULL base DN case. Based on | Andrew Bartlett | 1 | -0/+2 |
2007-12-21 | r26124: Install ldb_handlers.h, required by ldb_samba. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26119: Fix warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26117: Fix DESTDIR use for bindir. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26114: Allow keyword-arguments. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26112: Do proper error checking in __contains__. | Jelmer Vernooij | 1 | -18/+8 |
2007-12-21 | r26106: Add targets for building, installing and checking python bindings. | Jelmer Vernooij | 2 | -6/+20 |
2007-12-21 | r26105: Add targets for building and installing the python bindings. | Jelmer Vernooij | 2 | -2/+15 |
2007-12-21 | r26088: Import some native-python python modules and move original python swi... | Jelmer Vernooij | 1 | -3/+2 |
2007-12-21 | r26080: Import updated LDB bindings. | Jelmer Vernooij | 1 | -133/+460 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 6 | -215/+357 |
2007-12-21 | r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (... | Jelmer Vernooij | 1 | -36/+36 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared libraries | Stefan Metzmacher | 2 | -2/+4 |
2007-12-21 | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r25984: ldb: use MDLD macros from libreplace and use results to build share m... | Stefan Metzmacher | 2 | -2/+7 |
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 | r25965: Remove duplicate block - thanks metze! | Andrew Bartlett | 1 | -18/+0 |
2007-12-21 | r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation. | Andrew Bartlett | 1 | -4/+2 |
2007-12-21 | r25962: Move to more modern ldb functions loading module list. | Andrew Bartlett | 1 | -11/+12 |
2007-12-21 | r25959: Add a new special DN to LDB: @OPTIONS | Andrew Bartlett | 3 | -17/+144 |
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 | r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for the | Andrew Bartlett | 1 | -13/+16 |
2007-12-21 | r25933: LDB: Don't free errstring until after the printf, in case it is one of | Andrew Bartlett | 1 | -1/+3 |
2007-12-21 | r25908: add some wikipedia links about LDAP and LDIF | Stefan Metzmacher | 1 | -5/+6 |
2007-12-21 | r25893: Fix ldb, tdb builds (and one warning). | Jeremy Allison | 1 | -0/+2 |
2007-12-21 | r25887: Build Samba-specific ldb modules as dso's. | Jelmer Vernooij | 1 | -0/+2 |
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 | 2 | -5/+18 |
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 | r25857: Indent | Andrew Bartlett | 1 | -1/+2 |
2007-12-21 | r25856: If the search fails, it is not valid to steal 'res'. | Andrew Bartlett | 1 | -6/+7 |
2007-12-21 | r25854: Link against -ldl properly. | Jelmer Vernooij | 2 | -2/+3 |
2007-12-21 | r25853: Specify LIBS to sample_module - fixes build for gcov hosts. | Jelmer Vernooij | 1 | -3/+6 |
2007-12-21 | r25852: Move SHLIBEXT determination into a test as well. | Jelmer Vernooij | 1 | -3/+1 |
2007-12-21 | r25851: Move system-specific ldflags checks to libreplace so they can be used... | Jelmer Vernooij | 2 | -2/+4 |
2007-12-21 | r25850: Add macro for picflag. | Jelmer Vernooij | 2 | -3/+10 |
2007-12-21 | r25846: Add configure test for -Wl,--export-dynamic. | Jelmer Vernooij | 2 | -1/+3 |
2007-12-21 | r25844: Enable soloading by default. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r25843: Finish check-soloading. | Jelmer Vernooij | 2 | -9/+11 |
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 5 | -1/+94 |
2007-12-21 | r25755: Fix a couple of memory leaks, in particular a new leak onto the NULL | Andrew Bartlett | 1 | -2/+4 |
2007-12-21 | r25690: - only use a readonly traverse in ldb_search when not in a transactio... | Andrew Tridgell | 3 | -3/+21 |
2007-12-21 | r25630: Allow "NULL" as memory context, for consistency with the rest of the ... | Jelmer Vernooij | 1 | -1/+1 |