summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/safe.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-72/+0
| | | | | old location. dig(1) sources can be found in src/usr.bin/dig. ok deraadt@
* Remove unused typedefs that got left behind in previousflorian2020-02-041-6/+2
| | | | | | | | shreddings from types.h and get rid of offset.h while here by just using off_t in the one place where it's needed. However offset.h brought in limits.h and sys/types.h so sprinkle some includes over the tree to have various _MAX and intX_t defined.
* config.h and platform.h are unused nowflorian2020-01-221-1/+1
|
* get rid if ISC_{UN,}LIKELY it's in the way and not useful.florian2020-01-221-1/+1
| | | | OK millert
* unifdef a few features we have. ok floriantedu2020-01-221-4/+0
|
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-1/+1
| | | | | strtoull(3) and then get rid of lib/isc/string.c OK millert
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-2/+2
| | | | OK millert
* We are not windows. Minus 500 lines.florian2020-01-071-7/+1
| | | | OK millert
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-1/+20
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-0/+67
We only use this tree to build dig and nslookup. Our previous version predated edns0 support in those tools, and we want that. This is the worst code I've looked at in years, with layers and layers of spaghetti abstraction clearly unfit for reuse, but then reused anyways, and the old ones remain behind. So this is a 8MB diff. florian, sthen, and otto tried this merge before but failed.