summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unifdef printf and string functions:florian2020-01-091-700/+0
| | | | | | | | | | | | | | #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
* We are not windows. Minus 500 lines.florian2020-01-071-10/+0
| | | | OK millert
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-4/+3
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-135/+286
| | | | | | | | | 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.
* resolve conflictsjakob2007-12-091-1/+1
|
* resolve conflicts and regen configure scriptjakob2007-01-101-4/+7
|
* resolve conflictsjakob2004-09-281-10/+20
|
* update to BIND v9.2.3. ok todd@jakob2003-11-181-3/+2
|
* string cleaning; "Put it in. If it breaks, tough" Theo.todd2003-06-271-18/+19
| | | | work by me, useful feedback from krw, jakob, tedu, and tholo
* Fix a bug we found during an audit of BIND9. This bug does not affectcloder2003-02-261-1/+1
| | | | | | | | OpenBSD but it could affect platforms which define ISC_PLATFORM_NEEDVSNPRINTF. isc_print_snprintf contains a bug where it could read off the end of an argument string for a format specifier like "%.10s", where the .10 indicates precision. Reported to ISC and confirmed as ISC bug #5191. OK jakob@
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+547