- 30 Apr, 2020 25 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Aaron Thompson authored
Per Current Mechanisms 2.3.5, the curve name is DER-encoded in the EC_PARAMS attribute, and the public key value is DER-encoded in the EC_POINT attribute.
-
Aaron Thompson authored
-
Aaron Thompson authored
Regressed in 45afdb26.
-
Ondřej Surý authored
As libltdl is convenience library, link it just into libisc See merge request isc-projects/bind9!3465
-
Ondřej Surý authored
-
Ondřej Surý authored
make check: add missing tests See merge request isc-projects/bind9!3460
-
Matthijs Mekking authored
-
Ondřej Surý authored
-
Matthijs Mekking authored
-
Matthijs Mekking authored
Add the missing tests in the Makefile (include-multiplecfg kasp pkcs11 ttl). Also put them in alphabetical order.
-
Mark Andrews authored
Resolve "system and unit clang:asan have incorrect needs" Closes #1806 See merge request isc-projects/bind9!3457
-
Mark Andrews authored
-
Mark Andrews authored
Resolve "util/parse_tsan.py is not pylint clean" Closes #1804 See merge request isc-projects/bind9!3456
-
Mark Andrews authored
-
Evan Hunt authored
placeholder See merge request isc-projects/bind9!3455
-
Evan Hunt authored
-
Mark Andrews authored
Resolve "Update the build instructions for automake" Closes #1777 See merge request isc-projects/bind9!3428
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
- 29 Apr, 2020 6 commits
-
-
Ondřej Surý authored
Merge branch '1783-ax_check_compile_flag-fno-delete-null-pointer-checks-does-not-fail-for-clang' into 'master' Resolve "AX_CHECK_COMPILE_FLAG -fno-delete-null-pointer-checks does not fail for clang" Closes #1783 See merge request isc-projects/bind9!3413
-
Mark Andrews authored
-
Ondřej Surý authored
Fix the ASAN symbolizer See merge request isc-projects/bind9!3450
-
Ondřej Surý authored
-
Ondřej Surý authored
Add a pytest runner to run.sh Closes #725 See merge request isc-projects/bind9!3445
-
Ondřej Surý authored
The system tests currently uses patchwork of shell scripts which doesn't offer proper error handling. This commit introduced option to write new tests in pytest framework that also allows easier manipulation of DNS traffic (using dnspython), native XML and JSON manipulation and proper error reporting.
-
- 28 Apr, 2020 7 commits
-
-
Ondřej Surý authored
Hide setperms when not in use Closes #1090 See merge request isc-projects/bind9!3443
-
Ondřej Surý authored
-
Ondřej Surý authored
Resolve "BIND 9.14: unable to set effective uid to 0" Closes #1090 and #1042 See merge request isc-projects/bind9!3432
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Mark Andrews authored
named_os_openfile was being called with switch_user set to true unconditionally leading to log messages about being unable to switch user identity from named when regenerating the key.
-
Ondřej Surý authored
When running on Linux and system capabilities are available, named will drop the extra capabilities before loading the configuration. This led to spurious warnings from `seteuid()` because named already dropped CAP_SETUID and CAP_GETUID capabilities. The fix removes setting the effective uid/gid when capabilities are available, and adds a check that we are running under the user we were requested to run.
-
- 27 Apr, 2020 2 commits
-
-
Ondřej Surý authored
Properly fail the GitLab CI system test job when any system test fails Closes #1780 See merge request isc-projects/bind9!3414
-
Ondřej Surý authored
-