summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update this file so that BIND on ARM can actually work. I quote:dougb2007-12-031-1/+23
| | | | | | | | | | The problem was, isc_atomic_cmpxchg() is almost like our atomic_cmpset_32(), except it expects the old value to be returned, whereas our atomic_cmpset_32 returns 1 on success, or 0 on failure. So I re-implemented something suitable. Submitted by: cognet Reviewed by: bsdimp
* Vendor import of BIND 9.4.2dougb2007-12-02104-500/+2176
|
* Vendor import of 9.4.1-P1, which has fixes for the following:dougb2007-07-252-51/+457
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. The default access control lists (acls) are not being correctly set. If not set anyone can make recursive queries and/or query the cache contents. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2925 2. The DNS query id generation is vulnerable to cryptographic analysis which provides a 1 in 8 chance of guessing the next query id for 50% of the query ids. This can be used to perform cache poisoning by an attacker. This bug only affects outgoing queries, generated by BIND 9 to answer questions as a resolver, or when it is looking up data for internal uses, such as when sending NOTIFYs to slave name servers. All users are encouraged to upgrade. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926 Approved by: re (kensmith, implicit)
* Add a custom atomic.h file which implements the C versions of thedougb2007-06-051-0/+59
| | | | | | code we already have assembly versions of. Written by: imp
* Vendor import of BIND 9.4.1dougb2007-06-02801-18339/+39127
|
* Vendor import of BIND 9.3.4dougb2007-01-294-13/+82
|
* Remove from the vendor branch files that are no longer in thedougb2006-12-102-314/+0
| | | | 9.3.3 sources.
* Vendor import of BIND 9.3.3dougb2006-12-10156-1562/+4753
|
* Update to version 9.3.2-P2, which addresses the vulnerabilitydougb2006-11-042-6/+57
| | | | | | | | | | | | | | | | | | | | | | announced by ISC dated 31 October (delivered via e-mail to the bind-announce@isc.org list on 2 November): Description: Because of OpenSSL's recently announced vulnerabilities (CAN-2006-4339, CVE-2006-2937 and CVE-2006-2940) which affect named, we are announcing this workaround and releasing patches. A proof of concept attack on OpenSSL has been demonstrated for CAN-2006-4339. OpenSSL is required to use DNSSEC with BIND. Fix for version 9.3.2-P1 and lower: Upgrade to BIND 9.3.2-P2, then generate new RSASHA1 and RSAMD5 keys for all old keys using the old default exponent and perform a key rollover to these new keys. These versions also change the default RSA exponent to be 65537 which is not vulnerable to the attacks described in CAN-2006-4339.
* Vendor import of BIND 9.3.2-P1, which addresses the following securitydougb2006-09-061-22/+29
| | | | | | | | | | | | | vulnerabilities: http://www.niscc.gov.uk/niscc/docs/re-20060905-00590.pdf?lang=en 2066. [security] Handle SIG queries gracefully. [RT #16300] http://www.kb.cert.org/vuls/id/697164 1941. [bug] ncache_adderesult() should set eresult even if no rdataset is passed to it. [RT #15642] All users of BIND 9 are encouraged to upgrade to this version.
* After some discussion with the folks at ISC, it turns out that the _ai_paddougb2006-01-041-3/+3
| | | | | | | | | | | | part of the structure was a hack to maintain binary compatibility with Sun binaries, and my understanding is that it's not needed generally on sparc systems running other operating systems. Therefore, hide this code behind the same set of tests as in lib/bind/include/netdb.h. This file is being imported on the vendor branch because a similar change (or change with similar effect) will be in the next version of BIND 9. This change will not affect other platforms in any way.
* Vendor import of BIND 9.3.2dougb2005-12-29157-8758/+7791
|
* Update the vendor branch with a patch to this file that wasdougb2005-08-181-2/+4
| | | | | | | | | | | | | | | | researched by glebius, and incorporated by ISC into the next version of BIND. Unfortunately, it looks like their release will come after the release of FreeBSD 6, so we will bring this in now. The patch addresses a problem with high-load resolvers which hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." Of course, the canonical answer to this problem is to put more memory into the system, however that is not always possible, and the code should be able to handle this situation gracefully in any case.
* Remove files from the vendor branch that were [re]moved in 9.3.1dougb2005-03-1725-16498/+0
|
* Vendor import of BIND 9.3.1dougb2005-03-1775-640/+6542
|
* Vendor import of BIND 9.3.0rc4.trhodes2004-09-193-0/+602
| | | | | These three files were missed in the original import because their names contained the magic letters w, i and n in that sequence.
* Vender import of BIND 9.3.0rc4.trhodes2004-09-19783-0/+277149
OpenPOWER on IntegriCloud