Mark Andrews
f924c89f97
add CHANGES and release notes documentation
2018-09-10 09:55:24 +10:00
Mark Andrews
77a0fadfce
fixup
2018-09-10 09:55:24 +10:00
Mark Andrews
4aa6a118de
update util/copyrights
2018-09-10 09:55:24 +10:00
Mark Andrews
d1f8e116db
add more missing name in update rule checks
2018-09-10 09:55:24 +10:00
Mark Andrews
54c4db569b
add krb5-* tests to nsupdate system test.
2018-09-10 09:32:32 +10:00
Mark Andrews
fbeefd4990
add krb5-selfsub and ms-selfsub
2018-09-10 09:32:31 +10:00
Mark Andrews
5fb75a3d75
check that name field is not a valid type
2018-09-10 09:32:31 +10:00
Mark Andrews
156d86e673
fix dns_ssumatchtype_subdomainms dns_ssumatchtype_subdomainkrb5 as they don't require the name field to be '.'
2018-09-10 09:32:31 +10:00
Mark Andrews
d6f14f06de
Merge branch '532-master-doesn-t-build-on-macos-due-to-class-of-align-macros' into 'master'
...
Resolve "master doesn't build on MacOS due to class of ALIGN macros"
Closes #532
See merge request isc-projects/bind9!774
2018-09-09 19:27:45 -04:00
Mark Andrews
81b133d963
avoid macro name collision with system defined macro
2018-09-10 09:18:17 +10:00
Evan Hunt
e860375d4f
Merge branch 'patch-2' into 'master'
...
Replace isc-logo.pdf. The one in here is obsolete. If we need a different size…
See merge request isc-projects/bind9!765
2018-09-07 19:00:56 -04:00
Evan Hunt
ad9bf4c662
update isc-logo.pdf to current logo version, remove isc-logo.eps
2018-09-07 15:59:32 -07:00
Evan Hunt
5824023082
Merge branch 'silence-string-h-warning' into 'master'
...
<isc/string.h> instead of "isc/string.h"
See merge request isc-projects/bind9!771
2018-09-07 18:40:04 -04:00
Evan Hunt
2c3b827e5d
<isc/string.h> instead of "isc/string.h"
2018-09-07 15:26:50 -07:00
Witold Krecicki
ac430136fb
Merge branch '525-cleanup-platform-h-for-stuff-not-exposed-to-the-headers' into 'master'
...
Resolve "Cleanup platform.h for stuff not exposed to the headers"
Closes #525
See merge request isc-projects/bind9!756
2018-09-07 09:05:02 -04:00
Ondřej Surý
68e017792f
Add CHANGES note for GL #525 .
...
5031. [cleanup] Various defines in platform.h has been either dropped
if always or never triggered on supported platforms
or replaced with config.h equivalents if the defines
didn't have any impact on public headers. Workarounds
for LinuxThreads have been removed because NPTL is
available since Linux kernel 2.6.0.
2018-09-07 13:03:31 +02:00
Ondřej Surý
8ffd9a9b71
Remove PR_SET_DUMPABLE check as it is available since Linux 2.3.20
2018-09-07 12:48:49 +02:00
Ondřej Surý
8e4cc152f7
Remove HAVE_SYS_PRCTL_H check as the prctl() system call was introduced in Linux 2.1.57.
2018-09-07 12:43:43 +02:00
Ondřej Surý
2ed5eb3b9e
Remove now empty acconfig.h
2018-09-07 12:17:41 +02:00
Ondřej Surý
341fd22bb0
Remove custom HAVE_UNAME define with proper AC_DEFINE call
2018-09-07 12:17:40 +02:00
Ondřej Surý
161b5dccae
Remove NEED_PTHREAD_SCOPE_SYSTEM define that was needed on older FreeBSDs
2018-09-07 12:17:40 +02:00
Ondřej Surý
2750799132
Assume socklen_t is always available on all supported platforms (except on Windows where it is typedefed to int32_t)
2018-09-07 12:17:40 +02:00
Ondřej Surý
7e25330b3d
Remove now dummy HAVE_STRERROR
2018-09-07 12:17:40 +02:00
Ondřej Surý
5a0f618d22
Replace custom HAVE_PTHREAD_ATTR_GETSTACKSIZE and HAVE_PTHREAD_ATTR_SETSTACKSIZE with proper AC_CHECK_FUNCS call
2018-09-07 12:17:40 +02:00
Ondřej Surý
7716bdd400
Remove dummy PATH_RANDOMDEV and CHECK_DSA defines
2018-09-07 12:17:40 +02:00
Ondřej Surý
43c468926b
Remove HAVE_FLOCKFILE and HAVE_GETCUNLOCKED custom defines in favour of AC_CHECK_FUNCS call
2018-09-07 12:17:40 +02:00
Ondřej Surý
5d8f9bf935
Always enable CALL_PTHREAD_SETCONCURRENCY as it is part of POSIX Threads
2018-09-07 12:17:40 +02:00
Ondřej Surý
fa048a9b2c
Replace custom HAVE_TZSET define with AC_CHECK_FUNCS call
2018-09-07 12:17:40 +02:00
Ondřej Surý
c83d9b9b50
Remove now dummy HAVE_IFLIST_SYSCTL define
2018-09-07 12:17:40 +02:00
Ondřej Surý
51bcdb78af
Remove now dummy HAVE_GETIFADDRS define
2018-09-07 12:17:40 +02:00
Ondřej Surý
7384a9f23a
Replace custom HAVE_CATGETS define with AC_CHECK_FUNCS call
2018-09-07 12:17:40 +02:00
Ondřej Surý
78bb5761a0
Replace custom HAVE_SYSCTLBYNAME define with AC_CHECK_FUNCS call
2018-09-07 12:17:40 +02:00
Ondřej Surý
4a5ecad038
Replace custom HAVE_SIGWAIT define with AC_CHECK_FUNCS
2018-09-07 12:17:40 +02:00
Ondřej Surý
19ae4438ab
Replace custom HAVE_SYSCONF with proper AC_CHECK_FUNCS call
2018-09-07 12:17:40 +02:00
Ondřej Surý
927b65aa7f
Remove now dummy HAVE_UNIXWARE_SIGWAIT define
2018-09-07 12:17:40 +02:00
Ondřej Surý
c7b1e7fd08
Linux (glibc) has NPTL since LinuxThreads are no-more, so remove HAVE_LINUXTHREADS
2018-09-07 12:17:40 +02:00
Ondřej Surý
2f02552a93
Remove now dummy NEED_PTHREAD_INIT
2018-09-07 12:17:30 +02:00
Ondřej Surý
4d46f0f95d
Drop ISC_PLATFORM_USEDECLSPEC and IRS_PLATFORM_USEDECLSPEC as they are platform dependent and only unix vs win32 platform.h header difference is enough
2018-09-07 12:17:30 +02:00
Ondřej Surý
51b0d5d55e
Replace platform ISC_PLATFORM_HAVESTATNSEC with config ENABLE_STAT_NSEC
2018-09-07 12:17:30 +02:00
Ondřej Surý
f1d3055d7b
Replace platform ISC_PLATFORM_HAVETFO with config ENABLE_TCP_FASTOPEN
2018-09-07 12:17:30 +02:00
Ondřej Surý
092edb5b44
Replace platform ISC_PLATFORM_HAVEDEVPOLL with check for devpoll.h headers
2018-09-07 12:17:30 +02:00
Ondřej Surý
5d65392d18
Replace platform ISC_PLATFORM_HAVEEPOLL with config HAVE_EPOLL_CREATE1
2018-09-07 12:17:30 +02:00
Ondřej Surý
68f473a25e
Replace platform ISC_PLATFORM_HAVEKQUEUE with config HAVE_KQUEUE
2018-09-07 12:17:30 +02:00
Ondřej Surý
d00ef56dfa
Remove dummy ISC_PLATFORM_HAVESTRINGSH platform define
2018-09-07 12:17:30 +02:00
Ondřej Surý
47f18c7d50
Replace platform ISC_PLATFORM_NEEDSTRLCPY and ISC_PLATFORM_NEEDSTRLCAT with AC_CHECK_FUNCS call
2018-09-07 12:17:30 +02:00
Ondřej Surý
4014bc42dd
According to POSIX.1-2001, POSIX.1-2008 #include <sys/select.h> is correct way to get fd_set
2018-09-07 12:17:30 +02:00
Ondřej Surý
1333d4a71a
Remove dummy ISC_PLATFORM_HAVELIFCONF platform define
2018-09-07 12:17:30 +02:00
Ondřej Surý
0bea5c2baf
Replace platform.h ISC_PLATFORM_HAVEIFNAMETOINDEX with config HAVE_IF_NAMETOINDEX
2018-09-07 12:17:30 +02:00
Ondřej Surý
53d87175df
Remove dummy ISC_PLATFORM_HAVEIF_LADDRREQ platform define
2018-09-07 12:17:30 +02:00
Ondřej Surý
c798db0fcd
Remove dummy ISC_PLATFORM_HAVEIF_LADDRCONF define
2018-09-07 12:17:30 +02:00