summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib/dns
AgeCommit message (Expand)Author
2020-02-11Finish moving of dig(1) to /usr/bin/dig by removing the sources in theFlorian Obser
2020-02-04iterated_hash is unusedFlorian Obser
2020-02-04bit.h and events.h are unused.Florian Obser
2020-02-04Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with thatFlorian Obser
2020-02-04dig is not generating DS records.Florian Obser
2020-02-04keydata.c is unused.Florian Obser
2020-02-04soa.c is unused.Florian Obser
2020-02-04We are not going to generate nsec or nsec3 RRsets.Florian Obser
2020-02-04dig(1) only needs tsig support so we can delete all non-HMACFlorian Obser
2020-02-04just use netdb.h directlyFlorian Obser
2020-02-04Remove unused typedefs that got left behind in previousFlorian Obser
2020-02-04Remove a bunch of unused functions who access the filesystem and thenFlorian Obser
2020-02-04We are not going to generate sig0 records so we can rip out theFlorian Obser
2020-02-04Use opendir(3) to not depend on lib/isc/unix/dir.c.Florian Obser
2020-02-04unusedFlorian Obser
2020-02-04Remove unused files.Florian Obser
2020-01-28Nuke autohell from orbit. It's the only way to be sure.Florian Obser
2020-01-28Switch to Makefile based builds.Florian Obser
2020-01-26get rid of lib/isc/nothreadsFlorian Obser
2020-01-26Switch once to isc_boolean_t in preparation of nothreads removalFlorian Obser
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian Obser
2020-01-26We are not going to write keys to disk.Florian Obser
2020-01-25dns/master is unusedFlorian Obser
2020-01-25we are not using rwlocksFlorian Obser
2020-01-24Since we are no longer using config.h we can remove a lot of featureFlorian Obser
2020-01-23unusedFlorian Obser
2020-01-22config.h and platform.h are unused nowFlorian Obser
2020-01-22unifdef the last config.h bitsFlorian Obser
2020-01-22get rid if ISC_{UN,}LIKELY it's in the way and not useful.Florian Obser
2020-01-22delete version detailing in all libraries; ok tedu florianTheo de Raadt
2020-01-22unifdef openssl, specifically with passing this to unifdef(1) andFlorian Obser
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-20Rip out custom memory allocator.Florian Obser
2020-01-20As millert@ points out we can replace isc_string_touint64 withFlorian Obser
2020-01-20Do not use a message catalog for error messages.Florian 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-09Use normal int types like int32_t instead of isc_int32_t.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-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-07We are not windows. Minus 500 lines.Florian Obser