summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/bin
AgeCommit message (Expand)Author
2016-06-05reduce confusion about -p option. parse it, but only permit port 53, andTed Unangst
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-10-25pledge bind(1), dig(1), and nslookup(1). This modifies the underlyingTheo de Raadt
2015-09-28strcat -> strlcat. last time i checked, this was the last remainingTheo de Raadt
2015-09-11kill strcpy deadBob Beck
2014-08-25Start removing unused documentation and the server and related binaries sourceBrad Smith
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2004-09-28ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2014-08-22Strip the BIND code down to just building and installing dig, host and nslookup.Brad Smith
2011-11-17Apply the patches from BIND upstream to mitigate cve-2011-4313 (crashesStuart Henderson
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-05-02Initialise the port in nslookup.c correctly. It was initialisedStefan Sperling
2010-04-24Fix breakage of dig's -p option introduced when support forStefan Sperling
2010-02-20Add line breaks to the source to render an .RS display that got skipped;Ingo Schwarze
2009-08-16parse "nameserver [host]:port" syntax in /etc/resolv.confStefan Sperling
2009-07-29apply patch for https://www.isc.org/node/474 since jakob does notTheo de Raadt
2008-08-04Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@Todd C. Miller
2008-08-03Don't print a warning when the random device cannot be opened ifTodd C. Miller
2008-07-09merge and resolve conflicts introduced by 9.4.2-P1Jakob Schlyter
2008-02-24taht -> thatMarc Balmer
2008-02-24fix a type, taht -> that.Marc Balmer
2007-12-19regenJakob Schlyter
2007-12-19ref rndc-confgen(8); from Jean RabyJakob 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-09resolve conflictsJakob Schlyter
2007-12-09ISC BIND release 9.4.2Jakob Schlyter
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-02-22Pass sizeof(buf) to fgets instead of hard-coded number.Ray Lai
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
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-05security update to BIND 9.3.2-P1. ok miod@ and deraadt@Jakob Schlyter
2006-05-04- document -iJason McIntyre
2006-04-05resolve conflictsJakob Schlyter
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2006-02-07typos from alexey dobriyan;Jason McIntyre
2005-12-07new ISC nslookup clone "written because we feel like it" is incorrectTheo de Raadt
2005-11-13set type=XX sets the /type/ of the information query, not the /top/Tom Cosgrove
2005-05-16remove testsJakob Schlyter
2005-04-16Be more careful with snprintf return value handling. Some of these areChad Loder
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
2005-04-14Check snprintf for truncation and failure. From Han Boetes (thanks).Chad Loder
2005-03-22resolve conflictsJakob Schlyter