summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/commandline.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of getopt(3) compat code.florian2020-02-041-213/+0
|
* 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
* Do not use a message catalog for error messages.florian2020-01-201-11/+3
| | | | | It's not installed anyway. OK millert
* Assorted unifdefs:florian2020-01-091-7/+7
| | | | | | | | | | | | | | | | | | | | #define ISC_PLATFORM_NEEDSYSSELECTH 1 #define ISC_PLATFORM_HAVESTATNSEC 1 #define ISC_PLATFORM_RLIMITTYPE rlim_t #define ISC_PLATFORM_HAVELONGLONG 1 #undef ISC_PLATFORM_BRACEPTHREADONCEINIT #undef ISC_PLATFORM_USEDECLSPEC #define ISC_PLATFORM_HAVESYSUNH 1 #define ISC_PLATFORM_HAVESTRINGSH 1 #define ISC_PLATFORM_WANTAES 1 #define ISC_PLATFORM_USESIT 1 #define LIBISC_EXTERNAL_DATA #define LIBDNS_EXTERNAL_DATA #define LIBISCCFG_EXTERNAL_DATA #define LIBBIND9_EXTERNAL_DATA #define LIBTESTS_EXTERNAL_DATA prodding deraadt@
* unifdef printf and string functions:florian2020-01-091-2/+2
| | | | | | | | | | | | | | #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-3/+2
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-10/+10
| | | | | | | | | 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-12/+12
|
* resolve conflicts and regen configure scriptjakob2007-01-101-1/+5
|
* resolve conflictsjakob2004-09-281-9/+9
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-5/+1
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+222