summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib
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-04lwres no longer deals with lists.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-04isc/stat.h is unusedFlorian Obser
2020-02-04just use netdb.h directlyFlorian Obser
2020-02-04Remove unused typedefs that got left behind in previousFlorian Obser
2020-02-04Get rid of getopt(3) compat code.Florian 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-04We are not using aes.Florian 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-28We only need to be able to parse tsig key files, rip out all the restFlorian Obser
2020-01-26Support for queries on ports != 53Jeremie Courreges-Anglas
2020-01-26Remove unused code from socket.cFlorian Obser
2020-01-26reduce isc/stdio to what is usedFlorian Obser
2020-01-26get rid of lib/isc/nothreadsFlorian Obser
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian 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-26Remove unused logging to file.Florian Obser
2020-01-25isc_file_isdirwritable is not used (and besides, it uses access() whichTheo de Raadt
2020-01-25isc/unix/syslog is unusedFlorian Obser
2020-01-25dns/master is unusedFlorian Obser
2020-01-25we are not using rwlocksFlorian Obser
2020-01-25another chroot tendrilTheo de Raadt
2020-01-24Oops, one break too many removed; unbreak +tcp.Florian Obser
2020-01-24Since we are no longer using config.h we can remove a lot of featureFlorian Obser
2020-01-23Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.Florian Obser
2020-01-23Remove socket types that we are not going to use, like AF_UNIX sockets.Florian Obser
2020-01-23We can always create IPv4 and IPv6 sockets.Florian 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-22Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T asFlorian Obser
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2020-01-22eliminate many other possibilities in favor of just using select() here.Ted Unangst