aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/unbound
Commit message (Collapse)AuthorAgeFilesLines
* unbound: Avoid unnecessary cloning of RR list that caused a memory leakTobias Brunner2016-09-201-2/+1
|
* unbound: Fix memory leakTobias Brunner2016-09-201-0/+2
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* unbound: Explicitly cast from ldns RR type/class to our typesMartin Willi2014-05-161-2/+2
| | | | | | These definitions are directly derived from the RFC, so it should be safe to cast them. clang complains about the different types, so cast them explicitly.
* lib: All settings use configured namespaceTobias Brunner2014-02-121-6/+6
|
* unbound: Add support for DLV (DNSSEC Lookaside Validation)Tobias Brunner2013-10-111-12/+23
| | | | Fixes #392.
* 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.
* unbound: Use plugin features and provide RESOLVERTobias Brunner2013-06-111-3/+12
|
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-021-4/+4
|
* Moved configuration from resolver manager to unbound pluginAndreas Steffen2013-02-194-29/+38
| | | | Also streamlined log messages in unbound plugin.
* unbound: Implementation of query method of unbound_resolver_tReto Guadagnini2013-02-192-7/+64
|
* unbound: Implemented resolver_response_t as unbound_response_tReto Guadagnini2013-02-193-1/+316
|
* unbound: Implemented rr_t as unbound_rr_tReto Guadagnini2013-02-193-1/+215
|
* Added unbound plugin implementing the resolver interface using libunboundReto Guadagnini2013-02-195-0/+227