summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Look into /usr/lib{,64}/bind/ for plugins.HEADmasterMartin Nagy2009-04-272-4/+26
* Unload plug-ins from last to first.Martin Nagy2009-04-221-4/+4
* Unload all back-ends before reloading.Martin Nagy2009-04-222-3/+4
* Pass all necessary pointers in a packed structure.Martin Nagy2009-04-213-6/+133
* Fix copyright boilerplates.Martin Nagy2009-04-202-8/+6
* Also pass the zone manager to the driver.Martin Nagy2009-02-112-5/+8
* 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-112-24/+135
* Add support for runtime loading of database backends.Martin Nagy2009-02-117-3/+180
* Initial commitstartMartin Nagy2009-02-11766-0/+249204