Ondřej Surý
8e1cc95c94
Enable IDN processing (both idnin and idnout) only on tty, disable it when the stdout is not a tty
...
(cherry picked from commit 0e1bf7d017 )
2018-11-06 17:36:48 +11:00
Mark Andrews
67401ba29c
Merge branch '601-build-option-with-python-should-default-to-yes-v9_11' into 'v9_11'
...
Resolve "Build option --with-python should default to yes"
See merge request isc-projects/bind9!982
2018-11-06 00:52:41 -05:00
Mark Andrews
0768f54fd2
require python to be explicitly disabled
...
(cherry picked from commit bf8746126c )
2018-11-06 16:44:06 +11:00
Mark Andrews
9f15b9d80a
Merge branch '617-if-rrl-is-configured-the-require-server-cookie-yes-is-ignored-v9_11' into 'v9_11'
...
Resolve "If RRL is configured the "require-server-cookie yes;" is ignored."
See merge request isc-projects/bind9!978
2018-11-05 18:52:38 -05:00
Mark Andrews
cc35795b07
add CHANGES note
...
(cherry picked from commit a868f335d2 )
2018-11-06 10:34:45 +11:00
Mark Andrews
636e435e11
test require-server-cookie with rate-limit
...
(cherry picked from commit 164370102a )
2018-11-06 10:33:35 +11:00
Mark Andrews
f4bea4002a
check requireservercookie even if rrl is configured
...
(cherry picked from commit d6f6eeda9d )
2018-11-06 10:33:32 +11:00
Mark Andrews
f59644a145
Merge branch '649-resolver-test-failing-v9_11' into 'v9_11'
...
Resolve "resolver test failing"
See merge request isc-projects/bind9!961
2018-10-31 01:51:15 -04:00
Mark Andrews
f21e5369a5
use new packet for response; rename variable to request and response
...
(cherry picked from commit 280d0ca507 )
2018-10-31 16:38:48 +11:00
Evan Hunt
dea184741e
Merge branch 'silence-warning-v9_11' into 'v9_11'
...
silence warning from missing print.h
See merge request isc-projects/bind9!957
2018-10-30 11:11:24 -04:00
Evan Hunt
6690b9e5a3
silence warning from missing print.h
...
(cherry picked from commit a0de6707c0 )
2018-10-30 08:09:44 -07:00
Michał Kępień
131e26e671
Merge branch '644-fix-isc_buffer_copyregion-for-auto-reallocated-buffers-v9_11' into 'v9_11'
...
[v9_11] Fix isc_buffer_copyregion() for auto-reallocated buffers
See merge request isc-projects/bind9!951
2018-10-30 08:52:28 -04:00
Michał Kępień
1a69df0211
Add CHANGES entry
...
5072. [bug] Add unit tests for isc_buffer_copyregion() and fix its
behavior for auto-reallocated buffers. [GL #644 ]
(cherry picked from commit 07050fb49a )
2018-10-30 13:34:49 +01:00
Michał Kępień
00bc5bf6bd
Fix isc_buffer_copyregion() for auto-reallocated buffers
...
While isc_buffer_copyregion() calls isc_buffer_reserve() to ensure the
target buffer will have enough available space to append the contents of
the source region to it, the variables used for subsequently checking
available space are not updated accordingly after that call. This
prevents isc_buffer_copyregion() from working as expected for
auto-reallocated buffers: ISC_R_NOSPACE will be returned if enough space
is not already available in the target buffer before it is reallocated.
Fix by calling isc_buffer_used() and isc_buffer_availablelength()
directly instead of assigning their return values to local variables.
(cherry picked from commit e1f0aed034 )
2018-10-30 13:34:49 +01:00
Michał Kępień
b549996d58
Add unit tests for isc_buffer_copyregion()
...
Add some basic checks for isc_buffer_copyregion() to ensure it behaves
as expected for both fixed-size buffers and buffers which can be
automatically reallocated. Adjust the list of headers included by
lib/isc/tests/buffer_test.c so that it matches what that test program
really uses.
(cherry picked from commit 15440d8027 )
2018-10-30 13:34:48 +01:00
Ondřej Surý
31dba79733
Merge branch 'ondrej/cleanup-leftover-fatal-v9_11' into 'v9_11'
...
(v9_11) Remove double result check leftover
See merge request isc-projects/bind9!948
2018-10-30 08:10:33 -04:00
Ondřej Surý
a437c42521
Remove double result check leftover
...
(cherry picked from commit 065ff16e40 )
2018-10-30 13:00:51 +01:00
Mark Andrews
6ee7fd95e7
Merge branch '631-dns_rdata_compare-for-nxt-performs-case-sensitive-name-comparison-v9_11' into 'v9_11'
...
Resolve "dns_rdata_compare() for NXT performs case sensitive name comparison"
See merge request isc-projects/bind9!942
2018-10-30 00:26:20 -04:00
Mark Andrews
a037959ae3
add CHANGES note
...
(cherry picked from commit 921bc89f59 )
2018-10-30 15:13:22 +11:00
Mark Andrews
e646307f91
compare_nxt compared records with identical next fields case insensitively
...
(cherry picked from commit cf83016682 )
2018-10-30 15:10:55 +11:00
Mark Andrews
3b6346b5a3
Merge branch 'move-declaration-of-pending-v9_11' into 'v9_11'
...
move declaration of pending
See merge request isc-projects/bind9!940
2018-10-29 20:55:58 -04:00
Mark Andrews
375df38a4a
move declaration of pending
...
(cherry picked from commit bc53e5e5d4 )
2018-10-30 11:55:12 +11:00
Mark Andrews
e93e971fea
Merge branch '638-record-types-with-empty-rdata-fields-were-not-being-handled-correctly-v9_11' into 'v9_11'
...
Resolve "Record types with empty rdata fields were not being handled correctly."
See merge request isc-projects/bind9!938
2018-10-29 20:28:26 -04:00
Mark Andrews
67816c747d
document eol
...
(cherry picked from commit 97a680e5ce )
2018-10-30 11:18:06 +11:00
Mark Andrews
9b0a277490
Record types which support a empty rdata field were not handling the empty rdata field case.
...
(cherry picked from commit 2ff57d8a39 )
2018-10-30 11:17:59 +11:00
Evan Hunt
c4cc5c3836
Merge branch '641-unquoted-rpz-v9_11' into 'v9_11'
...
allow unquoted response-policy zone names
See merge request isc-projects/bind9!935
2018-10-29 13:14:24 -04:00
Evan Hunt
dc59f82011
allow unquoted response-policy zone names
...
(cherry picked from commit 507230aa88 )
2018-10-29 10:00:27 -07:00
Mark Andrews
f735b3c61b
Merge branch '635-unchecked-return-in-query-c-v9_11' into 'v9_11'
...
Resolve "unchecked return in query.c"
See merge request isc-projects/bind9!931
2018-10-29 03:39:04 -04:00
Mark Andrews
332e0bc3c2
always call RUNTIME_CHECK(result == ISC_R_SUCCESS); for dns_rdata_tostruct
...
(cherry picked from commit e11cfafff2 )
2018-10-29 18:30:16 +11:00
Mark Andrews
78619cc129
Merge branch '553-socket-c-2171-unexpected-error-v9_11' into 'v9_11'
...
Only set IPV6_USE_MIN_MTU on IPv6.
See merge request isc-projects/bind9!927
2018-10-29 02:43:28 -04:00
Mark Andrews
bf299d5ee1
Only set IPV6_USE_MIN_MTU on IPv6.
...
(cherry picked from commit 561b780ba0 )
2018-10-29 17:29:36 +11:00
Mark Andrews
39f3fefc74
Merge branch '624-lib-dns-dnstap_test-totext-does-not-work-well-with-softhsm-pkcs11-v9_11' into 'v9_11'
...
Resolve "lib/dns/dnstap_test:totext does not work well with SoftHSM PKCS11"
See merge request isc-projects/bind9!923
2018-10-29 01:46:54 -04:00
Mark Andrews
a7fb84e783
Initalize TZ environment variable before calling dns_test_begin in dnstap_test.
...
(cherry picked from commit 1cf1254051 )
2018-10-29 16:36:25 +11:00
Evan Hunt
d1d42ef30d
Merge branch '626-implement-eid-and-nimloc-v9_11' into 'v9_11'
...
Resolve "Implement EID and NIMLOC"
See merge request isc-projects/bind9!914
2018-10-25 18:44:48 -04:00
Mark Andrews
9674fdcbfb
Add support for EID and NIMLOC
...
(cherry picked from commit fbab100426 )
2018-10-25 15:31:32 -07:00
Evan Hunt
829a61d5e0
Merge branch '627-check-that-gid-uid-and-uinfo-can-be-loaded-using-unknown-record-format-v9_11' into 'v9_11'
...
Resolve "Check that GID, UID and UINFO can be loaded using unknown record format."
See merge request isc-projects/bind9!912
2018-10-25 16:47:02 -04:00
Mark Andrews
e3a812507f
GID, UID and UINFO could not be loaded using unknown record format.
...
(cherry picked from commit eb7ca65b78 )
2018-10-25 13:35:37 -07:00
Michał Kępień
7b082d031a
Merge branch 'prep-release-v9_11_5' into 'v9_11'
...
prep 9.11.5
See merge request isc-projects/bind9!904
2018-10-25 08:30:42 -04:00
Tinderbox User
6baa5c8fb0
prep 9.11.5
2018-10-25 14:00:49 +02:00
Michał Kępień
ef28ac9b9c
Merge branch '427-list-zones-in-the-web-interface-v9_11' into 'v9_11'
...
[v9_11] Display a per-view list of zones in the web interface
See merge request isc-projects/bind9!900
2018-10-25 04:39:29 -04:00
Michał Kępień
45c5968fc1
Add CHANGES entry
...
5059. [bug] Display a per-view list of zones in the web interface.
[GL #427 ]
(cherry picked from commit d9c4068cc3 )
2018-10-25 10:23:51 +02:00
Michał Kępień
149aa691a6
Display a per-view list of zones in the web interface
...
The XSL stylesheet used by the web interface does not currently include
any element which would cause a list of zones configured in each view to
be displayed, making the "Zones" section of the web interface empty
unless some zone has been configured with "zone-statistics full;" and
queried. Since this can be confusing, modify the XSL stylesheet so that
a list of zones configured in each view is displayed in the web
interface.
(cherry picked from commit aeda3f389e )
2018-10-25 10:23:17 +02:00
Michał Kępień
21522d3e1d
Merge branch '582-fix-server-addresses-configuration-type-v9_11' into 'v9_11'
...
[v9_11] Fix the configuration type used by the "server-addresses" option
See merge request isc-projects/bind9!898
2018-10-25 03:22:26 -04:00
Michał Kępień
e55a09c10b
Add CHANGES entry
...
5051. [doc] Documentation incorrectly stated that the
"server-addresses" static-stub zone option accepts
custom port numbers. [GL #582 ]
(cherry picked from commit 6b1c0a8e6f )
2018-10-25 09:05:39 +02:00
Michał Kępień
9e204a3376
Fix the configuration type used by the "server-addresses" option
...
Contrary to what the documentation states, the "server-addresses"
static-stub zone option does not accept custom port numbers. Fix the
configuration type used by the "server-addresses" option to ensure
documentation matches source code. Remove a check_zoneconf() test which
is unnecessary with this fix in place.
(cherry picked from commit b324576858 )
2018-10-25 09:04:43 +02:00
Mark Andrews
98f3820d4b
Merge branch '619-implement-atma-v9_11' into 'v9_11'
...
Resolve "Implement ATMA"
See merge request isc-projects/bind9!894
2018-10-24 23:30:03 -04:00
Mark Andrews
1828ba389d
Add support for ATMA
...
(cherry picked from commit f9ceddd8ca )
2018-10-25 14:17:29 +11:00
Mark Andrews
247336ec29
Merge branch '609-address-memory-leak-on-error-v9_11' into 'v9_11'
...
Resolve "Address memory leak on error"
See merge request isc-projects/bind9!892
2018-10-24 23:05:22 -04:00
Mark Andrews
169b5ee36f
expand the pool then copy over the old entries so we that failures do not break the old pool; also don't leak the new pool on error
...
(cherry picked from commit afde30fe9b )
2018-10-25 13:20:14 +11:00
Mark Andrews
df57c4b74b
Merge branch '610-address-memory-leak-on-error-v9_11' into 'v9_11'
...
Resolve "Address memory leak on error"
See merge request isc-projects/bind9!884
2018-10-23 21:12:25 -04:00