aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/unbound/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Moved configuration from resolver manager to unbound pluginAndreas Steffen2013-02-191-1/+2
| | | | Also streamlined log messages in unbound plugin.
* unbound: Implemented resolver_response_t as unbound_response_tReto Guadagnini2013-02-191-1/+2
|
* unbound: Implemented rr_t as unbound_rr_tReto Guadagnini2013-02-191-1/+3
|
* Added unbound plugin implementing the resolver interface using libunboundReto Guadagnini2013-02-191-0/+16