summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/dns/rcode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-577/+0
| | | | | old location. dig(1) sources can be found in src/usr.bin/dig. ok deraadt@
* config.h and platform.h are unused nowflorian2020-01-221-2/+2
|
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-2/+2
| | | | | 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
* unifdef pkcs11:florian2020-01-091-19/+2
| | | | | | | | | | | | | | | | | #undef USE_PKCS11 #undef PKCS11_TOOLS #undef PKCS11CRYPTO #undef HAVE_PKCS11_GOST #undef HAVE_PKCS11_ECDSA #undef HAVE_PKCS11_ED25519 #undef HAVE_PKCS11_ED448 #define PK11_DH_DISABLE #define PK11_DSA_DISABLE #define PK11_FLAVOR #define PK11_MD5_DISABLE #undef PK11_SOFTHSMV2_FLAVOR prodding deraadt@
* unifdef printf and string functions:florian2020-01-091-3/+5
| | | | | | | | | | | | | | #undef ISC_PLATFORM_NEEDVSNPRINTF #undef ISC_PLATFORM_NEEDSPRINTF #undef ISC_PLATFORM_NEEDPRINTF #undef ISC_PLATFORM_NEEDFPRINTF #define ISC_PLATFORM_QUADFORMAT "ll" #undef ISC_PLATFORM_NEEDSTRSEP #undef ISC_PLATFORM_NEEDSTRLCPY #undef ISC_PLATFORM_NEEDSTRLCAT #undef ISC_PLATFORM_NEEDSTRTOUL #undef ISC_PLATFORM_NEEDMEMMOVE #undef ISC_PLATFORM_NEEDSTRCASESTR
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-7/+12
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-23/+124
| | | | | | | | | 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.
* port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1pelikan2015-02-071-0/+13
| | | | ok henning
* resolve conflictsjakob2007-12-091-2/+3
|
* resolve conflictsjakob2004-09-281-3/+2
|
* ISC BIND version 9.3.0. ok deraadt@jakob2004-09-281-0/+473