summaryrefslogtreecommitdiff
path: root/contrib/bind9/lib/dns/rdataslab.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove BIND.Dag-Erling Smørgrav2013-09-301-1109/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Upgrade to 9.8.3-P3:Doug Barton2012-09-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents a crash when queried for a record whose RDATA exceeds 65535 bytes. Prevents a crash when validating caused by using "Bad cache" data before it has been initialized. ISC_QUEUE handling for recursive clients was updated to address a race condition that could cause a memory leak. This rarely occurred with UDP clients, but could be a significant problem for a server handling a steady rate of TCP queries. A condition has been corrected where improper handling of zero-length RDATA could cause undesirable behavior, including termination of the named process. For more information: https://kb.isc.org/article/AA-00788 Notes: svn path=/head/; revision=240729
* | Upgrade to 9.8.3-P1, the latest from ISC. This version containsDoug Barton2012-06-041-3/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a critical bugfix: Processing of DNS resource records where the rdata field is zero length may cause various issues for the servers handling them. Processing of these records may lead to unexpected outcomes. Recursive servers may crash or disclose some portion of memory to the client. Secondary servers may crash on restart after transferring a zone containing these records. Master servers may corrupt zone data if the zone option "auto-dnssec" is set to "maintain". Other unexpected problems that are not listed here may also be encountered. All BIND users are strongly encouraged to upgrade. Notes: svn path=/head/; revision=236586
* | Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.Doug Barton2012-04-051-2/+3
|\| | | | | | | Notes: svn path=/head/; revision=233914
* | Upgrade to BIND version 9.8.1. Release notes at:Doug Barton2011-09-031-1/+1
|\| | | | | | | | | | | | | | | | | | | | | https://deepthought.isc.org/article/AA-00446/81/ or /usr/src/contrib/bind9/ Approved by: re (kib) Notes: svn path=/head/; revision=225361
* | Upgrade to version 9.8.0-P4Doug Barton2011-07-161-10/+18
|\| | | | | | | | | | | | | | | This version has many new features, see /usr/share/doc/bind9/README for details. Notes: svn path=/head/; revision=224092
* | Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.Doug Barton2011-02-061-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All 9.6 users with DNSSEC validation enabled should upgrade to this version, or the latest version in the 9.7 branch, prior to 2011-03-31 in order to avoid validation failures for names in .COM as described here: https://www.isc.org/announcement/bind-9-dnssec-validation-fails-new-ds-record In addition the fixes for this and other bugs, there are also the following: * Various fixes to kerberos support, including GSS-TSIG * Various fixes to avoid leaking memory, and to problems that could prevent a clean shutdown of named Notes: svn path=/head/; revision=218384
* | Update to 9.6-ESV-R2, the latest from ISC.Doug Barton2010-10-311-1/+1
|\| | | | | | | | | | | | | | | | | This version contains bug fixes that are relevant to any caching/resolving name server; as well as DNSSEC-related fixes. Notes: svn path=/head/; revision=214586
* | Update to 9.6.2-P1, the latest patchfix release which deals withDoug Barton2010-03-181-2/+4
|\| | | | | | | | | | | | | | | | | | | | | the problems related to the handling of broken DNSSEC trust chains. This fix is only relevant for those who have DNSSEC validation enabled and configure trust anchors from third parties, either manually, or through a system like DLV. Notes: svn path=/head/; revision=205292
* | Update BIND to version 9.6.1rc1. This version has better performance andDoug Barton2009-05-311-32/+79
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lots of new features compared to 9.4.x, including: Full NSEC3 support Automatic zone re-signing New update-policy methods tcp-self and 6to4-self DHCID support. More detailed statistics counters including those supported in BIND 8. Faster ACL processing. Efficient LRU cache-cleaning mechanism. NSID support. Notes: svn path=/head/; revision=193149
| * Flatten bind9 vendor work areaPeter Wemm2008-07-121-1045/+0
|/ | | | Notes: svn path=/vendor/bind9/dist/; revision=180456
* Vendor import of BIND 9.4.2Doug Barton2007-12-021-10/+142
| | | | Notes: svn path=/vendor/bind9/dist/; revision=174187
* Vendor import of BIND 9.4.1Doug Barton2007-06-021-40/+238
| | | | Notes: svn path=/vendor/bind9/dist/; revision=170222
* Vender import of BIND 9.3.0rc4.Tom Rhodes2004-09-191-0/+715
Notes: svn path=/vendor/bind9/dist/; revision=135446