rwrap: Add support to handle NS records
[obnox/cwrap/resolv_wrapper.git] / src / resolv_wrapper.c
2016-05-24 Richard Sharperwrap: Add support to handle NS records
2016-03-02 Guillaume Xavier... rwrap: AIX compatibility fix, missing headers, bad...
2015-10-12 Jakub WilkFix typos
2015-08-18 Jakub HrozekChange my e-mail address
2015-08-17 Andreas Schneiderrwrap: Fix strict aliasing warnings for symbol binding
2015-08-17 Andrew BartlettFind the correct symbol when res_* is a define to __res_*
2015-01-12 Andreas Schneiderrwrap: Fix a possible NULL dereference.
2015-01-12 Andreas Schneiderrwrap: If we do not have ns_name_compress() use dn_comp().
2014-12-02 Jakub Hrozekrwrap: Don't dereference NULL when skipping broken...
2014-11-27 Jakub Hrozekrwrap: Support asking for A via CNAME
2014-11-27 Jakub Hrozekrwrap: Recursively add additional data
2014-11-27 Jakub Hrozekrwrap: Make the rwrap_fake_* functions only fake RRs
2014-11-27 Jakub Hrozekrwrap: CNAME record can recurse into A, AAAA or CNAME
2014-11-27 Jakub Hrozekrwrap: SRV record can recurse into A or AAAA
2014-11-27 Jakub Hrozekrwrap: Use the rwrap_fake_rr structure instead of raw...
2014-11-27 Jakub HrozekAdd data structures and functions to represent and...
2014-11-27 Andreas Schneiderrwrap: Correctly calculate the response size and return it.
2014-11-27 Andreas Schneiderrwrap: Handle trailing dot in dns names.
2014-11-27 Jakub Hrozekrwrap: Compare dns names case insensitive.
2014-10-24 Andreas Schneiderrwrap: Fix the cleanup of the ns ext resources.
2014-10-23 Andreas Schneiderrwrap: Fix symbol binding on Solaris.
2014-10-23 Jakub Hrozekrwrap: Don't use htons for bitfields.
2014-10-23 Jakub Hrozekrwrap: Explicitly zero out sin_zero to silence gcc...
2014-10-23 Jakub Hrozekrwrap: Close the resolv.conf file handle.
2014-10-23 Jakub Hrozekrwrap: Free IPv6 name servers on close.
2014-10-21 Andreas Schneiderrwrap: Move NEXT_KEY out of the NDEBUG ifdef.
2014-10-21 Jakub Hrozekresolv: Implement CNAME faking
2014-10-21 Jakub Hrozekresolv: Implement SOA faking
2014-10-21 Jakub Hrozekresolv: Implement SRV faking
2014-10-21 Jakub Hrozekresolv: Implement faking A and AAAA DNS replies
2014-10-21 Jakub Hrozekrwrap: Add support to read a resolv.conf.
2014-10-21 Andreas Schneiderrwrap: Add support for res_[n]search().
2014-10-21 Andreas Schneiderrwrap: Add support for res_[n]query().
2014-10-21 Andreas Schneiderrwrap: Add support for res_nclose().
2014-10-21 Andreas Schneiderrwrap: Add initial support for res_[n]init().
2014-10-21 Andreas Schneiderrwrap: Big bang!