The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
e6424d1a09
named contains high number of assertions checking expected state of the daemon. That is part of defensive code style to prevent many attacks. The most common failure is failing some assertion check in rare circumstances. Even when this should not happen, try keeping the service running. If such failed assertion produces coredump just from time to time, avoid failing hard the whole service. coredumpctl will keep track of all crashes anyway. |
||
---|---|---|
.fmf | ||
plans | ||
.gitignore | ||
bind97-exportlib.patch | ||
bind-9.5-PIE.patch | ||
bind-9.11-fips-tests.patch | ||
bind-9.11.12.tar.gz.asc | ||
bind-9.14.7.tar.gz.asc | ||
bind-9.16-redhat_doc.patch | ||
bind-9.18-doc-arm-rhel9.patch | ||
bind-9.18-pkcs11-engine-compat-api.patch | ||
bind-9.18-pkcs11-engine-init.patch | ||
bind-9.18-pkcs11-engine-remove-deadcode.patch | ||
bind-9.18-unittest-netmgr-unstable.patch | ||
bind.spec | ||
bind.tmpfiles.d | ||
Changes.md | ||
ci.fmf | ||
codesign2019.txt | ||
codesign2021.txt | ||
gating.yaml | ||
generate-rndc-key.sh | ||
ldap2zone.c | ||
makefile-replace-libs.py | ||
named-chroot-setup.service | ||
named-chroot.files | ||
named-chroot.service | ||
named-setup-rndc.service | ||
named.conf | ||
named.conf.sample | ||
named.empty | ||
named.localhost | ||
named.logrotate | ||
named.loopback | ||
named.rfc1912.zones | ||
named.root | ||
named.root.key | ||
named.rwtab | ||
named.service | ||
named.sysconfig | ||
README.md | ||
setup-named-chroot.sh | ||
setup-named-softhsm.sh | ||
softhsm2.conf.in | ||
sources | ||
trusted-key.key |
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.