aboutsummaryrefslogtreecommitdiff
path: root/share/doc/bind9
Commit message (Collapse)AuthorAgeFilesLines
* Remove BIND.Dag-Erling Smørgrav2013-09-301-32/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Update Bind to 9.9.3-P2Erwin Lansing2013-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Notable new features: * Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are now supported per RFC 6605. [RT #21918] * Introduces a new tool "dnssec-verify" that validates a signed zone, checking for the correctness of signatures and NSEC/NSEC3 chains. [RT #23673] * BIND now recognizes the TLSA resource record type, created to support IETF DANE (DNS-based Authentication of Named Entities) [RT #28989] * The new "inline-signing" option, in combination with the "auto-dnssec" option that was introduced in BIND 9.7, allows named to sign zones completely transparently. Approved by: delphij (mentor) MFC after: 3 days Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=254651
* The BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes.Doug Barton2012-04-121-3/+1
| | | | | | | | | | | | This change was noticed by ISC at: https://lists.isc.org/pipermail/bind-users/2012-April/087345.html and verified by me both by comparing the contents of the old and new distfiles and by verifying the PGP signature on the new distfile. Notes: svn path=/head/; revision=234165
* Add Bv9ARM.pdf to the list of docs to install.Doug Barton2012-04-041-1/+1
| | | | Notes: svn path=/head/; revision=233909
* Upgrade to BIND version 9.8.1. Release notes at:Doug Barton2011-09-031-1/+3
| | | | | | | | | | | https://deepthought.isc.org/article/AA-00446/81/ or /usr/src/contrib/bind9/ Approved by: re (kib) Notes: svn path=/head/; revision=225361
* bmake and other updates necessary for the BIND 9.8.x upgrade.Doug Barton2011-07-161-5/+8
| | | | | | | | | | | | This includes a structural change regarding atomic ops. Previously they were enabled on all platforms unless we had knowledge that they did not work. However both work performed by marius@ on sparc64 and the fact that the 9.8.x branch is fussier in this area has demonstrated that this is not a safe approach. So I've modified a patch provided by marius to enable them for i386, amd64, and ia64 only. Notes: svn path=/head/; revision=224093
* Add the KNOWN-DEFECTS file back in for the 9.6.1 release.Doug Barton2009-06-251-1/+1
| | | | Notes: svn path=/head/; revision=195001
* Update BIND to version 9.6.1rc1. This version has better performance andDoug Barton2009-05-311-3/+5
| | | | | | | | | | | | | | | | 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
* Update bmake glue for changes in 9.4.3Doug Barton2008-12-231-1/+1
| | | | Notes: svn path=/head/; revision=186464
* Update bmake glue for the BIND 9.4.1 import.Doug Barton2007-06-021-2/+6
| | | | | | | | This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance. Notes: svn path=/head/; revision=170221
* There is no longer a KNOWN_DEFECTS file, so don't try to install it.Doug Barton2005-03-171-1/+1
| | | | Notes: svn path=/head/; revision=143742
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Install the documentation for bind9, and remove the /usr/share/doc/bindDoug Barton2004-09-251-0/+22
directory from mtree while we're at it. Help, advice, and code from: ru, des Notes: svn path=/head/; revision=135778