- 29 Jan, 2019 14 commits
-
-
Michał Kępień authored
Add Fedora 29 to CI See merge request !1414
-
Michał Kępień authored
Modify .gitlab-ci.yml so that every CI pipeline also builds and tests BIND on Fedora 29.
-
Ondřej Surý authored
Change the check for EC curves so it doesn't assign int to pointer See merge request !1413
-
Ondřej Surý authored
-
Witold Krecicki authored
ix taskmgr tsan issues See merge request !1396
-
Witold Krecicki authored
Make taskmgr->mode and boolean state flags (exclusive, paused, exiting) atomic.
-
Mark Andrews authored
corrected PLATFORM.md to PLATFORMS.md to match reality Closes #845 See merge request !1408
-
Alan authored
-
Evan Hunt authored
-
Evan Hunt authored
this prevents servers that use arguments specified in named.args from appearing different in 'ps' output from servers run with arguments from start.pl
-
Evan Hunt authored
-
Mark Andrews authored
rename struct members to avoid a name collision on BSD and MacOS Closes #842 See merge request !1406
-
- 28 Jan, 2019 3 commits
-
-
Evan Hunt authored
-
Michał Kępień authored
- Change 5023 (present in BIND 9.13.3+) removed BIND's internal implementation of the getifaddrs() function which was required for iterating network interfaces on Solaris 10 as that system does not support that function natively. - As of January 2019, FreeBSD 10.x is neither supported upstream nor regularly tested by ISC, so move it from the list of regularly tested platforms to the "Best effort" section. - Debian 10, OpenBSD 6.3, and Fedora 29 have been released and are now tested regularly.
-
- 25 Jan, 2019 23 commits
-
-
Witold Krecicki authored
Atomic counters and quota See merge request !1389
-
Witold Krecicki authored
-
Witold Krecicki authored
-
Witold Krecicki authored
- Use getters for isc_quota parameters, make fields private - Fix a potential data race with recursion clients limits logging
-
Witold Krecicki authored
Add atomic_store_relaxed and atomic_load_relaxed macros to isc/atomic.h, fix issues in isc/stdatomic.h
-
Evan Hunt authored
strip CR characters before using awk/sed
-
Evan Hunt authored
- work around a CR newline problem - use rndc to stop servers
-
Evan Hunt authored
use rndc to stop servers
-
Evan Hunt authored
- work around CR issues - use UTC for time comparisons - use $DIFF instead of cmp
-
Evan Hunt authored
use rndc rather than signals to stop the server
-
Evan Hunt authored
use TCP for the test queries in between UDP bursts; this avoids congestion issues that interfered with the test on windows
-
Evan Hunt authored
rndc_reload was failing on windows
-
Evan Hunt authored
use a lame server configuration to force SERVFAILs instead of killing ns2. this prevents test failures that occurred due to a different behavior of the netowrking stack in windows.
-
Evan Hunt authored
use regex instead of exact string matching to deal with CR at end of line
-
Evan Hunt authored
the active sockets test is supposed to be commented out on win32, but only part of it was
-
Evan Hunt authored
strip CR characters before using sed
-
Evan Hunt authored
test the average delay between notifies instead of the minimum delay; this helps avoid unnecessary test failures on systems with bursty network performance.
-
Evan Hunt authored
use stop.pl instead of rndc to stop server
-
Evan Hunt authored
use regex instead of exact string matching, to deal with CR at end of ine
-
Evan Hunt authored
strip CR characters before using sed
-
Evan Hunt authored
strip CR characters before comparing files
-
Evan Hunt authored
- use $PERL instead of perl - use $DIFF instead of cmp for windows portability; cmp doesn't handle CR characters properly
-