Age | Commit message (Collapse) | 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 | |
bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> Andrew Bartlett (This used to be commit cc2d0c9f15a9c687d212df14d8ffb6c60ad15242) | |||||
2007-12-21 | r26124: Install ldb_handlers.h, required by ldb_samba. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 037774cff700ca60ae73a4adbfd408758977c810) | |||||
2007-12-21 | r26119: Fix warnings. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 38a6522e44938ae05356916182d6c3bb1b6e881b) | |||||
2007-12-21 | r26117: Fix DESTDIR use for bindir. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b7eb2cadcf1520e76ed185293c7061ae17668bf7) | |||||
2007-12-21 | r26114: Allow keyword-arguments. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5) | |||||
2007-12-21 | r26112: Do proper error checking in __contains__. | Jelmer Vernooij | 1 | -18/+8 | |
(This used to be commit b67cc409fa5aa931b0847b7d3bdd2edf72daf88d) | |||||
2007-12-21 | r26106: Add targets for building, installing and checking python bindings. | Jelmer Vernooij | 2 | -6/+20 | |
(This used to be commit 7f1d38df053545fd0763baf172e78807d776e6ef) | |||||
2007-12-21 | r26105: Add targets for building and installing the python bindings. | Jelmer Vernooij | 2 | -2/+15 | |
(This used to be commit 634436adaab18d41ac7cca5ac704929e3b909452) | |||||
2007-12-21 | r26088: Import some native-python python modules and move original python ↵ | Jelmer Vernooij | 1 | -3/+2 | |
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1) | |||||
2007-12-21 | r26080: Import updated LDB bindings. | Jelmer Vernooij | 1 | -133/+460 | |
(This used to be commit 19342e66a7279805daf9f810b9dc808247110a8a) | |||||
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 6 | -215/+357 | |
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48) | |||||
2007-12-21 | r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* ↵ | Jelmer Vernooij | 1 | -36/+36 | |
(it was already being used for some). (This used to be commit d8b175016570d628bb075008149d32a0d538ce95) | |||||
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555) | |||||
2007-12-21 | r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared libraries | Stefan Metzmacher | 2 | -2/+4 | |
metze (This used to be commit 7ee9700abea3e0b5c5f0a6f4941e7e41188edaaf) | |||||
2007-12-21 | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95) | |||||
2007-12-21 | r25984: ldb: use MDLD macros from libreplace and use results to build share ↵ | Stefan Metzmacher | 2 | -2/+7 | |
modules metze (This used to be commit 113efcd85685e0c42eb51eb0370e789362c8071a) | |||||
2007-12-21 | r25983: ldb: link shared library against $(LDAP_LIBS) | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 0437ae18455e6721da70cf8a2f1e798f9f28756b) | |||||
2007-12-21 | r25969: ldb: link libnss_ldb.so.2 against the shared library | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 36ef127c8b722cb7a6d709592a3d97d166e7228c) | |||||
2007-12-21 | r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can work | Stefan Metzmacher | 1 | -3/+2 | |
metze (This used to be commit 48957e4b2acd1c19c5be42c6de77eba190dfd7e2) | |||||
2007-12-21 | r25967: ldb: a module doesn't need to link against $(LIBS) | Stefan Metzmacher | 1 | -1/+1 | |
As the main library already links to it. metze (This used to be commit f6a8c36be6def543363fe1a2af9c0f875a07bbb5) | |||||
2007-12-21 | r25965: Remove duplicate block - thanks metze! | Andrew Bartlett | 1 | -18/+0 | |
Andrew Bartlett (This used to be commit d7e65da56454bc7721083e0aa7fa2e9c47f2b79d) | |||||
2007-12-21 | r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation. | Andrew Bartlett | 1 | -4/+2 | |
Andrew Bartlett (This used to be commit 05cc2a7d966a10f1f111d7bae3261e1087fdffe6) | |||||
2007-12-21 | r25962: Move to more modern ldb functions loading module list. | Andrew Bartlett | 1 | -11/+12 | |
Andrew Bartlett (This used to be commit c3bfcf44a49c6a19579c85fb3660331177a436fb) | |||||
2007-12-21 | r25959: Add a new special DN to LDB: @OPTIONS | Andrew Bartlett | 3 | -17/+144 | |
Use the checkBaseOnSearch attribute to control if we should check the base DN on search requests. Also ensure we honour any errors in searching, not just errors in the supplied 'done' callback. Andrew Bartlett (This used to be commit deaac92f439ef001bfe052df170d6e34e8ba5845) | |||||
2007-12-21 | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c) | |||||
2007-12-21 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵ | Jelmer Vernooij | 1 | -1/+1 | |
that. (This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676) | |||||
2007-12-21 | r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for the | Andrew Bartlett | 1 | -13/+16 | |
modules. This will be useful when we start enforcing validity in base DNs. Andrew Bartlett (This used to be commit aa8348a27a6938a1a26d4a7ed3b7405966202ad8) | |||||
2007-12-21 | r25933: LDB: Don't free errstring until after the printf, in case it is one of | Andrew Bartlett | 1 | -1/+3 | |
the arguments. Andrew Bartlett (This used to be commit af40b1cd88f0e932665f6fe90daae8e687a3dc0c) | |||||
2007-12-21 | r25908: add some wikipedia links about LDAP and LDIF | Stefan Metzmacher | 1 | -5/+6 | |
metze (This used to be commit e1eea9278876bb727055a2b1357504b6ceb26765) | |||||
2007-12-21 | r25893: Fix ldb, tdb builds (and one warning). | Jeremy Allison | 1 | -0/+2 | |
Jeremy. (This used to be commit 52b26645b04a9c5fb70e7b869b60c9157f821d50) | |||||
2007-12-21 | r25887: Build Samba-specific ldb modules as dso's. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda) | |||||
2007-12-21 | r25880: Try to get some more flags right. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit bbc36fd3f693480e3ea01c5c9e858008a4f3c229) | |||||
2007-12-21 | r25879: Don't use shared library for command-line utilities for now - breaks ↵ | Jelmer Vernooij | 1 | -13/+12 | |
the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH. (This used to be commit 9730c2950965d22eace9ad498847581171ebe09a) | |||||
2007-12-21 | r25877: Add libreplace macro for soname flags. | Jelmer Vernooij | 2 | -5/+18 | |
(This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee) | |||||
2007-12-21 | r25862: Avoid po, causes trouble on BSD systems. | Jelmer Vernooij | 1 | -9/+4 | |
(This used to be commit c7fd5a5172d443034245c58020e379b0ca6234f2) | |||||
2007-12-21 | r25858: Clean up po files. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit af135938c19ef56b56b216b53049012ee7125eec) | |||||
2007-12-21 | r25857: Indent | Andrew Bartlett | 1 | -1/+2 | |
(This used to be commit f42690a90c2f76e7fc130ebbdbd0f93fefacfad6) | |||||
2007-12-21 | r25856: If the search fails, it is not valid to steal 'res'. | Andrew Bartlett | 1 | -6/+7 | |
Andrew Bartlett (This used to be commit f4d733c3d00c90ac2e02fcc202240ae7c290463e) | |||||
2007-12-21 | r25854: Link against -ldl properly. | Jelmer Vernooij | 2 | -2/+3 | |
(This used to be commit 6c46a925288e6be0a0e5f86e5a57ce269dc7a3df) | |||||
2007-12-21 | r25853: Specify LIBS to sample_module - fixes build for gcov hosts. | Jelmer Vernooij | 1 | -3/+6 | |
(This used to be commit db9ebea52bf739cc297e94178a3a03548fd5ddfb) | |||||
2007-12-21 | r25852: Move SHLIBEXT determination into a test as well. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6) | |||||
2007-12-21 | r25851: Move system-specific ldflags checks to libreplace so they can be ↵ | Jelmer Vernooij | 2 | -2/+4 | |
used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79) | |||||
2007-12-21 | r25850: Add macro for picflag. | Jelmer Vernooij | 2 | -3/+10 | |
(This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce) | |||||
2007-12-21 | r25846: Add configure test for -Wl,--export-dynamic. | Jelmer Vernooij | 2 | -1/+3 | |
(This used to be commit f67040d2a0cb8723f1bf0e9a9d90a821b38697b1) | |||||
2007-12-21 | r25844: Enable soloading by default. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6) | |||||
2007-12-21 | r25843: Finish check-soloading. | Jelmer Vernooij | 2 | -9/+11 | |
(This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7) | |||||
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 5 | -1/+94 | |
(This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1) | |||||
2007-12-21 | r25755: Fix a couple of memory leaks, in particular a new leak onto the NULL | Andrew Bartlett | 1 | -2/+4 | |
context caused by my objectclass module work. Andrew Bartlett (This used to be commit 2a835d900fee71e4461d5d18e39b4358fa6fdfba) | |||||
2007-12-21 | r25690: - only use a readonly traverse in ldb_search when not in a ↵ | Andrew Tridgell | 3 | -3/+21 | |
transaction. When we are in a transaction then we could be in a top level modify operation (such as rename), so we must use a writeable traverse so that the async callbacks can do the modifies while the search is progressing. - don't do the lockall operation on the tdb during a ldb search if in a transaction, as this would prevent modifies by callbacks as well (This used to be commit aa9ab431e071882f42ebc882e809ae1d4b8778d4) | |||||
2007-12-21 | r25630: Allow "NULL" as memory context, for consistency with the rest of the ↵ | Jelmer Vernooij | 1 | -1/+1 | |
code, which also does. (This used to be commit 083b606496308741958bb9fc6b3e50a582857677) |