The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
Go to file
Petr Menšík 8a47aa2c75 Import version from branch v9_18
Uses git checkout 38726e67340b2b60715fa2f342dc800273d3772f -- .

Remove unused patches from distgit.
2022-08-03 20:37:06 +02:00
.fmf Adding fmf plan 2022-01-04 11:16:17 +01:00
plans Adding fmf plan 2022-01-04 11:16:17 +01:00
.gitignore Import version from branch v9_18 2022-08-03 20:37:06 +02:00
bind97-exportlib.patch update to 9.9.3rc2 2013-05-13 12:50:46 +02:00
bind-9.5-PIE.patch Import version from branch v9_18 2022-08-03 20:37:06 +02:00
bind-9.11-fips-tests.patch Import version from branch v9_18 2022-08-03 20:37:06 +02:00
bind-9.11.12.tar.gz.asc fixup! Update to 9.11.12 (#1557762) 2019-10-21 15:44:10 +02:00
bind-9.14.7.tar.gz.asc Update to 9.14.7 2020-03-27 11:25:12 +01:00
bind-9.16-redhat_doc.patch Import version from branch v9_18 2022-08-03 20:37:06 +02:00
bind.spec Import version from branch v9_18 2022-08-03 20:37:06 +02:00
bind.tmpfiles.d Update to 9.9.3rc1 2013-04-16 15:42:36 +02:00
Changes.md Update Changes and README to match 9.16 release 2021-01-15 17:09:33 +01:00
ci.fmf adding ci.fmf with multiple plans support 2022-01-25 11:35:08 +00:00
codesign2019.txt Import version from branch v9_18 2022-08-03 20:37:06 +02:00
codesign2021.txt Update to 9.16.11 (#1827602) 2021-01-21 11:34:02 +01:00
gating.yaml Adding fmf plan 2022-01-04 11:16:17 +01:00
generate-rndc-key.sh Correct shell warnings detected by coverity 2022-01-18 14:31:43 +01:00
ldap2zone.c - updates due libtool 2.2.6 2008-11-24 12:59:15 +00:00
makefile-replace-libs.py Add helper for testing system daemons 2019-11-07 14:41:36 +01:00
named-chroot-setup.service Use new config named-chroot.files for chroot setup files (#1429656) 2018-07-13 14:11:20 +02:00
named-chroot.files Import version from branch v9_18 2022-08-03 20:37:06 +02:00
named-chroot.service Import version from branch v9_18 2022-08-03 20:37:06 +02:00
named-pkcs11.service Import version from branch v9_18 2022-08-03 20:37:06 +02:00
named-setup-rndc.service Rework the chroot setup/destruction workflow 2013-12-17 17:09:44 +01:00
named.conf Update configuration to 9.16 2020-04-24 15:21:33 +02:00
named.conf.sample Replace master with primary in configuration 2022-01-25 15:07:27 +01:00
named.empty Remove config archive with zone files 2019-11-04 21:45:08 +01:00
named.localhost Remove config archive with zone files 2019-11-04 21:45:08 +01:00
named.logrotate Fixed systemctl path in logrotate configuration (#1148360) 2014-11-14 13:53:09 +01:00
named.loopback Remove config archive with zone files 2019-11-04 21:45:08 +01:00
named.rfc1912.zones Replace master with primary in configuration 2022-01-25 15:07:27 +01:00
named.root Import version from branch v9_18 2022-08-03 20:37:06 +02:00
named.root.key Replace initial key with just digest of it 2020-04-27 12:21:58 +02:00
named.rwtab Install configuration for rwtab and fix chroot setup script 2013-11-12 14:29:33 +01:00
named.service Import version from branch v9_18 2022-08-03 20:37:06 +02:00
named.sysconfig Make comment how to use different config file 2017-07-14 17:02:15 +02:00
README.md Import version from branch v9_18 2022-08-03 20:37:06 +02:00
setup-named-chroot.sh Import version from branch v9_18 2022-08-03 20:37:06 +02:00
setup-named-softhsm.sh Fix spec usage of softhsm helper 2019-02-22 16:39:54 +01:00
softhsm2.conf.in Enable unit tests with kyua tool (#1532694) 2018-01-09 18:19:43 +01:00
sources Import version from branch v9_18 2022-08-03 20:37:06 +02:00
trusted-key.key Remove revoked KSK 19164 from trusted root keys 2019-02-15 19:50:20 +01:00

BIND 9

BIND (Berkeley Internet Name Domain) is a complete, highly portable implementation of the DNS (Domain Name System) protocol.

Internet Systems Consortium (https://www.isc.org), a 501(c)(3) public benefit corporation dedicated to providing software and services in support of the Internet infrastructure, developed BIND 9 and is responsible for its ongoing maintenance and improvement.

More details about upstream project can be found on their gitlab. This repository contains only upstream sources and packaging instructions for Fedora Project.

Subpackages

The package contains several subpackages, some of them can be disabled on rebuild.

  • bind -- named daemon providing DNS server
  • bind-utils -- set of tools to analyse DNS responses or update entries (dig, host)
  • bind-doc -- documentation for current bind, BIND 9 Administrator Reference Manual.
  • bind-license -- Shared license for all packages but bind-export-libs.
  • bind-libs -- Shared libraries used by some others programs
  • bind-devel -- Development headers for libs. Can be disabled by --without DEVEL

Optional features

  • GSSTSIG -- Support for Kerberos authentication in BIND.
  • LMDB -- Support for dynamic database for managing runtime added zones. Provides faster removal of added zone with much less overhead. But requires lmdb linked to base libs.
  • DLZ -- Support for dynamic loaded modules providing support for features bind-sdb provides, but only small module is required.