aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/unbound
Commit message (Expand)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
* 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
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+5
* 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
* 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