Age | Commit message (Expand) | Author | Files | Lines |
2010-12-08 | s4-ldb: use RTLD_DEEPBIND if available for ldb modules | Andrew Tridgell | 1 | -1/+13 |
2010-11-18 | ldb: error out when modules are not found | Simo Sorce | 1 | -1/+1 |
2010-11-08 | s4-ldb: don't give an error if a module is already registered | Andrew Tridgell | 1 | -0/+7 |
2010-11-08 | s4-ldb: better error message when we try to register a module twice | Andrew Tridgell | 1 | -2/+3 |
2010-11-05 | s4-ldb: show the reason for module initialization failure | Andrew Tridgell | 1 | -1/+2 |
2010-11-04 | s4-ldb: don't load modules from the same directory twice | Andrew Tridgell | 1 | -4/+4 |
2010-11-03 | s4-ldb: fixed sorting of module names | Andrew Tridgell | 1 | -1/+6 |
2010-11-02 | s4-ldb: give the user a hint as to what may be wrong | Andrew Tridgell | 1 | -2/+2 |
2010-11-03 | s4-ldb: expose some more ldb module functions | Andrew Tridgell | 1 | -10/+80 |
2010-11-01 | s4-ldb: use ldb_set_modules_dir() to load additional ldb modules | Andrew Tridgell | 1 | -6/+12 |
2010-11-01 | s4-ldb: added support for general ldb hooks in modules | Andrew Tridgell | 1 | -11/+45 |
2010-11-01 | s4-ldb: added an override flag to ldb_register_backend() | Andrew Tridgell | 1 | -27/+30 |
2010-11-01 | s4-ldb: it is not an error for the modules directory to not exist | Andrew Tridgell | 1 | -0/+5 |
2010-11-01 | s4-ldb: removed the old ldb module loading style | Andrew Tridgell | 1 | -158/+31 |
2010-11-01 | s4-ldb: support a new type of ldb module loading | Andrew Tridgell | 1 | -0/+185 |
2010-10-21 | ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-21 | ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-10-05 | s4:ldb_modules.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-09-25 | ldb: added request location tracking | Andrew Tridgell | 1 | -0/+2 |
2010-07-09 | s4: fix warning: unused variable ‘i’ | Kamen Mazdrashki | 1 | -1/+0 |
2010-07-07 | s4-ldb: added ldb_options_find() | Andrew Tridgell | 1 | -4/+4 |
2010-06-29 | ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove unneeded caste before "dlsym" | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2010-06-15 | ldb: Fix included ldb build. | Jelmer Vernooij | 1 | -0/+4 |
2010-03-08 | LDB:common - Change counters to "unsigned" where appropriate | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-02-22 | LDB related spelling fixes. | Brad Hards | 1 | -1/+1 |
2010-01-02 | s4-ldb: fixed valgrind error: ares can be freed by callback | Andrew Tridgell | 1 | -4/+1 |
2010-01-02 | s4-ldb: allow modules to override error return values | Andrew Tridgell | 1 | -2/+4 |
2010-01-02 | s4-ldb: added ldb_module_get_ops() | Andrew Tridgell | 1 | -0/+5 |
2009-10-27 | s4:ldb Add additional tracing of the ldb API | Andrew Bartlett | 1 | -4/+60 |
2009-10-12 | s4:ldb Allow a NULL module list | Andrew Bartlett | 1 | -1/+1 |
2009-10-12 | s4:ldb Allow a module string of "" | Andrew Bartlett | 1 | -0/+6 |
2009-09-22 | s4-ldb: only show the outer level of ldb ops when tracing | Andrew Tridgell | 1 | -3/+11 |
2009-09-22 | s4-ldb: don't show timestamps on every line of ldb traces | Andrew Tridgell | 1 | -26/+29 |
2009-09-21 | s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracing | Andrew Tridgell | 1 | -0/+22 |
2009-09-11 | ldb: Remove references to operational module init function. | Jelmer Vernooij | 1 | -1/+0 |
2009-09-04 | ldb: make ldb module programming less error prone | Andrew Tridgell | 1 | -0/+14 |
2009-09-03 | always use prepare_commit in ldb transaction commits if possible | Andrew Tridgell | 1 | -2/+17 |
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 |