summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_modules.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-08s4-ldb: use RTLD_DEEPBIND if available for ldb modulesAndrew Tridgell1-1/+13
2010-11-18ldb: error out when modules are not foundSimo Sorce1-1/+1
2010-11-08s4-ldb: don't give an error if a module is already registeredAndrew Tridgell1-0/+7
2010-11-08s4-ldb: better error message when we try to register a module twiceAndrew Tridgell1-2/+3
2010-11-05s4-ldb: show the reason for module initialization failureAndrew Tridgell1-1/+2
2010-11-04s4-ldb: don't load modules from the same directory twiceAndrew Tridgell1-4/+4
2010-11-03s4-ldb: fixed sorting of module namesAndrew Tridgell1-1/+6
2010-11-02s4-ldb: give the user a hint as to what may be wrongAndrew Tridgell1-2/+2
2010-11-03s4-ldb: expose some more ldb module functionsAndrew Tridgell1-10/+80
2010-11-01s4-ldb: use ldb_set_modules_dir() to load additional ldb modulesAndrew Tridgell1-6/+12
2010-11-01s4-ldb: added support for general ldb hooks in modulesAndrew Tridgell1-11/+45
2010-11-01s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell1-27/+30
2010-11-01s4-ldb: it is not an error for the modules directory to not existAndrew Tridgell1-0/+5
2010-11-01s4-ldb: removed the old ldb module loading styleAndrew Tridgell1-158/+31
2010-11-01s4-ldb: support a new type of ldb module loadingAndrew Tridgell1-0/+185
2010-10-21ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror"Matthias Dieter Wallnöfer1-1/+1
2010-10-21ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas...Matthias Dieter Wallnöfer1-0/+1
2010-10-05s4:ldb_modules.c - fix a typoMatthias Dieter Wallnöfer1-1/+1
2010-09-25ldb: added request location trackingAndrew Tridgell1-0/+2
2010-07-09s4: fix warning: unused variable ‘i’Kamen Mazdrashki1-1/+0
2010-07-07s4-ldb: added ldb_options_find()Andrew Tridgell1-4/+4
2010-06-29ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove unneeded caste before "dlsym"Matthias Dieter Wallnöfer1-2/+1
2010-06-15ldb: Fix included ldb build.Jelmer Vernooij1-0/+4
2010-03-08LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-6/+6
2010-02-22LDB related spelling fixes.Brad Hards1-1/+1
2010-01-02s4-ldb: fixed valgrind error: ares can be freed by callbackAndrew Tridgell1-4/+1
2010-01-02s4-ldb: allow modules to override error return valuesAndrew Tridgell1-2/+4
2010-01-02s4-ldb: added ldb_module_get_ops()Andrew Tridgell1-0/+5
2009-10-27s4:ldb Add additional tracing of the ldb APIAndrew Bartlett1-4/+60
2009-10-12s4:ldb Allow a NULL module listAndrew Bartlett1-1/+1
2009-10-12s4:ldb Allow a module string of ""Andrew Bartlett1-0/+6
2009-09-22s4-ldb: only show the outer level of ldb ops when tracingAndrew Tridgell1-3/+11
2009-09-22s4-ldb: don't show timestamps on every line of ldb tracesAndrew Tridgell1-26/+29
2009-09-21s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracingAndrew Tridgell1-0/+22
2009-09-11ldb: Remove references to operational module init function.Jelmer Vernooij1-1/+0
2009-09-04ldb: make ldb module programming less error proneAndrew Tridgell1-0/+14
2009-09-03always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell1-2/+17
2009-07-14remove all '\n' from ldb_debugSumit Bose1-12/+12
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-4/+1
2009-01-30Add helper function to get a module name, may be useful for debugging.Simo Sorce1-0/+5
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+36
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+5
2008-11-06don't give errors when an empty modules list is given to ldbAndrew Tridgell1-2/+9
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce1-4/+0
2008-09-29LDB ASYNC: Core filesSimo Sorce1-1/+140
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-3/+3
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer1-3/+3
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-1/+1
2008-06-30ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher1-16/+198
2008-06-17Change our module code to not use the special symbol name init_module()Andrew Tridgell1-10/+0