summaryrefslogtreecommitdiff
path: root/lib/resolv_wrapper
Commit message (Expand)AuthorAgeFilesLines
* resolv_wrapper: use conf.blddir to construct libnss_wrapper_so_pathStefan Metzmacher2017-04-071-2/+2
* resolv_wrapper: Update config variable name to match the codeAmitay Isaacs2016-08-091-2/+2
* rwrap: Update resolve_wrapper to version 1.1.4Andreas Schneider2016-05-312-7/+70
* build: Build *_wrapper without -DNDEBUG for in-tree useAndrew Bartlett2015-10-161-1/+0
* rwrap: Bump version to 1.1.3Andreas Schneider2015-09-081-1/+1
* rwrap: Fix strict aliasing warnings for symbol bindingAndreas Schneider2015-09-081-94/+111
* Find the correct symbol when res_* is a define to __res_*Andrew Bartlett2015-09-081-12/+12
* rwrap: Bump version to 1.1.2.Andreas Schneider2015-01-131-1/+1
* rwrap: Fix ns_name_compress detection.Andreas Schneider2015-01-131-1/+3
* rwrap: Bump version to 1.1.1.Andreas Schneider2015-01-131-1/+1
* rwrap: Fix a possible NULL dereference.Andreas Schneider2015-01-131-1/+1
* rwrap: If we do not have ns_name_compress() use dn_comp().Andreas Schneider2015-01-132-0/+6
* rwrap: Bump version to 1.1.0.Andreas Schneider2014-12-061-1/+1
* rwrap: Don't dereference NULL when skipping broken records.Jakub Hrozek2014-12-051-6/+6
* rwrap: Support asking for A via CNAMEJakub Hrozek2014-12-051-0/+7
* rwrap: Recursively add additional dataJakub Hrozek2014-12-051-20/+119
* rwrap: Make the rwrap_fake_* functions only fake RRs.Jakub Hrozek2014-12-051-81/+62
* rwrap: CNAME record can recurse into A, AAAA or CNAMEJakub Hrozek2014-12-051-0/+21
* rwrap: SRV record can recurse into A or AAAA.Jakub Hrozek2014-12-051-8/+47
* rwrap: Use the rwrap_fake_rr structure instead of raw uint8_t pointers.Jakub Hrozek2014-12-051-136/+143
* rwrap: Add data structures and functions to represent and manipulate RRs.Jakub Hrozek2014-12-051-7/+173
* rwrap: Correctly calculate the response size and return it.Andreas Schneider2014-12-051-67/+71
* rwrap: Handle trailing dot in dns names.Andreas Schneider2014-12-051-8/+20
* rwrap: Compare dns names case insensitive.Jakub Hrozek2014-12-051-1/+1
* lib: Add resolv_wrapper version 1.0.0.Andreas Schneider2014-12-052-0/+1471