summaryrefslogtreecommitdiffstats
path: root/lib/resolv_wrapper
Commit message (Expand)AuthorAgeFilesLines
* 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