summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-222/+0
| | | | | 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-3/+3
| | | | OK millert
* unifdef printf and string functions:florian2020-01-091-97/+1
| | | | | | | | | | | | | | #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-2/+1
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-10/+59
| | | | | | | | | 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-2/+107
|
* remove some bogus *p tests from charles longeautedu2007-03-201-1/+1
| | | | ok deraadt millert
* resolve conflictsjakob2005-03-221-2/+2
|
* resolve conflictsjakob2004-09-281-20/+20
|
* provide strlcat() and strlcpy() for platform without them. althoughjakob2003-04-101-0/+54
| | | | | this is not needed in OpenBSD, we'll keep the code here to stay in sync. license change for strlcat/strlcpy ok millert@.
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+111