| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | init a variable to address https://kb.isc.org/article/AA-01272 | 2016-08-18 | 1 | -0/+1 | |
| | | | | | | | | Most of bind got removed and this function is not called by any of the remaining parts. ok deraadt@ a long time ago. | ||||
| * | port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1 | 2015-02-07 | 10 | -0/+1371 | |
| | | | | | ok henning | ||||
| * | Return failure not success in openssldh_computesecret() when | 2014-10-13 | 1 | -1/+1 | |
| | | | | | | | DH_compute_key() fails and returns -1. ok guenther@ | ||||
| * | add other root servers from named.root that were missed in previous updates | 2013-01-08 | 1 | -0/+2 | |
| | | |||||
| * | new IPv4 address for D.ROOT-SERVERS.NET | 2013-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Add a fix for CVE-2012-1667, backported from ISC BIND. ok millert@ | 2012-06-06 | 2 | -5/+10 | |
| | | | | | | | | | | http://www.isc.org/software/bind/advisories/cve-2012-1667 Distinguish rdata removed by BIND due to duplication, from zero-length rdata received from a server. Otherwise a server supplying zero-length rdata sections can trigger crashes or possible memory disclosure to the client. Primarily affects recursive servers. | ||||
| * | Apply the patches from BIND upstream to mitigate cve-2011-4313 (crashes | 2011-11-17 | 1 | -2/+5 | |
| | | | | | | | with INSIST(! dns_rdataset_isassociated(sigrdataset))). ok jakob@ | ||||
| * | fix an |= that should have been != | 2011-09-21 | 1 | -1/+1 | |
| | | | | | | this could cause a log message to trigger when it shouldn't have reported to isc (RT #24053) and now included in current bind releases | ||||
| * | fix CVE-2009-0025: incorrect check of DSA DNSSEC signature verification | 2009-01-14 | 1 | -1/+1 | |
| | | | | | "please commit" miod@ | ||||
| * | #if 0 a function which we have we do not use, and where the call to it is in #if 0 as well | 2008-11-10 | 1 | -0/+2 | |
| | | |||||
| * | Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@ | 2008-08-04 | 6 | -23/+56 | |
| | | |||||
| * | retry port allocation on all errors, not just EADDRINUSE; ok jakob@ | 2008-07-10 | 1 | -1/+1 | |
| | | |||||
| * | let the kernel choose the random port. code from djm@. ok markus@. | 2008-07-09 | 1 | -0/+21 | |
| | | |||||
| * | reintroduce our own shuffle ID generator. ok djm@ millert@ | 2008-07-09 | 1 | -1/+4 | |
| | | |||||
| * | merge and resolve conflicts introduced by 9.4.2-P1 | 2008-07-09 | 4 | -497/+283 | |
| | | |||||
| * | replacement algorithm. initialize a 64K-short buffer using Durstenfeld | 2008-02-29 | 1 | -4/+4 | |
| | | | | | | | | | | | | | shuffle. Upon allocation, swap-permute the new value to a random slot in the 0..32K-1 th entry of the buffer as we move forward, ensuring randomness but also satisfying the non-repeating property we need. Inspired by Dillon's implementation for ip id. We believe this is easier to read though, initializes with less bias and wins speed tests. Thanks a lot to mcbride and djm for doing a bunch of statistical and speed analysis, and comments from nordin ok jakob djm mcbride | ||||
| * | add IPv6 root servers | 2008-02-07 | 1 | -4/+8 | |
| | | |||||
| * | more str fixes; from chl@ | 2007-12-13 | 1 | -3/+6 | |
| | | |||||
| * | str fixes; from chl@ | 2007-12-13 | 2 | -4/+4 | |
| | | |||||
| * | resolve conflicts | 2007-12-09 | 75 | -3619/+9354 | |
| | | |||||
| * | ISC BIND release 9.4.2 | 2007-12-09 | 192 | -2775/+11372 | |
| | | |||||
| * | update IP address of L.ROOT-SERVERS.NET; fix PR#5629 | 2007-11-14 | 1 | -1/+1 | |
| | | |||||
| * | avoid potentially bad snprintf construct; ok henning millert otto | 2007-06-01 | 1 | -2/+4 | |
| | | |||||
| * | More comment typos from Diego Casati. Including winners like funtion, allmost, | 2007-05-26 | 1 | -1/+1 | |
| | | | | | oustside, seqencer, toghether, nessissary, etc. | ||||
| * | remove some bogus *p tests from charles longeau | 2007-03-20 | 1 | -1/+1 | |
| | | | | | ok deraadt millert | ||||
| * | resolve conflicts with 9.3.4; SECURITY UPDATE | 2007-01-25 | 3 | -12/+71 | |
| | | |||||
| * | ISC BIND release 9.3.4 | 2007-01-25 | 1 | -1/+11 | |
| | | |||||
| * | resolve conflicts and regen configure script | 2007-01-10 | 26 | -983/+878 | |
| | | |||||
| * | ISC BIND release 9.3.3 | 2007-01-10 | 25 | -139/+723 | |
| | | |||||
| * | security update to BIND 9.3.2-P1. ok miod@ and deraadt@ | 2006-09-05 | 1 | -21/+28 | |
| | | |||||
| * | Tyop fix: simultanious | 2006-07-18 | 1 | -2/+2 | |
| | | |||||
| * | resolve conflicts | 2006-04-05 | 17 | -578/+795 | |
| | | |||||
| * | ISC BIND release 9.3.2 | 2006-04-05 | 8 | -25/+55 | |
| | | |||||
| * | The patch addresses a problem with high-load resolvers which | 2005-08-21 | 1 | -2/+4 | |
| | | | | | | | | | | hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." From glebius FreeBSD ok deraadt@ millert@ cloder@ krw@ | ||||
| * | fix more cases of snprintf() returning -1. ok cloder@ niallo@ | 2005-04-19 | 2 | -8/+9 | |
| | | |||||
| * | Be more careful with snprintf return value handling. Some of these are | 2005-04-16 | 4 | -12/+19 | |
| | | | | | | from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@ | ||||
| * | restore lost sprintf -> snprintf conversion | 2005-04-11 | 1 | -1/+3 | |
| | | | | | ok krw@ deraadt@ jakob@ | ||||
| * | resolve conflicts | 2005-03-22 | 35 | -5741/+331 | |
| | | |||||
| * | ISC BIND release 9.3.1. ok deraadt@ | 2005-03-22 | 23 | -20/+5532 | |
| | | |||||
| * | fix CERT VU#938617 (vulnerable to denial of service in validator code) | 2005-01-26 | 1 | -1/+3 | |
| | | |||||
| * | adjust rtt estimates, fixes IPv6 problem. | 2004-11-04 | 1 | -2/+9 | |
| | | |||||
| * | Add missing {} on if statement; ISC#1744 | 2004-10-14 | 1 | -1/+2 | |
| | | | | | ok jakob@ | ||||
| * | fix som s/sprintf/snprintf/ lost in transition | 2004-09-29 | 5 | -16/+16 | |
| | | |||||
| * | resolve conflicts | 2004-09-28 | 71 | -5731/+8405 | |
| | | |||||
| * | remove unused files | 2004-09-28 | 4 | -573/+0 | |
| | | |||||
| * | ISC BIND version 9.3.0. ok deraadt@ | 2004-09-28 | 189 | -2713/+9419 | |
| | | |||||
| * | update to BIND v9.2.3. ok todd@ | 2003-11-18 | 61 | -477/+1175 | |
| | | |||||
| * | remove win32 files | 2003-11-16 | 9 | -3361/+0 | |
| | | |||||
| * | snprintfify; noted by david krause | 2003-10-20 | 1 | -3/+3 | |
| | | |||||
| * | add support for SSHFP resource records | 2003-10-19 | 2 | -0/+270 | |
| | | |||||
