bind9/bin/dnssec
Evan Hunt 6a7e805796 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.

(cherry picked from commit fea6b5bf10)
2019-06-27 16:25:28 -07:00
..
win32 complete the set of tools available in windows tests 2019-01-25 00:44:11 -08:00
.gitignore [master] dnssec-cds 2017-10-05 01:04:18 -07:00
dnssec-cds.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-cds.c cleanup: use dns_secalg_t and dns_dsdigest_t where appropriate 2019-03-08 22:16:48 +11:00
dnssec-cds.docbook cleanup: revamp the dnssec-dsfromkey man page and help output 2019-02-05 19:02:18 -08:00
dnssec-cds.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-dsfromkey.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-dsfromkey.c cleanup: use dns_secalg_t and dns_dsdigest_t where appropriate 2019-03-08 22:16:48 +11:00
dnssec-dsfromkey.docbook cleanup: revamp the dnssec-dsfromkey man page and help output 2019-02-05 19:02:18 -08:00
dnssec-dsfromkey.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-importkey.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-importkey.c Remove legacy support for AIX 2018-08-28 10:31:47 +02:00
dnssec-importkey.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-importkey.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-keyfromlabel.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-keyfromlabel.c indenting 2019-01-02 10:56:59 +11:00
dnssec-keyfromlabel.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-keyfromlabel.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-keygen.8 doc rebuild 2019-04-25 17:01:11 +02:00
dnssec-keygen.c cleanup dnssec-keygen manual page 2019-03-07 11:14:55 +11:00
dnssec-keygen.docbook A bit more cleanup in the dnssec-keygen manual 2019-03-14 15:17:03 +11:00
dnssec-keygen.html doc rebuild 2019-04-25 17:01:11 +02:00
dnssec-revoke.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-revoke.c cleanup: fix dnssec-revoke help text 2019-02-05 22:51:30 -05:00
dnssec-revoke.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-revoke.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-settime.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-settime.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
dnssec-settime.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-settime.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-signzone.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-signzone.c - Make isc_mutex_destroy return void 2018-11-22 11:52:08 +00:00
dnssec-signzone.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-signzone.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-verify.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-verify.c memmove, strtoul, and strcasestr functions are part of ISO C90, remove the compatibility shim 2018-08-28 10:31:48 +02:00
dnssec-verify.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-verify.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssectool.c Remove legacy support for AIX 2018-08-28 10:31:47 +02:00
dnssectool.h Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00