Mark Andrews
232a2004ba
use documented default key ttl
...
(cherry picked from commit 6499bdfd8b )
2018-11-30 11:15:31 +11:00
Mark Andrews
a74acbfd82
add reproducer for [GL #585 ]
...
(cherry picked from commit 0ac2a868bb )
2018-11-30 11:15:29 +11:00
Evan Hunt
98c431e5ba
Merge branch 'each-export-dynamic-v9_12-v9_11' into 'v9_11'
...
set the export-dynamic linker flag on linux
See merge request isc-projects/bind9!1156
2018-11-29 02:51:24 -05:00
Evan Hunt
8d698288fb
set the export-dynamic linker flag on linux
...
(cherry picked from commit 4ae085a066 )
2018-11-28 23:38:43 -08:00
Mark Andrews
28ca65c663
Merge branch '748-dns_catz_-are-missing-lots-of-dbc-checks-v9_12-v9_11' into 'v9_11'
...
Resolve "dns_catz_* are missing lots of DBC checks."
See merge request isc-projects/bind9!1153
2018-11-28 23:21:38 -05:00
Mark Andrews
c0a3c48802
add missing DBC checks for catz and add isc_magic checks; add DBC checks to ht.c
...
(cherry picked from commit a487473fc5 )
(cherry picked from commit 17d9fa3cc7 )
2018-11-29 15:05:17 +11:00
Mark Andrews
e00427f26a
Merge branch '731-catalog-zone-incorrect-logging-v9_11' into 'v9_11'
...
Resolve "Catalog zone incorrect logging"
See merge request isc-projects/bind9!1147
2018-11-28 08:17:24 -05:00
Mark Andrews
12f2ea418c
update zname with the current zone anme
...
(cherry picked from commit 0708e43d3f )
2018-11-28 23:34:42 +11:00
Michał Kępień
0c8eaf096f
Merge branch '730-fix-build-time-python-configuration-v9_11' into 'v9_11'
...
[v9_11] Fix build-time Python configuration
See merge request isc-projects/bind9!1140
2018-11-27 10:25:23 -05:00
Michał Kępień
f3be313bbe
Add CHANGES entry
...
5101. [bug] Fix default installation path for Python modules.
[GL #730 ]
(cherry picked from commit 13da99a80c )
2018-11-27 15:52:58 +01:00
Ondřej Surý
6c4b8ee8ee
Fix build-time Python configuration
...
Apply various fixes and tweaks to Python configuration logic implemented
in the "configure" script:
- Prevent PYTHON_INSTALL_DIR, which holds the value passed to the
--with-python-install-dir option, from being set to "unspec" by
default as this breaks installing Python modules when the
--with-python-install-dir option is not used.
- Make the --with-python-install-dir option also work when the Python
interpreter is specified explicitly (using --with-python=<...>).
- Improve contents and placement of error messages.
- Reduce duplication of code checking Python dependencies.
- Use Autoconf macros AS_CASE() and AS_IF() instead of plain shell
code.
- Update comments. Capitalize the word "Python" when referring to the
language itself rather than a specific executable.
(cherry picked from commit ed4c700c33 )
2018-11-27 15:52:40 +01:00
Ondřej Surý
6bc28265d3
Merge branch 'ondrej-add-python-3.6-and-3.7-to-configure.ac-v9_11' into 'v9_11'
...
(v9_11) Add python3.6 and python3.7 to the search list of python versions
See merge request isc-projects/bind9!1138
2018-11-27 05:00:58 -05:00
Ondřej Surý
af1c5ef613
Add python3.6 and python3.7 to the search list of python versions
...
(cherry picked from commit da9038e9a0 )
2018-11-27 10:33:33 +01:00
Mark Andrews
d4b800e3c1
Merge branch '715-side-effect-in-assertion-in-name_test-c-v9_11' into 'v9_11'
...
Resolve "side effect in assertion in name_test.c"
See merge request isc-projects/bind9!1125
2018-11-22 19:20:30 -05:00
Mark Andrews
156195dac6
address coverity side effect in assert warning
...
(cherry picked from commit 2156a5b610 )
2018-11-23 10:21:53 +11:00
Mark Andrews
137cc98dc9
Merge branch '710-fix-socket-test-v9_11' into 'v9_11'
...
Use proper casting in socket unit test
See merge request isc-projects/bind9!1121
2018-11-22 02:33:26 -05:00
Mark Andrews
d47dd94620
remove quotes from around ${EXTRA_CONFIGURE}
2018-11-22 18:13:26 +11:00
Mark Andrews
1028731f03
turnoff dlopen for asan
2018-11-22 18:05:54 +11:00
Mark Andrews
889175eb17
replace strncpy + setting end of array to NUL with strlcpy
2018-11-22 10:50:06 +11:00
Witold Kręcicki
50d7e0b4ef
Use proper casting in socket unit test
...
(cherry picked from commit 5f81aa10bc )
2018-11-22 10:34:43 +11:00
Ondřej Surý
473f3d077f
Disable internal malloc for AddressSanitizer build
...
(cherry picked from commit 4f7177c794 )
2018-11-22 10:34:43 +11:00
Ondřej Surý
6c73f8d681
Add AddressSanitizer enabled build to GitLab CI
...
(cherry picked from commit a8649cc299 )
2018-11-22 10:34:43 +11:00
Mark Andrews
1b9bc18ab6
Merge branch '712-memleak-in-delv-v9_11' into 'v9_11'
...
Fix a small memleak in delv
See merge request isc-projects/bind9!1116
2018-11-21 16:33:40 -05:00
Witold Kręcicki
01bbb308b4
Fix a small memleak in delv
...
(cherry picked from commit d00b3f47ba )
2018-11-22 08:22:47 +11:00
Mark Andrews
f2413e0e6a
Merge branch 'ondrej/use-strlcpy-in-wks_11.c-v9_11' into 'v9_11'
...
Use strlcpy in place where strncpy(s, ...) + s[sizeof(s)-1] = \0; was used
See merge request isc-projects/bind9!1114
2018-11-21 16:19:56 -05:00
Ondřej Surý
2386be289c
Use strlcpy in place where strncpy(s, ...) + s[sizeof(s)-1] = \0; was used
...
(cherry picked from commit 175f06949f )
2018-11-22 08:11:31 +11:00
Mark Andrews
fb68ed9adf
Merge branch '711-fix-memory-leak-in-lex_test-v9_11' into 'v9_11'
...
Fix memory leak in lex_test.c
See merge request isc-projects/bind9!1112
2018-11-21 15:54:14 -05:00
Ondřej Surý
78a94766d7
Fix memory leak in lex_test.c
...
(cherry picked from commit 7a3eb391fa )
2018-11-21 15:46:55 -05:00
Mark Andrews
9114623d2b
Merge branch '702-unchecked-returns-in-server-c-v9_11' into 'v9_11'
...
Resolve "unchecked returns in server.c"
See merge request isc-projects/bind9!1110
2018-11-21 15:06:03 -05:00
Mark Andrews
e254e95d7d
address unchecked return values
...
(cherry picked from commit ccfd577715 )
2018-11-22 06:56:25 +11:00
Evan Hunt
17e35dd6c2
Merge branch 'systest-entropy-v9_11' into 'v9_11'
...
increase pseudorandom data in system tests
See merge request isc-projects/bind9!1092
2018-11-17 03:09:58 -05:00
Evan Hunt
b407e80d00
better system test entropy
...
- use genrandom to get 4k of data instead of 800 bytes
- set this value as RANDOMSIZE in conf.sh
(cherry picked from commit 19aaecafeb )
2018-11-16 23:54:39 -08:00
Evan Hunt
e0824ab0d0
Merge branch '703-resource-leak-in-dlz_filesystem_driver-c-v9_11' into 'v9_11'
...
Resolve "resource leak in dlz_filesystem_driver.c"
See merge request isc-projects/bind9!1090
2018-11-16 20:00:17 -05:00
Mark Andrews
cd7b0f36f7
cleanup allocated memory on error
...
(cherry picked from commit 4979d5f31f )
2018-11-16 16:51:59 -08:00
Evan Hunt
799708f50d
Merge branch 'cmocka-silence-v9_11' into 'v9_11'
...
remove (or hide behind a 'verbose' flag) extra output from unit tests
See merge request isc-projects/bind9!1088
2018-11-16 16:12:18 -05:00
Evan Hunt
58314571ef
remove (or hide behind a 'verbose' flag) extra output from system tests
...
(cherry picked from commit 8f15219f36 )
2018-11-16 13:00:49 -08:00
Evan Hunt
8841456764
Merge branch '4-warn-not-fail-v9_11' into 'v9_11'
...
warn, rather than failing, if kyua is not present
See merge request isc-projects/bind9!1086
2018-11-16 15:56:23 -05:00
Evan Hunt
2d7235e1f1
warn, rather than failing, if kyua is not present
...
(cherry picked from commit 6cfb2249e1 )
2018-11-16 12:42:39 -08:00
Evan Hunt
2ed9c1f816
Merge branch 'hanging-tests-v9_11' into 'v9_11'
...
Hanging tests on v9_11
See merge request isc-projects/bind9!1082
2018-11-16 15:41:11 -05:00
Evan Hunt
b1318ccac7
use /dev/urandom as default random source
2018-11-16 12:28:11 -08:00
Evan Hunt
731f27e77e
set inactive date in keygen instead of settime
2018-11-16 11:56:19 -08:00
Evan Hunt
a37f21fdcf
increase the entropy allocated by genrandom
2018-11-16 11:56:19 -08:00
Evan Hunt
9557e2f454
fix broken keygen call in verify
2018-11-16 11:56:19 -08:00
Evan Hunt
3458eb05a8
Merge branch 'fix-debug-output-v9_11' into 'v9_11'
...
echo debug output (D:text) the same as informational (I:text)
See merge request isc-projects/bind9!1084
2018-11-16 14:44:21 -05:00
Evan Hunt
3f7d2b0036
echo debug output (D:text) the same as informational (I:text)
...
(cherry picked from commit dfa1589975 )
2018-11-16 11:42:04 -08:00
Evan Hunt
bf0a1644d7
Merge branch '4-remove-embedded-atf-v9_11' into 'v9_11'
...
Remove embedded ATF and required ATF >= 0.20 + Kyua to run unittests
See merge request isc-projects/bind9!1080
2018-11-16 12:46:29 -05:00
Ondřej Surý
68dfb55f18
Add CHANGES entry for GL !875
...
(cherry picked from commit 9b0501635b )
2018-11-16 09:18:16 -08:00
Ondřej Surý
bf23e17e7c
Remove the traces of ATF from documentation
...
(cherry picked from commit fa33b4ee23 )
2018-11-16 09:17:59 -08:00
Ondřej Surý
d196b5e493
Remove embedded atf-src and enforce atf >= 0.20 + kyua as execution engine
...
(cherry picked from commit de219b8555 )
2018-11-16 09:17:32 -08:00
Evan Hunt
11cbb0619d
Merge branch '620-cmocka-conversions-v9_12-v9_11' into 'v9_11'
...
Resolve "CMOCKA conversions"
See merge request isc-projects/bind9!1063
2018-11-15 21:07:14 -05:00