summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
AgeCommit message (Collapse)Author
2007-12-19regenJakob Schlyter
2007-12-19ref rndc-confgen(8); from Jean RabyJakob Schlyter
2007-12-13more str fixes; from chl@Jakob Schlyter
2007-12-13str fixes; from chl@Jakob Schlyter
2007-12-13str fixes; from chl@Jakob Schlyter
2007-12-09nslookup(8) moved to nslookup(1)Jakob Schlyter
2007-12-09regen from named.docbookJakob Schlyter
2007-12-09merge our command line changes to docbookJakob Schlyter
2007-12-09more strcpy fixesJakob Schlyter
2007-12-09resolve conflictsJakob Schlyter
2007-12-09regen using autoconf 2.61Jakob Schlyter
2007-12-09resolve conflictsJakob Schlyter
2007-12-09ISC BIND release 9.4.2Jakob Schlyter
2007-11-24fix race condition, as reported by naddy@.Marc Espie
On a sufficiently fast machine, the subdirs and the ${TARGETS} will be run simultaneously, and will fail. Since TARGETS can be empty, we need an extra dummy-target to make sure make does something sensible (this avoids bsd-specific constructs).
2007-11-14update IP address of L.ROOT-SERVERS.NET; fix PR#5629Jakob Schlyter
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-06-01avoid potentially bad snprintf construct; ok henning millert ottoPeter Valchev
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
oustside, seqencer, toghether, nessissary, etc.
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2007-02-28regenJakob Schlyter
2007-02-28remove bogus warning regarding OpenSSLJakob Schlyter
2007-02-22Pass sizeof(buf) to fgets instead of hard-coded number.Ray Lai
From Charles Longeau. OK moritz@ and jakob@.
2007-01-25resolve conflicts with 9.3.4; SECURITY UPDATEJakob Schlyter
2007-01-25ISC BIND release 9.3.4Jakob Schlyter
2007-01-10resolve conflicts and regen configure scriptJakob Schlyter
2007-01-10ISC BIND release 9.3.3Jakob Schlyter
2007-01-01rndc will now create output files of 'rndc dumpdb', 'rndcAlexandre 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-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
the code easier to read. OK deraadt
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
have multiple bits set, which leads to surprising results. Spotted by from Paul Stoeber, more to come. ok jaredy@
2006-09-05security update to BIND 9.3.2-P1. ok miod@ and deraadt@Jakob Schlyter
2006-07-18Tyop fix: simultaniousMichael Knudsen
2006-05-04- document -iJason McIntyre
- remove some whitespace whilst here fixes pr #5087 (james strandboge) ok jakob
2006-04-05resolve conflictsJakob Schlyter
2006-04-05regen using autoconf 2.59Jakob Schlyter
2006-04-05resolve conflictsJakob Schlyter
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
suggested by kjell@; ok otto@ pat@ millert@ jaredy@
2006-02-07typos from alexey dobriyan;Jason McIntyre
ok jakob, who is passing these fixes upstream...
2005-12-07new ISC nslookup clone "written because we feel like it" is incorrectTheo 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-13set type=XX sets the /type/ of the information query, not the /top/Tom Cosgrove
ok jakob@
2005-08-21The patch addresses a problem with high-load resolvers whichBrad 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-16remove testsJakob Schlyter
2005-05-16remove testsJakob Schlyter
2005-05-04setres[ug]id; ok jakob@Damien Miller
2005-04-28more vsnprintf checking. ok cloder@Moritz Jodeit
2005-04-19fix more cases of snprintf() returning -1. ok cloder@ niallo@Moritz Jodeit
2005-04-17remove amd64 special casing.Brad Smith
ok kettenis@
2005-04-16Be more careful with snprintf return value handling. Some of these areChad Loder
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@
2005-04-14since we chroot by default, always init fallback entropy sourceJakob Schlyter
2005-04-14Do this correctly, and silence a sign comparison warning.Chad Loder