summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-4/+6
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2007-10-101-9/+14
* 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
* 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-101-4/+66
* r16071: tdb has nested transactionsSimo Sorce2007-10-101-53/+86
* 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-101-10/+10
* 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-101-10/+34
* r15795: Try to use the async code by defaultSimo Sorce2007-10-101-12/+140
* 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
* 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-101-2/+13
* 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-101-5/+1
* 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-101-18/+43
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-4/+5
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-13/+0
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-101-9/+9
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-1/+20
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-101-0/+2
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-3/+1
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-0/+13
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+5
* r12534: Make the transaction code fill the error string on failure.Andrew Bartlett2007-10-101-3/+30
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-63/+66
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2007-10-101-0/+2
* r11567: Ldb API change patch.Simo Sorce2007-10-101-92/+100
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-101-20/+22
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2007-10-101-6/+16
* r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell2007-10-101-1/+11
* r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2007-10-101-12/+42
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-3/+13
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-27/+77
* r10305: start implementing better error handlingSimo Sorce2007-10-101-5/+29
* r10304: check for basic ldb_message sanity and return appropriateSimo Sorce2007-10-101-13/+25
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-19/+35
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-4/+4
* r8600: fixed null termination on some error messages in ldbAndrew Tridgell2007-10-101-3/+3
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-0/+8
* r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman2007-10-101-1/+17