Mark Andrews
0ac2a868bb
add reproducer for [GL #585 ]
2018-11-29 07:50:02 +11:00
Evan Hunt
6ab40c043d
Merge branch '747-build-failure' into 'master'
...
silence compiler warning
Closes #747
See merge request isc-projects/bind9!1148
2018-11-28 12:14:22 -05:00
Evan Hunt
b99af25d0f
silence compiler warning
2018-11-28 12:00:16 -05:00
Mark Andrews
53bdf8038c
Merge branch '731-catalog-zone-incorrect-logging' into 'master'
...
Resolve "Catalog zone incorrect logging"
Closes #731
See merge request isc-projects/bind9!1142
2018-11-28 07:31:25 -05:00
Mark Andrews
0708e43d3f
update zname with the current zone anme
2018-11-28 15:59:30 +11:00
Michał Kępień
e8d7292d5d
Merge branch '730-fix-build-time-python-configuration' into 'master'
...
Fix build-time Python configuration
Closes #730
See merge request isc-projects/bind9!1128
2018-11-27 10:25:21 -05:00
Michał Kępień
b94293f591
Add CHANGES entry
...
5101. [bug] Fix default installation path for Python modules and
remove the dnspython dependency accidentally introduced
by change 4970. [GL #730 ]
2018-11-27 14:09:37 +01:00
Ondřej Surý
d75602406e
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=<...>).
- Remove dnspython dependency which was erroneously introduced in
commit 31b0dc1f204d8f7520145f21e8ea46d1466412a7: no installed Python
module depends on dnspython, it is only used in system tests, for
which dedicated scripts exist that check whether dnspython is
available and act accordingly.
- 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.
2018-11-27 14:09:34 +01:00
Ondřej Surý
2ecd280297
Merge branch 'ondrej-add-python-3.6-and-3.7-to-configure.ac' into 'master'
...
Add python3.6 and python3.7 to the search list of python versions
See merge request isc-projects/bind9!1136
2018-11-27 04:32:20 -05:00
Ondřej Surý
da9038e9a0
Add python3.6 and python3.7 to the search list of python versions
2018-11-27 09:21:12 +01:00
Ondřej Surý
c5b8bc0e15
Merge branch '620-fix-cmocka-includes' into 'master'
...
Move the CMocka include directories from CFLAGS to CINCLUDES where it belongs to…
See merge request isc-projects/bind9!1135
2018-11-26 10:41:02 -05:00
Ondřej Surý
a688a43faf
Move the CMocka include directories from CFLAGS to CINCLUDES where it belongs to not get overriden later by the default CFLAGS rule
2018-11-26 16:16:34 +01:00
Michał Kępień
bf519a3574
Merge branch '732-fix-compilation-on-centos-6-i386' into 'master'
...
Fix compilation on CentOS 6 (i386)
Closes #732
See merge request isc-projects/bind9!1129
2018-11-26 05:22:36 -05:00
Michał Kępień
62ca7743ae
Fix compilation on CentOS 6 (i386)
...
The stock toolchain available on CentOS 6 for i386 is unable to use the
_mm_pause() intrinsic. Fix by using "rep; nop" assembly instructions on
that platform instead.
2018-11-26 10:57:14 +01:00
Ondřej Surý
7e4ed9f8ad
Merge branch '674-fix-windows-build' into 'master'
...
Fix typo __LINE -> __LINE__ in lib/isc/win32/condition.c
See merge request isc-projects/bind9!1132
2018-11-23 18:54:26 -05:00
Ondřej Surý
e24afa3088
Fix typo __LINE -> __LINE__
2018-11-24 00:53:24 +01:00
Witold Krecicki
ad0b4e9d41
Merge branch 'wpk-fix-recursive-performance' into 'master'
...
Bound tasks for resolver; Task quantum tweaks.
See merge request isc-projects/bind9!1117
2018-11-23 04:59:23 -05:00
Witold Kręcicki
d5793ecca2
- isc_task_create_bound - create a task bound to specific task queue
...
If we know that we'll have a task pool doing specific thing it's better
to use this knowledge and bind tasks to task queues, this behaves better
than randomly choosing the task queue.
- use bound resolver tasks - we have a pool of tasks doing resolutions,
we can spread the load evenly using isc_task_create_bound
- quantum set universally to 25
2018-11-23 04:34:02 -05:00
Ondřej Surý
54b4e4e61c
Merge branch 'ondrej-shorten-job-names' into 'master'
...
Change the job names, so they are more useful in pipeline overview
See merge request isc-projects/bind9!1127
2018-11-23 04:08:08 -05:00
Ondřej Surý
6363652d51
Change the job names, so they are more useful in pipeline overview
2018-11-23 08:45:50 +01:00
Mark Andrews
4f075d869c
Merge branch '729-init_hasreuseport-will-not-work-on-systems-w-o-ipv4' into 'master'
...
Resolve "init_hasreuseport will not work on systems w/o IPv4"
Closes #729
See merge request isc-projects/bind9!1126
2018-11-22 23:31:34 -05:00
Mark Andrews
509dad8737
handle systems without IPv4
2018-11-23 12:05:53 +11:00
Mark Andrews
1634592c99
Merge branch '705-negative-value-passed-to-close-on-socket-c-and-resource-leak' into 'master'
...
Resolve "negative value passed to close on socket.c and resource leak"
Closes #705
See merge request isc-projects/bind9!1095
2018-11-22 20:00:30 -05:00
Mark Andrews
6696a40ea9
address resource leak; don't call close() on socket error;
2018-11-23 10:34:59 +11:00
Mark Andrews
2eabc74547
Merge branch '715-side-effect-in-assertion-in-name_test-c' into 'master'
...
Resolve "side effect in assertion in name_test.c"
Closes #715
See merge request isc-projects/bind9!1102
2018-11-22 18:19:01 -05:00
Mark Andrews
2156a5b610
address coverity side effect in assert warning
2018-11-22 17:57:54 -05:00
Mark Andrews
e9d999f6b0
Merge branch '717-bin-named-server-c-load_zones-can-leak-memory' into 'master'
...
Resolve "bin/named/server.c:load_zones can leak memory"
Closes #717
See merge request isc-projects/bind9!1104
2018-11-22 17:57:18 -05:00
Mark Andrews
33132406a3
decrement zl->refs on error
2018-11-22 17:22:42 -05:00
Mark Andrews
9cf529fa50
Merge branch '716-remove-logically-dead-code-try-2' into 'master'
...
Resolve "remove logically dead code try #2 "
Closes #716
See merge request isc-projects/bind9!1103
2018-11-22 17:17:43 -05:00
Mark Andrews
29fb4faf76
remove dead code
2018-11-22 17:04:00 -05:00
Ondřej Surý
d0f0298f38
Merge branch '706-remove-isc_mem_set_get_quota' into 'master'
...
Resolve "Unchecked isc_mem_get's in dnssec-signzone.c and socket.c"
Closes #706
See merge request isc-projects/bind9!1093
2018-11-22 11:03:37 -05:00
Ondřej Surý
d1a8a3faed
Memory allocations must be fatal even when default_memalloc is not used
2018-11-22 16:46:57 +01:00
Ondřej Surý
2fa857d502
Cleanup lib/isc/mem.c after failed allocations made fatal
2018-11-22 16:46:56 +01:00
Ondřej Surý
3987a146be
Remove isc_mem_{set,get}quota unused functions
2018-11-22 16:46:56 +01:00
Ondřej Surý
0667fa935a
Merge branch '726-fix-NetBSD-build' into 'master'
...
Fix the build on NetBSD due to the differences in pthread implementation.
Closes #726
See merge request isc-projects/bind9!1123
2018-11-22 09:43:56 -05:00
Håvard Eidnes
f6c4ed94e4
Fix the build on NetBSD due to the differences in pthread implementation.
...
Signed-off-by: Ondřej Surý <ondrej@sury.org>
2018-11-22 09:43:43 -05:00
Ondřej Surý
259a4947e6
Merge branch '670-add-coccinelle-unreachable-spatch' into 'master'
...
Add first coccinelle based precheck test to the GitLab CI
See merge request isc-projects/bind9!1042
2018-11-22 09:28:15 -05:00
Ondřej Surý
2271e77d99
Add couple more ISC_UNREACHABLE(); found thanks to coccinelle
2018-11-22 09:28:00 -05:00
Ondřej Surý
21db43da8e
Add unreachable.spatch coccinelle recipe and run it in precheck CI phase
2018-11-22 09:28:00 -05:00
Witold Krecicki
e3c8a23276
Merge branch 'wpk-crash-on-mutex-init-failure' into 'master'
...
isc_mutex_init and isc_condition_init failures are now fatal
See merge request isc-projects/bind9!1049
2018-11-22 07:13:54 -05:00
Witold Kręcicki
929ea7c2c4
- Make isc_mutex_destroy return void
...
- Make isc_mutexblock_init/destroy return void
- Minor cleanups
2018-11-22 11:52:08 +00:00
Ondřej Surý
d940e95206
isc_quota_init now returns 'void'
2018-11-22 11:52:08 +00:00
Ondřej Surý
b7a15a5da0
Add CHANGES entry for GL #674
2018-11-22 11:52:08 +00:00
Ondřej Surý
2f3eee5a4f
isc_mutex_init returns 'void'
2018-11-22 11:51:49 +00:00
Ondřej Surý
73a8999d1c
isc_condition_init returns 'void'
2018-11-22 11:51:49 +00:00
Witold Kręcicki
0bed9bfc28
isc_mutex_init and isc_condition_init failures are now fatal
2018-11-22 11:51:49 +00:00
Tinderbox User
ac4f8a51cc
Merge branch 'prep-release'
v9.13.4
2018-11-22 00:20:34 +00:00
Tinderbox User
db1cd0d970
prep 9.13.4
2018-11-22 00:20:22 +00:00
Ondřej Surý
976881f4be
Merge branch 'na-release-checklist-mods' into 'master'
...
release checklist mods
See merge request isc-projects/bind9!1107
2018-11-21 18:07:18 -05:00
Stephen Morris
5c9c53e9e7
Updates to BIND release checklist.
2018-11-21 17:57:02 -05:00