Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17830: Set the default_basedn (hey, it comes from the "default" naming conte... | Simo Sorce | 1 | -32/+39 |
2007-10-10 | r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r17821: changed ldb_search() and the ldbsearch command line utility to | Andrew Tridgell | 1 | -0/+41 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -27/+37 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -20/+20 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r16972: Replace the sequence_number function pointer in ldb with the ldb flags. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r16825: Make ldb_sainity_check() set an error string. This makes it much | Andrew Bartlett | 1 | -9/+14 |
2007-10-10 | r16784: - make some function in ldb static, they not need to be exported anyw... | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r16172: Translate the ldb error codes into appropriate messages for the | Andrew Bartlett | 1 | -3/+9 |
2007-10-10 | r16085: Set the error string if we fail to find a valid op to execute. Helps | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -4/+66 |
2007-10-10 | r16071: tdb has nested transactions | Simo Sorce | 1 | -53/+86 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -21/+44 |
2007-10-10 | r16007: If no error string was setup by the backend, ensure that we always get | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -10/+10 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -24/+2 |
2007-10-10 | r15932: Remove per request creds | Simo Sorce | 1 | -5/+0 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -10/+34 |
2007-10-10 | r15795: Try to use the async code by default | Simo Sorce | 1 | -12/+140 |
2007-10-10 | r15388: Fix cut&paste typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15176: Ensure we don't segfault when we try and delete @FOO records. | Andrew Bartlett | 1 | -5/+10 |
2007-10-10 | r15113: Add a ldb_strerror() function. | Tim Potter | 1 | -0/+95 |
2007-10-10 | r14599: Pass ACLs down the registry layer. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14594: Fix some dependencies (required for shared library build) | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -2/+13 |
2007-10-10 | r13998: From now on ldb_request() will require an alloced request | Simo Sorce | 1 | -74/+95 |
2007-10-10 | r13996: simplify ldb_async_wait() some more | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13992: change the way ldb_async_wait() works. | Simo Sorce | 1 | -5/+1 |
2007-10-10 | r13900: don't segfault on error | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r13839: Use registration mechanism for backends as well (in the same sense | Jelmer Vernooij | 1 | -18/+43 |
2007-10-10 | r13823: make async_wait part of the modules ops | Simo Sorce | 1 | -4/+5 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -13/+0 |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 1 | -9/+9 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 1 | -1/+20 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -0/+13 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -0/+5 |
2007-10-10 | r12534: Make the transaction code fill the error string on failure. | Andrew Bartlett | 1 | -3/+30 |
2007-10-10 | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 1 | -63/+66 |
2007-10-10 | r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -92/+100 |
2007-10-10 | r11353: a bit of an improvement to the ldb_tdb error handling | Andrew Tridgell | 1 | -20/+22 |
2007-10-10 | r11109: fixed the error code return from most ldb functions (the change to use | Andrew Tridgell | 1 | -6/+16 |
2007-10-10 | r10790: allow updating of existing ldb opaque values (thanks to abartlet for | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r10759: make modules easier to write by allowing modules to only implement the | Andrew Tridgell | 1 | -12/+42 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 1 | -3/+13 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -27/+77 |
2007-10-10 | r10305: start implementing better error handling | Simo Sorce | 1 | -5/+29 |