rwrap: make use of res_{get,set}servers() for FreeBSD
[resolv_wrapper.git] / tests /
2020-03-20 Stefan Metzmacherrwrap: make use of res_{get,set}servers() for FreeBSD
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-20 Stefan Metzmachertests/test_res_init.c: avoid using public ipv6 addresse...
2019-10-21 Andreas Schneidertests: Fix coverity warning that sock could be negative
2019-10-20 Andreas Schneidercmake: Use target_include_directories()
2019-10-20 Andreas Schneidercmake: Update AddCMockaTest.cmake
2019-10-20 Andreas Schneidercmake: Support running the tests with AddressSanitizer
2019-10-20 Andreas Schneidercmake: Improve checks for compiler flags
2019-10-20 Andreas Schneidercmake: Use _REQUIRED_LIBRARIES for system libs
2019-10-20 Andreas Schneidertests: Wait longer for dns_srv to start
2019-10-20 Andreas Schneidertests: Set socket_wrapper to be required for testing
2019-10-20 Carson ReinkeAdded fake resolving of TXT records
2016-09-01 Matt RogersTest a URI query with multiple 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-18 Nathaniel McCallumAdd support for the URI DNS Resource Record type
2016-05-24 Richard Sharpetests: Add a test for the NS record handling.
2015-08-24 Jakub Hrozektests: Call res_close in res_query and res_search tests
2015-08-18 Jakub Hrozektests: Add tests for res_query and res_search
2015-08-18 Jakub HrozekChange my e-mail address
2015-08-17 Andreas Schneidertests: Migrate to new cmocka API
2014-12-02 Jakub Hrozektests: Add an invalid record to the fake_hosts file...
2014-12-01 Andreas Schneidertests: Define MIN if not available.
2014-11-27 Jakub Hrozektests: Query A record via CNAME
2014-11-27 Jakub Hrozektests: test that CNAME and SRV records can recurse
2014-11-27 Andreas Schneidertests: Add a test which talks to real nameservers.
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-11-27 Andreas Schneidertorture: Increase time to wait for pid file.
2014-10-23 Andreas Schneidercmake: Fix tests on Solaris.
2014-10-23 Andreas Schneidertorture: Fix socket directory name.
2014-10-23 Andreas Schneidertests: Fix test_res_ninit() with IPv4 only support.
2014-10-23 Jakub Hrozektests: Use the right array size in tests.
2014-10-23 Jakub Hrozektests: Call res_nclose() in test_res_query_search.c.
2014-10-23 Jakub Hrozekrwrap: Free IPv6 name servers on close.
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 Hrozektests: Add a unit test for res_nquery and res_nsearch
2014-10-21 Jakub Hrozektests: Add generating resolv.conf to torture
2014-10-21 Jakub Hrozektests: Add torture library from socket_wrapper
2014-10-21 Jakub Hrozektests: Add a simple DNS server
2014-10-21 Jakub Hrozektests: Add a test for parsing resolv.conf