summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij1-1/+1
(This used to be commit 522d6591d769e5743262386a90f3f4cd5476b959)
2007-12-21r26179: Fix symlink.Jelmer Vernooij1-3/+4
(This used to be commit b25d0201da5c02bba3046caa539b3ecb72d3a635)
2007-12-21r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij1-1/+1
(This used to be commit 7bb479f81607b9d4a7a6df267b2ed7a394bd68d1)
2007-12-21r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij3-4/+10
(This used to be commit e61160dce4bdfc8ade8494c91c8bbec13d0afe4b)
2007-12-21r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett1-0/+2
bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> Andrew Bartlett (This used to be commit cc2d0c9f15a9c687d212df14d8ffb6c60ad15242)
2007-12-21r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij1-1/+3
(This used to be commit 037774cff700ca60ae73a4adbfd408758977c810)
2007-12-21r26119: Fix warnings.Jelmer Vernooij1-2/+2
(This used to be commit 38a6522e44938ae05356916182d6c3bb1b6e881b)
2007-12-21r26117: Fix DESTDIR use for bindir.Jelmer Vernooij1-1/+1
(This used to be commit b7eb2cadcf1520e76ed185293c7061ae17668bf7)
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij1-0/+1
(This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5)
2007-12-21r26112: Do proper error checking in __contains__.Jelmer Vernooij1-18/+8
(This used to be commit b67cc409fa5aa931b0847b7d3bdd2edf72daf88d)
2007-12-21r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2-6/+20
(This used to be commit 7f1d38df053545fd0763baf172e78807d776e6ef)
2007-12-21r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2-2/+15
(This used to be commit 634436adaab18d41ac7cca5ac704929e3b909452)
2007-12-21r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij1-3/+2
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
2007-12-21r26080: Import updated LDB bindings.Jelmer Vernooij1-133/+460
(This used to be commit 19342e66a7279805daf9f810b9dc808247110a8a)
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij6-215/+357
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
2007-12-21r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* ↵Jelmer Vernooij1-36/+36
(it was already being used for some). (This used to be commit d8b175016570d628bb075008149d32a0d538ce95)
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
2007-12-21r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2-2/+4
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 Metzmacher2-2/+7
modules metze (This used to be commit 113efcd85685e0c42eb51eb0370e789362c8071a)
2007-12-21r25983: ldb: link shared library against $(LDAP_LIBS)Stefan Metzmacher1-1/+1
metze (This used to be commit 0437ae18455e6721da70cf8a2f1e798f9f28756b)
2007-12-21r25969: ldb: link libnss_ldb.so.2 against the shared libraryStefan Metzmacher1-2/+2
metze (This used to be commit 36ef127c8b722cb7a6d709592a3d97d166e7228c)
2007-12-21r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can workStefan Metzmacher1-3/+2
metze (This used to be commit 48957e4b2acd1c19c5be42c6de77eba190dfd7e2)
2007-12-21r25967: ldb: a module doesn't need to link against $(LIBS)Stefan Metzmacher1-1/+1
As the main library already links to it. metze (This used to be commit f6a8c36be6def543363fe1a2af9c0f875a07bbb5)
2007-12-21r25965: Remove duplicate block - thanks metze!Andrew Bartlett1-18/+0
Andrew Bartlett (This used to be commit d7e65da56454bc7721083e0aa7fa2e9c47f2b79d)
2007-12-21r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett1-4/+2
Andrew Bartlett (This used to be commit 05cc2a7d966a10f1f111d7bae3261e1087fdffe6)
2007-12-21r25962: Move to more modern ldb functions loading module list.Andrew Bartlett1-11/+12
Andrew Bartlett (This used to be commit c3bfcf44a49c6a19579c85fb3660331177a436fb)
2007-12-21r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett3-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-21r25953: AIX make doesn't support $^.Jelmer Vernooij1-1/+1
(This used to be commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c)
2007-12-21r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵Jelmer Vernooij1-1/+1
that. (This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676)
2007-12-21r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett1-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-21r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett1-1/+3
the arguments. Andrew Bartlett (This used to be commit af40b1cd88f0e932665f6fe90daae8e687a3dc0c)
2007-12-21r25908: add some wikipedia links about LDAP and LDIFStefan Metzmacher1-5/+6
metze (This used to be commit e1eea9278876bb727055a2b1357504b6ceb26765)
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison1-0/+2
Jeremy. (This used to be commit 52b26645b04a9c5fb70e7b869b60c9157f821d50)
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-0/+2
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda)
2007-12-21r25880: Try to get some more flags right.Jelmer Vernooij1-2/+2
(This used to be commit bbc36fd3f693480e3ea01c5c9e858008a4f3c229)
2007-12-21r25879: Don't use shared library for command-line utilities for now - breaks ↵Jelmer Vernooij1-13/+12
the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH. (This used to be commit 9730c2950965d22eace9ad498847581171ebe09a)
2007-12-21r25877: Add libreplace macro for soname flags.Jelmer Vernooij2-5/+18
(This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee)
2007-12-21r25862: Avoid po, causes trouble on BSD systems.Jelmer Vernooij1-9/+4
(This used to be commit c7fd5a5172d443034245c58020e379b0ca6234f2)
2007-12-21r25858: Clean up po files.Jelmer Vernooij1-1/+1
(This used to be commit af135938c19ef56b56b216b53049012ee7125eec)
2007-12-21r25857: IndentAndrew Bartlett1-1/+2
(This used to be commit f42690a90c2f76e7fc130ebbdbd0f93fefacfad6)
2007-12-21r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett1-6/+7
Andrew Bartlett (This used to be commit f4d733c3d00c90ac2e02fcc202240ae7c290463e)
2007-12-21r25854: Link against -ldl properly.Jelmer Vernooij2-2/+3
(This used to be commit 6c46a925288e6be0a0e5f86e5a57ce269dc7a3df)
2007-12-21r25853: Specify LIBS to sample_module - fixes build for gcov hosts.Jelmer Vernooij1-3/+6
(This used to be commit db9ebea52bf739cc297e94178a3a03548fd5ddfb)
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 Vernooij2-2/+4
used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79)
2007-12-21r25850: Add macro for picflag.Jelmer Vernooij2-3/+10
(This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce)
2007-12-21r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij2-1/+3
(This used to be commit f67040d2a0cb8723f1bf0e9a9d90a821b38697b1)
2007-12-21r25844: Enable soloading by default.Jelmer Vernooij1-2/+2
(This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6)
2007-12-21r25843: Finish check-soloading.Jelmer Vernooij2-9/+11
(This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7)