bind9/contrib
Michał Kępień fc967ba092 Add ZLIB_LIBS to ISCLIBS
When --with-zlib is passed to ./configure (or when the latter
autodetects zlib's presence), libisc uses certain zlib functions and
thus libisc's users should be linked against zlib in that case.  Adjust
Makefile variables appropriately to prevent shared build failures caused
by underlinking.
2020-02-28 15:22:29 +01:00
..
dane [master] contrib/dane/mkdane.sh 2012-10-27 20:46:45 -07:00
dlz Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:29 +01:00
dnspriv Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
kasp [master] dnssec-keymgr 2016-04-28 00:16:01 -07:00
scripts Correctly handle catalog zone entries containing slashes 2020-02-03 16:08:20 -08:00
README remove contrib/sdb 2019-02-19 17:19:40 -08:00

This directory contains scripts, tools, and other useful accessories to
BIND 9.  Contrib software is not supported by ISC, but reported bugs will
be fixed as time permits.

    - scripts/

      Assorted useful scripts, including 'nanny' which monitors 
      named and restarts it in the event of a crash, 'zone-edit'
      which enables editing of a dynamic zone, and others.

    - dane/

      mkdane.sh generates TLSA records for use with DNS-based
      Authentication of Named Entities (DANE).

    - dnspriv/

      Sample configuration for setting up a DNS-over-TLS server
      using BIND with Nginx as a TLS proxy.

    - kasp/

      Scripts for converting key and signature policies from OpenDNSSEC
      KASP format to the policy.conf format used by dnssec-keymgr.

    - dlz/modules

      Dynamically linkable DLZ modules that can be configured into
      named at runtime, enabling access to external data sources including
      LDAP, MySQL, Berkeley DB, perl scripts, etc.

    - dlz/drivers

      Old-style DLZ drivers that can be linked into named at compile
      time. (These are no longer actively maintained and are expected
      to be removed eventually.)

Some links to useful software and other resources related to BIND 9 and
DNS can be found at https://www.isc.org/dns-tools-and-resources.