Age | Commit message (Expand) | Author | Files | Lines |
2009-07-14 | remove all '\n' from ldb_debug | Sumit Bose | 1 | -12/+12 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -4/+1 |
2009-01-30 | Add helper function to get a module name, may be useful for debugging. | Simo Sorce | 1 | -0/+5 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+36 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 1 | -1/+5 |
2008-11-06 | don't give errors when an empty modules list is given to ldb | Andrew Tridgell | 1 | -2/+9 |
2008-10-16 | Transform the sequence_number operation into a normal extended operation as i... | Simo Sorce | 1 | -4/+0 |
2008-09-29 | LDB ASYNC: Core files | Simo Sorce | 1 | -1/+140 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 1 | -3/+3 |
2008-09-24 | Cosmetic corrections for the LDB library | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -1/+1 |
2008-06-30 | ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name) | Stefan Metzmacher | 1 | -16/+198 |
2008-06-17 | Change our module code to not use the special symbol name init_module() | Andrew Tridgell | 1 | -10/+0 |
2008-02-25 | Fix use of realpath, fix init functions for ldb. | Jelmer Vernooij | 1 | -5/+7 |
2008-02-25 | Fix standalone ldb build modules. | Jelmer Vernooij | 1 | -5/+5 |
2008-02-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -47/+28 |
2008-02-20 | Remove more function-based inits. | Jelmer Vernooij | 1 | -45/+21 |
2008-02-20 | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 1 | -2/+7 |
2008-02-16 | Move responsibilities of build.h to makefile. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-24 | r26577: Fix the standalone ldb build. | Jelmer Vernooij | 1 | -11/+8 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26481: Make function for loading symbol from DSO more generic, and allow mod... | Jelmer Vernooij | 1 | -10/+20 |
2007-12-21 | r26410: Remove unnecessary static. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chain | Andrew Bartlett | 1 | -14/+10 |
2007-12-21 | r26299: Print out which module failed to initialise. | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r25962: Move to more modern ldb functions loading module list. | Andrew Bartlett | 1 | -11/+12 |
2007-12-21 | r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for the | Andrew Bartlett | 1 | -13/+16 |
2007-12-21 | r25856: If the search fails, it is not valid to steal 'res'. | Andrew Bartlett | 1 | -6/+7 |
2007-12-21 | r25755: Fix a couple of memory leaks, in particular a new leak onto the NULL | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r25081: Add modules_dir member to ldb_context that is used rather than a global | Jelmer Vernooij | 1 | -13/+10 |
2007-10-10 | r24566: Remove trailing newlines in ldb_debug(), these are not required. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24261: Fix the standalone ldb build after I moved the objectclass module out. | Andrew Bartlett | 1 | -2/+0 |
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 | r22789: fix loading of internal samba4 modules | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r22750: dlopen() is always available now (and returns a correct error if not ... | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21761: - Give more detail on LDAP client library failures (make it clear | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21760: Try to pin down were some errors are coming from. Ensure we at least | Andrew Bartlett | 1 | -8/+25 |
2007-10-10 | r20588: handle extended operations in the ldb_next_request() call | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19743: merge from samba3: | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -3/+12 |
2007-10-10 | r19454: In standalone build init asq too | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r19362: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19196: merge from samba3: | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r19188: merge from samba3: | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r19112: fixed a checker warning. | Andrew Tridgell | 1 | -1/+1 |