Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17349: We can't just return sucess here, modules below us expect the async | Andrew Bartlett | 1 | -20/+56 |
2007-10-10 | r17300: Try to fix some segfaults in ldb_ildap module, when the remote server | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -26/+14 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -19/+19 |
2007-10-10 | r16087: Fix silly cut-and-paste typo that cost me much of my afternoon... | Andrew Bartlett | 1 | -4/+1 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r15964: fix error handling in ldb_ildap backend | Stefan Metzmacher | 1 | -7/+14 |
2007-10-10 | r15963: fix warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -291/+72 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -136/+151 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15592: Remove unused header | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15242: allow to use LDB_FLG_RECONNECT | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r14227: We are passing the wrong pointer here | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we | Simo Sorce | 1 | -7/+0 |
2007-10-10 | r14161: return early if we know the job is already finished | Simo Sorce | 1 | -0/+7 |
2007-10-10 | r13996: simplify ldb_async_wait() some more | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r13992: change the way ldb_async_wait() works. | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r13839: Use registration mechanism for backends as well (in the same sense | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r13827: Minor enhancements or cosmetic changes | Simo Sorce | 1 | -4/+7 |
2007-10-10 | r13823: make async_wait part of the modules ops | Simo Sorce | 1 | -3/+2 |
2007-10-10 | r13818: Make ldb_tdb 'fake' async. | Simo Sorce | 1 | -5/+20 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r13743: Generic fixes and improvements | Simo Sorce | 1 | -59/+80 |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 1 | -9/+17 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 1 | -224/+688 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -1/+7 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -5/+17 |
2007-10-10 | r12310: Link simple bind support in our internal LDAP libs to LDB and the | Andrew Bartlett | 1 | -5/+16 |
2007-10-10 | r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -29/+70 |
2007-10-10 | r11522: Add support for delegated credentials and machine account credentials | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r11403: improved the error handling in the ildap ldb backend. Now passes | Andrew Tridgell | 1 | -37/+53 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 1 | -26/+3 |
2007-10-10 | r10708: a bit more error checking in the idap ldb backend | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r10666: - reverse the ildap ldb backend so tree based searches go through | Andrew Tridgell | 1 | -22/+28 |
2007-10-10 | r10641: fixed the error handling on search errors in the ildap backend | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -3/+11 |
2007-10-10 | r10305: start implementing better error handling | Simo Sorce | 1 | -16/+5 |
2007-10-10 | r10299: remove the public (un)lock functions and introduce a transaction based | Simo Sorce | 1 | -27/+15 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -29/+82 |
2007-10-10 | r7776: add a method for getting arbitrary opaque data into a ldb context, for... | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r7749: some bug fixes from testing with socket:testnonblock | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7726: - removed some unused variables | Andrew Tridgell | 1 | -1/+8 |