summaryrefslogtreecommitdiffstats
path: root/lib/dns/include
Commit message (Collapse)AuthorAgeFilesLines
* Unload all back-ends before reloading.Martin Nagy2009-04-221-1/+1
|
* Pass all necessary pointers in a packed structure.Martin Nagy2009-04-212-1/+21
| | | | | | | | Access to the dns_dyndb_arguments_t structure is done through a set of dns_dyndb_set_* and dns_dyndb_get_* functions. This will make it unnecessary to break the ABI if someone designing a plug-in will have a need for something more than there currently is. All that will be needed in that case will be an addition of set/get functions.
* Fix copyright boilerplates.Martin Nagy2009-04-201-4/+3
|
* Also pass the zone manager to the driver.Martin Nagy2009-02-111-2/+3
|
* Use a destroy function to free all the resources.Martin Nagy2009-02-111-0/+1
| | | | | | | | | The handle returned by dlopen() is now saved and the library is unloaded on exit. We also load symbol "dynamic_driver_destroy" which is a function with no arguments returning void. It is called on exit. The load_library() is now split into two functions, one function is specifically used to load symbols.
* Add support for runtime loading of database backends.Martin Nagy2009-02-113-1/+32
|
* Initial commitstartMartin Nagy2009-02-1180-0/+21852