bind9/bin/tests/system/pipelined
Evan Hunt fea6b5bf10 add a search for GeoIP2 libraries in configure
- "--with-geoip" is used to enable the legacy GeoIP library.
- "--with-geoip2" is used to enable the new GeoIP2 library
  (libmaxminddb), and is on by default if the library is found.
- using both "--with-geoip" and "--with-geoip2" at the same time
  is an error.
- an attempt is made to determine the default GeoIP2 database path at
  compile time if pkg-config is able to report the module prefix. if
  this fails, it will be necessary to set the path in named.conf with
  geoip-directory
- Makefiles have been updated, and a stub lib/dns/geoip2.c has been
  added for the eventual GeoIP2 search implementation.
2019-06-27 14:58:13 -07:00
..
ns1 update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
ns2 update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
ns3 add properly-formatted -D options to named.args files 2019-01-28 19:58:24 -08:00
ns4 update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
.gitignore add gitignore file 2015-04-21 08:37:12 -04:00
clean.sh update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
input [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
inputb [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
pipequeries.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
ref [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
refb [master] add TCP pipelining support 2015-01-20 16:14:09 -08:00
setup.sh Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
tests.sh use $DIFF instead of diff 2019-01-25 00:44:11 -08:00