summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
AgeCommit message (Expand)Author
2020-01-22florian points out that queue.h is unusedTed Unangst
2020-01-21remove mutex.h etc. since this code is now unthreaded.Ted Unangst
2020-01-21Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code.Theo Buehler
2020-01-21Set --enable-openssl-hash to use digests from libcrypto insteadTheo Buehler
2020-01-21libisc has a global variable called "isc_bind9" that indicates the program-fa...Theo de Raadt
2020-01-21Get rid of isccfg/log.c by pulling in the tiny bits needed intoFlorian Obser
2020-01-21remove -m from usage();Jason McIntyre
2020-01-21remove top-level files no longer relevantTheo de Raadt
2020-01-20We no longer support "memory usage" debugging.Florian Obser
2020-01-20With the custom memory allocator gone ondestroy is unused.Florian Obser
2020-01-20Rip out custom memory allocator.Florian Obser
2020-01-20As millert@ points out we can replace isc_string_touint64 withFlorian Obser
2020-01-20Remove various unused lib/isc bits.Florian Obser
2020-01-20Do not use a message catalog for error messages.Florian Obser
2020-01-20unifdef threading related definesFlorian Obser
2020-01-20Remove unused tm.cFlorian Obser
2020-01-20We are not using json, xml nor httpd.Florian Obser
2020-01-20Fix a address family desynchronisation between lwres_conf andFlorian Obser
2020-01-20Reduce tsig support to what is needed by dig et al by removing theFlorian Obser
2020-01-20Remove acl supportFlorian Obser
2020-01-18Cleanup in lib/dns, mostly support bits to run a nameserver which weFlorian Obser
2020-01-10Handle documentation of the remaining, more complicated defaultsIngo Schwarze
2020-01-09does not need a chroot wrapper; ok florianTheo de Raadt
2020-01-09Remove various unused bits and pieces from lib/isc.Florian Obser
2020-01-09Forgot to remove the file with the weird int type definitions in theFlorian Obser
2020-01-09Remove readline support from nslookup.Florian Obser
2020-01-09Use normal int types like int32_t instead of isc_int32_t.Florian Obser
2020-01-09We use __dead for functions that do not return.Florian Obser
2020-01-09Nuke atomics support. This gets rid of 4k lines of code including a bunchFlorian Obser
2020-01-09avoid use of sprintf, this is 2020Theo de Raadt
2020-01-09Replace entropy.c, random.c and an outdated arc4random copy withFlorian Obser
2020-01-09First round of OPENSSL unifdef:Florian Obser
2020-01-09unifdef WITH_IDN; prodding deraadt@Florian Obser
2020-01-09Assorted unifdefs:Florian Obser
2020-01-09unifdef gss-api:Florian Obser
2020-01-09unifdef pkcs11:Florian Obser
2020-01-09unifdef printf and string functions:Florian Obser
2020-01-09unifdef network defines:Florian Obser
2020-01-07Remove backtrace support. Minus 800 lines.Florian Obser
2020-01-07We are not windows. Minus 500 lines.Florian Obser
2020-01-07Remove thread support. Minus 4k lines.Florian Obser
2020-01-07We are never going to use GeoIP support. Minus 1.8k lines.Florian Obser
2020-01-06configure args fixes;Stuart Henderson
2020-01-06We don't need libbind9 if we remove a thick wrapper around getaddrinfoFlorian Obser
2020-01-06we are not using libiscccFlorian Obser
2020-01-06We only need the config parser from liblwres.Florian Obser
2020-01-06We are not using libirs.Florian Obser
2020-01-06document the defaults for several query options;Ingo Schwarze
2020-01-04Jason suggested that stating defaults with a postfix "(on/off by default)"Ingo Schwarze
2020-01-04Avoid the misleading term "toggle". There are no query optionsIngo Schwarze