cmake: Fix cmocka >= 1.1.6 find_package() in CONFIG mode
[resolv_wrapper.git] / src / resolv_wrapper.c
2021-11-03 Andreas Schneiderrwrap: Use our own rwrap_randomid()
2020-08-24 Andreas Schneiderrwrap: Turn some errors into warnings
2020-03-20 Stefan Metzmacherrwrap: make use of res_{get,set}servers() for FreeBSD
2020-03-20 Stefan Metzmacherrwrap: split out a rwrap_set_nameservers() function
2020-03-20 Stefan Metzmacherrwrap: split out rwrap_{get,log}_nameservers() functions
2020-03-20 Stefan Metzmacherrwrap: split out a rwrap_reset_nameservers() function
2020-03-20 Stefan Metzmacherrwrap: let configure use define HAVE_RES_STATE_U_EXT_NS...
2020-03-20 Stefan Metzmacherrwrap: fix resolv wrapper with ipv6 addresses and old...
2020-03-19 Stefan Metzmacherrwrap: improve logging messages by including getprogname()
2020-03-19 Stefan Metzmacherrwrap: fix warning where %s is always passed a NULL...
2019-10-20 Andreas Schneidercmake: Use _REQUIRED_LIBRARIES for system libs
2019-10-20 Carson ReinkeAdded fake resolving of TXT records
2019-10-20 Andreas Schneiderrwrap: Fix alignment issues on FreeBSD
2019-10-20 Andreas Schneiderrwrap: Don't do a deep bind if we run with libasan
2018-08-29 Andreas Schneiderrwrap: Always build with rwrap_str_lib()
2018-08-28 Andreas Schneiderrwrap: Update header
2018-08-28 Andreas Schneiderrwrap: Only report a notice when a search doesn't have...
2018-08-28 Andreas Schneiderrwrap: Only warn if we can't open the dns hosts file
2018-08-28 Andreas Schneiderrwrap: Add NOTICE as log level
2018-08-28 Andreas Schneiderrwrap: Do an early return if log level doesn't match
2018-08-28 Andreas Schneiderrwrap: Always enable logging
2016-09-01 Matt RogersSupport multiple URI answers
2016-08-29 Matt Rogersrwrap: Remove name compression from URI RR
2016-08-29 Jakub HrozekAdd support for the PTR DNS Resource Record type
2016-08-29 Michael Adamrwrap: improve debug error messages
2016-08-18 Nathaniel McCallumAdd support for the URI DNS Resource Record type
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!