Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
bind: A DNS (Domain Name System) server.
- Summary
- BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. BIND includes a DNS server (named),
which resolves host names to IP addresses; a resolver library
(routines for applications to use when interfacing with DNS); and
tools for verifying that the DNS server is operating properly.
Changelog
- * Fri Dec 17 18:00:00 2010 Adam Tkac <atkac redhat com> 20:9.2.4-37
- fix CVE-2010-3613
- * Fri May 14 19:00:00 2010 Adam Tkac <atkac redhat com> 20:9.2.4-36
- host: return nonzero exit code if server is not reachable or lookup
is refused (#559524)
- named bound random sockets with SO_REUSEADDR
- named could freeze when failed to get destination address of the IPv6
request (#518866)
- don't accept IPv4-mapped addresses on IPv6 sockets (#518866)
- * Mon Jan 4 18:00:00 2010 Adam Tkac <atkac redhat com> 20:9.2.4-35
- named should not die when receives command to reload subdomain (#475202)
- set default open files limit to unlimited as written in documentation (#456417)
- named could occasional crash due too early closed sockets (#462060)
- wait till named terminates in initscript "stop" section (#455540)