summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell1-0/+41
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-27/+37
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-20/+20
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-5/+5
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-4/+6
2007-10-10r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett1-9/+14
2007-10-10r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce1-3/+3
2007-10-10r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett1-3/+9
2007-10-10r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett1-2/+6
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-4/+66
2007-10-10r16071: tdb has nested transactionsSimo Sorce1-53/+86
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-21/+44
2007-10-10r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett1-1/+9
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-10/+10
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-24/+2
2007-10-10r15932: Remove per request credsSimo Sorce1-5/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-10/+34
2007-10-10r15795: Try to use the async code by defaultSimo Sorce1-12/+140
2007-10-10r15388: Fix cut&paste typo.Tim Potter1-1/+1
2007-10-10r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett1-5/+10
2007-10-10r15113: Add a ldb_strerror() function.Tim Potter1-0/+95
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij1-1/+1
2007-10-10r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij1-1/+1
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-2/+13
2007-10-10r13998: From now on ldb_request() will require an alloced requestSimo Sorce1-74/+95
2007-10-10r13996: simplify ldb_async_wait() some moreSimo Sorce1-1/+1
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce1-5/+1
2007-10-10r13900: don't segfault on errorSimo Sorce1-2/+2
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-18/+43
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-4/+5
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-13/+0
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-9/+9
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-1/+20
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-0/+2
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-0/+13
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+5
2007-10-10r12534: Make the transaction code fill the error string on failure.Andrew Bartlett1-3/+30
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-63/+66
2007-10-10r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell1-0/+2
2007-10-10r11567: Ldb API change patch.Simo Sorce1-92/+100
2007-10-10r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell1-20/+22
2007-10-10r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell1-6/+16
2007-10-10r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell1-1/+11
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-12/+42
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-3/+13
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-27/+77
2007-10-10r10305: start implementing better error handlingSimo Sorce1-5/+29
2007-10-10r10304: check for basic ldb_message sanity and return appropriateSimo Sorce1-13/+25
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-19/+35