summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind
AgeCommit message (Expand)AuthorFilesLines
2020-02-11Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian335-90315/+0
2020-02-05Replace atoi with strtonum for stricter and safer integer parsing.florian1-9/+15
2020-02-04iterated_hash is unusedflorian7-107/+7
2020-02-04bit.h and events.h are unused.florian4-136/+2
2020-02-04lwres no longer deals with lists.florian2-126/+1
2020-02-04Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with thatflorian6-762/+5
2020-02-04dig is not generating DS records.florian3-150/+3
2020-02-04keydata.c is unused.florian3-135/+2
2020-02-04soa.c is unused.florian3-249/+2
2020-02-04We are not going to generate nsec or nsec3 RRsets.florian6-1104/+3
2020-02-04dig(1) only needs tsig support so we can delete all non-HMACflorian8-1663/+7
2020-02-04isc/stat.h is unusedflorian3-56/+2
2020-02-04just use netdb.h directlyflorian3-72/+9
2020-02-04Remove unused typedefs that got left behind in previousflorian12-152/+21
2020-02-04Get rid of getopt(3) compat code.florian5-295/+30
2020-02-04Remove a bunch of unused functions who access the filesystem and thenflorian8-416/+7
2020-02-04We are not going to generate sig0 records so we can rip out theflorian5-1931/+5
2020-02-04Use opendir(3) to not depend on lib/isc/unix/dir.c.florian2-113/+24
2020-02-04unusedflorian1-16/+0
2020-02-04We are not using aes.florian3-134/+2
2020-02-04Remove unused files.florian5-49/+0
2020-01-28Nuke autohell from orbit. It's the only way to be sure.florian40-40478/+0
2020-01-28Switch to Makefile based builds.florian36-235/+153
2020-01-28We only need to be able to parse tsig key files, rip out all the restflorian9-5614/+99
2020-01-26Support for queries on ports != 53jca4-7/+7
2020-01-26Remove unused code from socket.cflorian3-1229/+20
2020-01-26reduce isc/stdio to what is usedflorian2-146/+2
2020-01-26get rid of lib/isc/nothreadsflorian19-429/+10
2020-01-26Switch once to isc_boolean_t in preparation of nothreads removalflorian5-47/+34
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cflorian15-1419/+18
2020-01-26We are not going to write keys to disk.florian6-732/+11
2020-01-26Remove unused logging to file.florian2-355/+4
2020-01-25unifdef sigchase. It is deprecated and never enabled on openbsd.florian5-2381/+2
2020-01-25isc_file_isdirwritable is not used (and besides, it uses access() whichderaadt2-13/+2
2020-01-25The config parser lets us know when the key file can't be found.florian1-4/+1
2020-01-25isc/unix/syslog is unusedflorian5-134/+5
2020-01-25dns/master is unusedflorian5-3604/+5
2020-01-25we are not using rwlocksflorian6-201/+5
2020-01-25another chroot tendrilderaadt1-4/+1
2020-01-24Oops, one break too many removed; unbreak +tcp.florian1-0/+1
2020-01-24Since we are no longer using config.h we can remove a lot of featureflorian9-12318/+28
2020-01-23Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.florian1-68/+0
2020-01-23Remove socket types that we are not going to use, like AF_UNIX sockets.florian3-1321/+32
2020-01-23We can always create IPv4 and IPv6 sockets.florian3-496/+8
2020-01-23unusedflorian4-297/+4
2020-01-22config.h and platform.h are unused nowflorian116-683/+254
2020-01-22unifdef the last config.h bitsflorian11-225/+5
2020-01-22get rid if ISC_{UN,}LIKELY it's in the way and not useful.florian10-66/+32
2020-01-22Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T asflorian3-29/+14
2020-01-22eliminate many other possibilities in favor of just using select() here.tedu2-427/+0