Age | Commit message (Expand) | Author | Files | Lines |
2010-07-07 | s4-ldb: added support for simple binds on ldb_ldap backend | Andrew Tridgell | 1 | -0/+50 |
2010-07-02 | s4-ldb: fixed error handling in openldap backend | Andrew Tridgell | 1 | -5/+15 |
2010-07-02 | s4-ldb: fixed the parsing of references in the openldap backend | Andrew Tridgell | 1 | -5/+6 |
2010-03-08 | s4:ldb_ldap.c - fix indentation | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-03-08 | LDB:LDAP backend - change a counter variable to "unsigned" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-02-22 | LDB related spelling fixes. | Brad Hards | 1 | -1/+1 |
2009-10-25 | ldb:backend "connect" functions - convert result values to LDB constants | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2009-10-18 | s4:ldb_ldap - Fix intendation | Matthias Dieter Wallnöfer | 1 | -8/+8 |
2009-07-14 | remove all '\n' from ldb_debug | Sumit Bose | 1 | -3/+3 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -0/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -48/+62 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -9/+9 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 1 | -1/+1 |
2008-09-29 | LDB ASYNC: other backends | Simo Sorce | 1 | -268/+320 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 1 | -9/+9 |
2008-09-24 | Cosmetic corrections for the LDB backend modules | Matthias Dieter Wallnöfer | 1 | -9/+9 |
2008-03-18 | ldb: fix the standalone build | Stefan Metzmacher | 1 | -3/+3 |
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 1 | -6/+14 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r20190: fix the ldb_ldap backend | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r20130: remove one more talloc_get_type() | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r20127: - allocate ldb_handle under ldb_request! fix a mem leak | Stefan Metzmacher | 1 | -45/+35 |
2007-10-10 | r20126: fix talloc hierachy and make lldb a child of module | Stefan Metzmacher | 1 | -18/+22 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -6/+6 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19532: oops forgot this | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19485: Fix Coverity # 319 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19362: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19273: - fixed error handling with the ldap backend | Andrew Tridgell | 1 | -3/+9 |
2007-10-10 | r19009: ensure that data values from ldap libs are null terminated, to allow | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r17678: don't free result message twice | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -10/+10 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -17/+17 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -27/+27 |
2007-10-10 | r17112: - fix the build of the ldap ldb backend with newer openldap header fi... | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r16087: Fix silly cut-and-paste typo that cost me much of my afternoon... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -10/+12 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -10/+22 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -282/+14 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -164/+135 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 1 | -37/+40 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we | Simo Sorce | 1 | -10/+0 |
2007-10-10 | r14161: return early if we know the job is already finished | Simo Sorce | 1 | -2/+8 |
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 | -2/+4 |
2007-10-10 | r13986: minor fixes | Simo Sorce | 1 | -8/+20 |