summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_modules.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij1-5/+7
2008-02-25Fix standalone ldb build modules.Jelmer Vernooij1-5/+5
2008-02-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-47/+28
2008-02-20Remove more function-based inits.Jelmer Vernooij1-45/+21
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij1-2/+7
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-1/+0
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-2/+3
2007-12-24r26577: Fix the standalone ldb build.Jelmer Vernooij1-11/+8
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij1-10/+20
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij1-1/+1
2007-12-21r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett1-14/+10
2007-12-21r26299: Print out which module failed to initialise.Andrew Bartlett1-1/+1
2007-12-21r25962: Move to more modern ldb functions loading module list.Andrew Bartlett1-11/+12
2007-12-21r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett1-13/+16
2007-12-21r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett1-6/+7
2007-12-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett1-2/+4