summaryrefslogtreecommitdiffstats
path: root/lib/dns/dynamic_db.c
Commit message (Expand)AuthorAgeFilesLines
* Look into /usr/lib{,64}/bind/ for plugins.HEADmasterMartin Nagy2009-04-271-4/+21
* Unload plug-ins from last to first.Martin Nagy2009-04-221-4/+4
* Unload all back-ends before reloading.Martin Nagy2009-04-221-2/+3
* Pass all necessary pointers in a packed structure.Martin Nagy2009-04-211-5/+112
* Fix copyright boilerplates.Martin Nagy2009-04-201-4/+3
* Also pass the zone manager to the driver.Martin Nagy2009-02-111-3/+5
* Don't call dlclose() on exit.Martin Nagy2009-02-111-2/+0
* Change return type of dns_dynamic_db_cleanup() to void.Martin Nagy2009-02-111-1/+1
* Cosmetic changes for better acceptance chances.Martin Nagy2009-02-111-29/+48
* Print out an error message if dlfcn.h is missing.Martin Nagy2009-02-111-2/+6
* Test for HAVE_DLFCN_H to make sure we have dlfcn.hMartin Nagy2009-02-111-7/+6
* Use a destroy function to free all the resources.Martin Nagy2009-02-111-24/+134
* Add support for runtime loading of database backends.Martin Nagy2009-02-111-0/+108