aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
Commit message (Collapse)AuthorAgeFilesLines
* Remove BIND.Dag-Erling Smørgrav2013-09-3017-6846/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Update Bind to 9.9.3-P2Erwin Lansing2013-08-225-88/+74
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Update Bind to 9.8.5-P2Erwin Lansing2013-08-065-1/+343
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Features Adds a new configuration option, "check-spf"; valid values are "warn" (default) and "ignore". When set to "warn", checks SPF and TXT records in spf format, warning if either resource record type occurs without a corresponding record of the other resource record type. [RT #33355] Adds support for Uniform Resource Identifier (URI) resource records. [RT #23386] Adds support for the EUI48 and EUI64 RR types. [RT #33082] Adds support for the RFC 6742 ILNP record types (NID, LP, L32, and L64). [RT #31836] Feature Changes Changes timing of when slave zones send NOTIFY messages after loading a new copy of the zone. They now send the NOTIFY before writing the zone data to disk. This will result in quicker propagation of updates in multi-level server structures. [RT #27242] "named -V" can now report a source ID string. (This is will be of most interest to developers and troubleshooters). The source ID for ISC's production versions of BIND is defined in the "srcid" file in the build tree and is normally set to the most recent git hash. [RT #31494] Response Policy Zone performance enhancements. New "response-policy" option "min-ns-dots". "nsip" and "nsdname" now enabled by default with RPZ. [RT #32251] Approved by: delphij (mentor) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=253983
* | Update to 9.8.4-P2Erwin Lansing2013-03-275-7/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] Security: CVE-2013-2266 Approved by: delphij (mentor) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=248788
* | Re-disable GSSAPI, which does not build on several archs.Erwin Lansing2012-12-071-4/+4
| | | | | | | | | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=243987
* | Update to 9.8.4-P1.Erwin Lansing2012-12-074-9/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security Fixes Prevents named from aborting with a require assertion failure on servers with DNS64 enabled. These crashes might occur as a result of specific queries that are received. New Features * Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are now supported per RFC 6605. [RT #21918] Feature Changes * Improves OpenSSL error logging [RT #29932] * nslookup now returns a nonzero exit code when it is unable to get an answer. [RT #29492] Other critical bug fixes are included. Approved by: delphij (mentor) MFC after: 3 days Security: CVE-2012-5688 Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=243981
* | Upgrade to BIND version 9.8.3, the latest from ISC.Doug Barton2012-05-283-0/+56
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature Change * BIND now recognizes the TLSA resource record type, created to support IETF DANE (DNS-based Authentication of Named Entities) Bug Fix * The locking strategy around the handling of iterative queries has been tuned to reduce unnecessary contention in a multi- threaded environment. Other critical bug fixes are included. All BIND users are encouraged to upgrade. Notes: svn path=/head/; revision=236196
* | Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.Doug Barton2012-04-057-68/+71
|\| | | | | | | Notes: svn path=/head/; revision=233914
* | Upgrade to BIND version 9.8.1. Release notes at:Doug Barton2011-09-031-0/+12
|\| | | | | | | | | | | | | | | | | | | | | https://deepthought.isc.org/article/AA-00446/81/ or /usr/src/contrib/bind9/ Approved by: re (kib) Notes: svn path=/head/; revision=225361
* | Fixes to make the WITH_BIND_LIBS option functional with BIND 9.8.xDoug Barton2011-07-171-2/+8
| | | | | | | | Notes: svn path=/head/; revision=224129
* | bmake and other updates necessary for the BIND 9.8.x upgrade.Doug Barton2011-07-1612-84/+455
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Handle the MK_BIND_XML option more intelligentlyDoug Barton2011-07-161-5/+12
| | | | | | | | Notes: svn path=/head/; revision=224076
* | Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.Doug Barton2011-02-066-6/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Revert part of r217071 so that us mere mortals can clearly seeDoug Barton2011-01-091-1/+5
| | | | | | | | | | | | | | | | | | what this bit of code is intended to do. :) Approved by: imp Notes: svn path=/head/; revision=217213
* | Make this work on big endian MIPS, while not breaking it for smallWarner Losh2011-01-061-7/+3
| | | | | | | | | | | | | | | | endian mips. This will also make it work automatically on all future big endian platforms. Notes: svn path=/head/; revision=217071
* | Prep for the 9.6-ESV-R2 updateDoug Barton2010-10-312-5/+22
| | | | | | | | Notes: svn path=/head/; revision=214585
* | Since powerpc and powerpc64 share an instruction set, bind can and shouldNathan Whitehorn2010-07-101-2/+2
| | | | | | | | | | | | | | | | use the 32-bit atomic operations unmodified. Accomplish this by switching some MACHINE_ARCH values to MACHINE_CPUARCH. Notes: svn path=/head/; revision=209886
* | Update to 9.6.2-P1, the latest patchfix release which deals withDoug Barton2010-03-181-0/+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
* | Upgrade to version 9.6.2. This version includes all previously releasedDoug Barton2010-03-031-4/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | security patches to the 9.6.1 version, as well as many other bug fixes. This version also incorporates a different fix for the problem we had patched in contrib/bind9/bin/dig/dighost.c, so that file is now back to being the same as the vendor version. Due to the fact that the DNSSEC algorithm that will be used to sign the root zone is only included in this version and in 9.7.x those who wish to do validation MUST upgrade to one of these prior to July 2010. Notes: svn path=/head/; revision=204619
* | Commit copyright-only changes to generated files as part of theDoug Barton2010-01-254-4/+4
| | | | | | | | | | | | | | 9.6.1-P3 update Notes: svn path=/head/; revision=202960
* | Update to BIND 9.6.1-P2. The vulnerability this is designed to fix isDoug Barton2009-11-301-0/+4
|\| | | | | | | | | | | | | | | | | related to DNSSEC validation on a resolving name server that allows access to untrusted users. If your system does not fall into all 3 of these categories you do not need to update immediately. Notes: svn path=/head/; revision=199958
* | Add support for the build options that are currently in the port:Doug Barton2009-06-011-0/+13
| | | | | | | | | | | | | | | | | | | | WITH_BIND_IDN WITH_BIND_LARGE_FILE WITH_BIND_SIGCHASE WITH_BIND_XML Notes: svn path=/head/; revision=193280
* | Update BIND to version 9.6.1rc1. This version has better performance andDoug Barton2009-05-3116-1090/+555
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * In preparation for the BIND 9.6.1rc1 import, remove this directory.Doug Barton2009-05-30209-59367/+0
| | | | | | | | | | | | | | | | The libbind library is no longer distributed as part of the main BIND package, and we never built it in any case. Notes: svn path=/vendor/bind9/dist/; revision=193136
| * Vendor import of BIND 9.4.3Doug Barton2008-12-232-0/+70
| | | | | | | | Notes: svn path=/vendor/bind9/dist/; revision=186451
| * Vendor import of BIND 9.4.3vendor/bind9/9.4.3Doug Barton2008-12-2339-153/+653
| | | | | | | | | | Notes: svn path=/vendor/bind9/dist/; revision=186448 svn path=/vendor/bind9/9.4.3/; revision=186449; tag=vendor/bind9/9.4.3
| * Vendor import of BIND 9.4.2-P2vendor/bind9/9.4.2-P2Doug Barton2008-09-011-3/+3
| | | | | | | | | | Notes: svn path=/vendor/bind9/dist/; revision=182637 svn path=/vendor/bind9/9.4.2-P2/; revision=182638; tag=vendor/bind9/9.4.2-P2
| * These files are unused, and due to a more thorough FREEBSD-XlistDoug Barton2008-07-123-33888/+0
| | | | | | | | | | | | | | are no longer updated. Notes: svn path=/vendor/bind9/dist/; revision=180466
| * Flatten bind9 vendor work areaPeter Wemm2008-07-12209-0/+92685
| | | | Notes: svn path=/vendor/bind9/dist/; revision=180456
* Updates for version 9.4.3Doug Barton2008-12-236-24/+169
| | | | Notes: svn path=/head/; revision=186463
* Update copyrights and comments as of 9.4.3 (no functional changes)Doug Barton2008-12-234-8/+8
| | | | Notes: svn path=/head/; revision=186450
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-081-1/+1
| | | | | | | | | | | | | | This change was erronously ommitted from the r185690, and attempt to simply add the prototype to string.h has revealed that several contributed programs defined local prototypes for strndup(), controlled by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to #define HAVE_STRNDUP 1. Next import of the corresponding program would regenerate config.h, overriding the changes in this commit. No objections from: kan Notes: svn path=/head/; revision=185777
* Update for version 9.4.2-P2Doug Barton2008-09-011-3/+7
| | | | Notes: svn path=/head/; revision=182646
* One more glue update for BIND 9.4.2Doug Barton2007-12-021-0/+1
| | | | Notes: svn path=/head/; revision=174198
* Update glue for BIND 9.4.2Doug Barton2007-12-027-9/+34
| | | | Notes: svn path=/head/; revision=174189
* Remove the special atomic.h case for arm, and allow it to useDoug Barton2007-06-051-2/+0
| | | | | | | the platform specific file that imp provided. Notes: svn path=/head/; revision=170352
* Fix the amd64 and pc98 versions of ISC_ATOMIC_ARCH with some helpDoug Barton2007-06-031-5/+3
| | | | | | | | | from ru@. Take a guess at what might work on arm to try and fix the build. Notes: svn path=/head/; revision=170241
* Update generated files for BIND 9.4.1Doug Barton2007-06-029-220/+512
| | | | Notes: svn path=/head/; revision=170224
* Update bmake glue for the BIND 9.4.1 import.Doug Barton2007-06-028-18/+64
| | | | | | | | 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
* Update generated files for BIND 9.3.4Doug Barton2007-01-296-282/+45
| | | | Notes: svn path=/head/; revision=166335
* Changes to generated files related to the 9.3.3 import.Doug Barton2006-12-109-93/+360
| | | | Notes: svn path=/head/; revision=165077
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-178-16/+32
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Updated versions of header files generated per the instructionsDoug Barton2005-12-296-14/+61
| | | | | | | in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import Notes: svn path=/head/; revision=153821
* Finish the removal of threads support in ../config.mk,v 1.15.Ruslan Ermilov2005-11-077-20/+2
| | | | Notes: svn path=/head/; revision=152157
* Disable thread support in BIND. It appears to reduce performance ratherDag-Erling Smørgrav2005-07-255-29/+28
| | | | | | | | | | | than increase it, and seems to be the cause of the memory leaks which some users have reported. Requested by: dougb MFC after: 5 days Notes: svn path=/head/; revision=148389
* Regenerate for 9.3.1Doug Barton2005-03-175-6/+12
| | | | Notes: svn path=/head/; revision=143737
* bmake changes to handle the move of dns/sec and related filesDoug Barton2005-03-172-17/+17
| | | | Notes: svn path=/head/; revision=143736
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-2/+2
| | | | Notes: svn path=/head/; revision=139113
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-4/+4
| | | | | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR Notes: svn path=/head/; revision=139104