Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-02-28 | regen | Jakob Schlyter | |
2007-02-28 | remove bogus warning regarding OpenSSL | Jakob Schlyter | |
2007-02-22 | Pass sizeof(buf) to fgets instead of hard-coded number. | Ray Lai | |
From Charles Longeau. OK moritz@ and jakob@. | |||
2007-01-25 | resolve conflicts with 9.3.4; SECURITY UPDATE | Jakob Schlyter | |
2007-01-25 | ISC BIND release 9.3.4 | Jakob Schlyter | |
2007-01-10 | resolve conflicts and regen configure script | Jakob Schlyter | |
2007-01-10 | ISC BIND release 9.3.3 | Jakob Schlyter | |
2007-01-01 | rndc will now create output files of 'rndc dumpdb', 'rndc | Alexandre Anriot | |
stats' and 'rndc recursing' commands in /var/named/tmp (instead of /var/named), which is writable by the 'named' user. feedback and ok jakob@ deraadt@, also agreed by fkr@ and msf@ | |||
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder | |
the code easier to read. OK deraadt | |||
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek | |
have multiple bits set, which leads to surprising results. Spotted by from Paul Stoeber, more to come. ok jaredy@ | |||
2006-09-05 | security update to BIND 9.3.2-P1. ok miod@ and deraadt@ | Jakob Schlyter | |
2006-07-18 | Tyop fix: simultanious | Michael Knudsen | |
2006-05-04 | - document -i | Jason McIntyre | |
- remove some whitespace whilst here fixes pr #5087 (james strandboge) ok jakob | |||
2006-04-05 | resolve conflicts | Jakob Schlyter | |
2006-04-05 | regen using autoconf 2.59 | Jakob Schlyter | |
2006-04-05 | resolve conflicts | Jakob Schlyter | |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter | |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||
2006-02-07 | typos from alexey dobriyan; | Jason McIntyre | |
ok jakob, who is passing these fixes upstream... | |||
2005-12-07 | new ISC nslookup clone "written because we feel like it" is incorrect | Theo de Raadt | |
to spit out the ">" prompt to stderr; it has always been output to stdout historically, and that is the right thing to do. scripts depend on it, as spotted in pr 4937. my fix, because the scripts do not need fixing | |||
2005-11-13 | set type=XX sets the /type/ of the information query, not the /top/ | Tom Cosgrove | |
ok jakob@ | |||
2005-08-21 | The patch addresses a problem with high-load resolvers which | Brad Smith | |
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@ | |||
2005-05-16 | remove tests | Jakob Schlyter | |
2005-05-16 | remove tests | Jakob Schlyter | |
2005-05-04 | setres[ug]id; ok jakob@ | Damien Miller | |
2005-04-28 | more vsnprintf checking. ok cloder@ | Moritz Jodeit | |
2005-04-19 | fix more cases of snprintf() returning -1. ok cloder@ niallo@ | Moritz Jodeit | |
2005-04-17 | remove amd64 special casing. | Brad Smith | |
ok kettenis@ | |||
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder | |
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@ | |||
2005-04-14 | since we chroot by default, always init fallback entropy source | Jakob Schlyter | |
2005-04-14 | Do this correctly, and silence a sign comparison warning. | Chad Loder | |
2005-04-14 | Check snprintf for truncation and failure. From Han Boetes (thanks). | Chad Loder | |
2005-04-11 | restore lost sprintf -> snprintf conversion | David Krause | |
ok krw@ deraadt@ jakob@ | |||
2005-03-22 | resolve conflicts | Jakob Schlyter | |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter | |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter | |
2005-03-02 | Fix an obviously wrong memset. Found by djm@, lots and lots and lots and | Chad Loder | |
lots and lots of discussion over a week period about a simple one-line fix in a unit test program that we don't even compile by default, yet nobody commits it. | |||
2005-02-16 | zap compilation date from the binary; ok millert@ deraadt@ | David Krause | |
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-01-26 | fix CERT VU#938617 (vulnerable to denial of service in validator code) | Jakob Schlyter | |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-13 | Fix snprintf length field; from cloder@ | Todd C. Miller | |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2004-11-19 | unbreak -t; ok jakob, henning | Markus Friedl | |
2004-11-04 | adjust rtt estimates, fixes IPv6 problem. | Jakob Schlyter | |
2004-10-14 | Add missing {} on if statement; ISC#1744 | Ryan Thomas McBride | |
ok jakob@ | |||
2004-09-29 | s/sprintf/snprintf/ | Jakob Schlyter | |
2004-09-29 | fix return value | Jakob Schlyter | |
2004-09-29 | fix remaining sprintf | Jakob Schlyter | |