summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-4/+6
* r16936: Correct comment in this comparison functionAndrew Bartlett2007-10-101-1/+1
* r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett2007-10-101-1/+5
* r16832: I should be more careful (and test!) when trying to make compilers andAndrew Bartlett2007-10-101-1/+3
* r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett2007-10-101-8/+11
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2007-10-102-11/+23
* r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce2007-10-101-3/+3
* r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett2007-10-101-3/+9
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-1/+1
* r16086: Ensure we can never dereference NULL pointers, and that describe whatAndrew Bartlett2007-10-101-7/+14
* r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett2007-10-101-2/+6
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-102-4/+69
* r16071: tdb has nested transactionsSimo Sorce2007-10-101-53/+86
* r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett2007-10-102-3/+5
* r16062: objectCategory is a DN, and needs to be matched as such.Andrew Bartlett2007-10-101-0/+1
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-21/+44
* r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett2007-10-101-1/+9
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-102-15/+15
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-24/+2
* r15932: Remove per request credsSimo Sorce2007-10-101-5/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-102-12/+55
* r15795: Try to use the async code by defaultSimo Sorce2007-10-101-12/+140
* r15761: Fix-as-you-go ...Simo Sorce2007-10-101-1/+1
* r15582: Commit some forgotten stuff that have been setting on my private tree...Simo Sorce2007-10-101-0/+17
* r15388: Fix cut&paste typo.Tim Potter2007-10-101-1/+1
* r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett2007-10-101-5/+10
* r15113: Add a ldb_strerror() function.Tim Potter2007-10-101-0/+95
* r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij2007-10-101-0/+5
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-101-1/+1
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2007-10-101-1/+1
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-102-2/+52
* r14430: ret can be NULL at the end of this loopAndrew Tridgell2007-10-101-1/+3
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-101-74/+95
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-101-1/+1
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-102-11/+1
* r13990: Fix issues with function renaming.Jelmer Vernooij2007-10-101-0/+4
* r13973: fix the buildStefan Metzmacher2007-10-101-3/+3
* r13901: Backends need to be initialized even if there are no modulesSimo Sorce2007-10-101-22/+22
* r13900: don't segfault on errorSimo Sorce2007-10-101-2/+2
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2007-10-102-19/+58
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-102-5/+12
* r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-102-59/+107
* r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2007-10-101-0/+32
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-102-10/+10
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-102-11/+20
* r13359: make sure we don't look at s[-1]Stefan Metzmacher2007-10-101-1/+1
* r13349: In the end I could not use ldb_caseless_cmpSimo Sorce2007-10-101-19/+1
* r13347: - Now we compare values with an optimized utf8Simo Sorce2007-10-101-1/+34
* r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce2007-10-101-14/+42