Age | Commit message (Expand) | Author |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-10-25 | pledge bind(1), dig(1), and nslookup(1). This modifies the underlying | Theo de Raadt |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2015-09-28 | strcat -> strlcat. last time i checked, this was the last remaining | Theo de Raadt |
2015-09-11 | kill strcpy dead | Bob Beck |
2015-03-17 | Initialize nameservers ports along with nameservers addresses. | Jeremie Courreges-Anglas |
2015-02-07 | port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1 | Martin Pelikan |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2014-11-22 | oops, left an old line... | Theo de Raadt |
2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) | Theo de Raadt |
2014-10-13 | Return failure not success in openssldh_computesecret() when | Jonathan Gray |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter |
2014-09-15 | Garbage collecting some further bits that are not necessary | Brad Smith |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2014-08-25 | Start removing unused documentation and the server and related binaries source | Brad Smith |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter |
2004-09-28 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2014-08-22 | Strip the BIND code down to just building and installing dig, host and nslookup. | Brad Smith |
2014-07-16 | lynx will go to ports. there are too many reasons for it to go there, | Theo de Raadt |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback |
2013-09-02 | There is no need to call arc4random_addrandom() and feed it some | Theo de Raadt |
2013-01-08 | add other root servers from named.root that were missed in previous updates | Stuart Henderson |
2013-01-08 | new IPv4 address for D.ROOT-SERVERS.NET | Jakob Schlyter |
2012-06-06 | Add a fix for CVE-2012-1667, backported from ISC BIND. ok millert@ | Stuart Henderson |
2011-11-17 | Apply the patches from BIND upstream to mitigate cve-2011-4313 (crashes | Stuart Henderson |
2011-09-21 | fix an |= that should have been != | Jonathan Gray |
2011-07-05 | fix some memset sizeofs, found by jsg. ok deraadt krw | Ted Unangst |
2011-07-05 | correct memsets of key contexts which were shorter than they needed to be | Theo de Raadt |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-05-02 | Initialise the port in nslookup.c correctly. It was initialised | Stefan Sperling |
2010-04-24 | Fix breakage of dig's -p option introduced when support for | Stefan Sperling |
2010-02-20 | Add line breaks to the source to render an .RS display that got skipped; | Ingo Schwarze |
2009-08-16 | parse "nameserver [host]:port" syntax in /etc/resolv.conf | Stefan Sperling |
2009-07-29 | apply patch for https://www.isc.org/node/474 since jakob does not | Theo de Raadt |
2009-07-27 | seperation -> separation; from Amarendra Godbole | Jason McIntyre |
2009-01-14 | fix CVE-2009-0025: incorrect check of DSA DNSSEC signature verification | Damien Miller |
2008-11-10 | #if 0 a function which we have we do not use, and where the call to it is in ... | Theo de Raadt |
2008-08-04 | Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@ | Todd C. Miller |
2008-08-03 | Don't print a warning when the random device cannot be opened if | Todd C. Miller |
2008-08-01 | This log message is an excruiciating pain in the ass when it repeats 4000 tim... | Bob Beck |
2008-07-16 | Dynamically allocate fd_sets so we are not limited to FD_SETSIZE | Todd C. Miller |
2008-07-10 | retry port allocation on all errors, not just EADDRINUSE; ok jakob@ | Damien Miller |
2008-07-09 | let the kernel choose the random port. code from djm@. ok markus@. | Jakob Schlyter |
2008-07-09 | reintroduce our own shuffle ID generator. ok djm@ millert@ | Jakob Schlyter |
2008-07-09 | merge and resolve conflicts introduced by 9.4.2-P1 | Jakob Schlyter |
2008-07-09 | remove an unused variable that is a leftover from the old alg. | Reyk Floeter |
2008-06-09 | simplify math for arc4random_uniform() suggested by | Damien Miller |