Jump to letter: [
          
            ABCDEFGHJKLMNOPRTWXYZ
          ]
        
        bind-sdb: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server with database backends.
        
        
        - 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.
BIND SDB (Simplified Database Backend) provides named_sdb, the DNS
name server compiled to include support for using alternative Zone Databases
stored in an LDAP server (ldapdb), a postgreSQL database (pgsqldb), or in the
filesystem (dirdb), in addition  to the standard in-memory RBT (Red Black Tree)
zone database.
Changelog
        
            - * Mon Jan 18 16:00:00 2010 Adam Tkac <atkac redhat com> 30:9.3.6-4.P1.2
- - NSEC validation code could cause wrong NXDOMAIN responses (#554851,
  CVE-2010-0097)
- improve fix for CVE-2009-4022 (#538744)
  - {C,D}NAMEs could be returned to clients without proper DNSSEC validation
  - don't validate + cache out-of-bailiwick data returned with a secure answer.
    Refetch it instead.
            - * Thu Nov 19 16:00:00 2009 Adam Tkac <atkac redhat com> 30:9.3.6-4.P1.1
- - don't cache unvalidated additional sections (#538744) 
            - * Wed Jul 29 17:00:00 2009 Adam Tkac <atkac redhat com> 30:9.3.6-4.P1
- - fix CVE-2009-0696 (#514292)