summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Unload all back-ends before reloading.Martin Nagy2009-04-222-1/+4
|
* Pass all necessary pointers in a packed structure.Martin Nagy2009-04-211-8/+23
| | | | | | | | 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.
* Also pass the zone manager to the driver.Martin Nagy2009-02-111-3/+3
|
* Allow zero 'arg' configuration directives.Martin Nagy2009-02-111-9/+14
|
* Use a destroy function to free all the resources.Martin Nagy2009-02-111-0/+3
| | | | | | | | | 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-111-0/+79
|
* Initial commitstartMartin Nagy2009-02-11799-0/+174547