bind9/bin/named
Michał Kępień 3f341b996d Always include <errno.h> instead of <sys/errno.h>
Including <sys/errno.h> instead of <errno.h> raises a compiler warning
when building against musl libc.  Always include <errno.h> instead of
<sys/errno.h> to prevent that compilation warning from being triggered
and to achieve consistency in this regard across the entire source tree.

(cherry picked from commit b5cd146033)
2019-07-30 21:25:46 +02:00
..
include implement searching of geoip2 database 2019-06-27 16:32:29 -07:00
unix conditionally include <dlfcn.h> 2019-04-24 09:31:04 +10:00
win32 add support for building GeoIP2 on windows 2019-07-04 12:05:32 -07:00
.gitignore [master] add libns and remove liblwres 2017-09-08 13:47:34 -07:00
bind9.xsl add odd/even shading to the remaining tables 2019-06-27 13:23:56 +10:00
bind9.xsl.h add odd/even shading to the remaining tables 2019-06-27 13:23:56 +10:00
builtin.c Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
config.c add support for building GeoIP2 on windows 2019-07-04 12:05:32 -07:00
control.c cleanup: alphabetize rndc command dispatch 2019-01-11 15:34:02 +00:00
controlconf.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
convertxsl.pl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
fuzz.c Always include <errno.h> instead of <sys/errno.h> 2019-07-30 21:25:46 +02:00
geoip.c add support for building GeoIP2 on windows 2019-07-04 12:05:32 -07:00
log.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
logconf.c Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
main.c construct the rndc.conf path from rndc.key 2019-02-06 13:18:00 +11:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
named.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
named.conf.5 prep 9.14.2 2019-05-10 04:51:22 +00:00
named.conf.docbook Add new default siphash24 cookie algorithm 2019-07-21 17:30:53 -04:00
named.conf.html prep 9.14.2 2019-05-10 04:51:22 +00:00
named.docbook update copyrights 2019-01-02 10:20:43 +11:00
named.html prep 9.13.6 2019-02-06 22:13:05 +00:00
server.c Add new default siphash24 cookie algorithm 2019-07-21 17:30:53 -04:00
statschannel.c statschannel.c: declare dnssecsignstat_dump only if it's used (LIBXML2 or LIBJSON is available) 2019-07-09 19:38:35 +02:00
tkeyconf.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
tsigconf.c Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
zoneconf.c Also collect DNSSEC refresh signature statistics 2019-06-27 12:37:27 +02:00