Evan Hunt
f14445f13d
remove references to deleted files
2018-10-05 09:10:40 -07:00
Ondřej Surý
a5bdc18ce6
Merge branch 'fix-openssl_shim' into 'master'
...
Remove HAVE_OPENSSL guard from openssl_shim.{c,h} and uncrustify it
See merge request isc-projects/bind9!846
2018-10-05 07:21:58 -04:00
Ondřej Surý
5ccbb274d2
Remove HAVE_OPENSSL guard from openssl_shim.{c,h} and uncrustify it
2018-10-05 13:12:48 +02:00
Ondřej Surý
0fffb82f81
Merge branch 'host-idn-disable' into 'master'
...
Disable IDN from environment as documented
See merge request isc-projects/bind9!800
2018-10-05 06:14:28 -04:00
Petr Menšík
ec1d9b80f5
Disable IDN from environment as documented
...
Manual page of host contained instructions to disable IDN processing
when it was built with libidn2. When refactoring IDN support however,
support for disabling IDN in host and nslookup was lost. Use also
environment variable and document it for nslookup, host and dig.
2018-10-05 05:58:33 -04:00
Ondřej Surý
0e74384991
Merge branch 'uncrustify' into 'master'
...
Add configuration for uncrustify
See merge request isc-projects/bind9!681
2018-10-05 05:56:09 -04:00
Evan Hunt
e6fc3d8f17
tweaks to the style
...
- tried to improve struct variable alignment
- ignore braces on function definitions so we can keep the existing
BIND style; braces can be on a new line or not
2018-10-05 05:47:48 -04:00
Evan Hunt
d15b08a57c
Update config file with documentation
...
- this can be regenerated automatically using
uncrustify -c .uncrustify.cfg --update-config-with-doc
2018-10-05 05:47:48 -04:00
Evan Hunt
c2e2163165
Add an uncrustify config file as $TOP/.uncrustify.cfg
...
to update file, run: uncrustify --replace -c $TOP/.uncrustify.cfg <filename>
- note that if this is in the user's $HOME dir, it's the default
uncrustify config path name. this can be overridden with
'uncrustify -c filenaeme' or the UNCRUSTIFY_CONFIG environment
variable
2018-10-05 05:47:48 -04:00
Ondřej Surý
4ec0f300a4
Merge branch '22-remove-DSA-algorithm' into 'master'
...
Remove support for obsoleted and insecure DSA and DSA-NSEC3-SHA1 algorithms
See merge request isc-projects/bind9!348
2018-10-05 05:44:11 -04:00
Ondřej Surý
b8195a0251
Add CHANGES entry.
...
XXXX. [cleanup] Remove support for DNSSEC algorithms 3 (DSA)
and 6 (DSA-NSEC3-SHA1). [GL #22 ]
2018-10-05 11:16:13 +02:00
Ondřej Surý
31b8b37e8f
Add note about removing DSA and DSA-NSEC3-SHA1 to release notes
2018-10-05 11:16:13 +02:00
Ondřej Surý
f207e0b52e
Restore the algorithm names mapping in bin/python/isc/dnskey.py.in for DSA, NSEC3DSA, and ECCGOST
2018-10-05 11:16:13 +02:00
Ondřej Surý
09fd5c442b
Convert the system tests that were using DSA to use a default algorithm defined in conf.sh
2018-10-05 11:16:13 +02:00
Ondřej Surý
3994b1f9c2
Remove support for obsoleted and insecure DSA and DSA-NSEC3-SHA1 algorithms
2018-10-05 09:21:43 +02:00
Evan Hunt
6aadf7c8ab
Merge branch '388-clarify-dnssec-enable' into 'master'
...
Clarify the relationship between "dnssec-enable" and "dnssec-validation"
Closes #388
See merge request isc-projects/bind9!483
2018-10-05 02:41:54 -04:00
Evan Hunt
c9eb1518d6
CHANGES, copyrights
2018-10-04 23:33:18 -07:00
Evan Hunt
2f0897caff
add a test case
2018-10-04 23:33:18 -07:00
Evan Hunt
ff49dd3c21
clarify relationship between dnssec-enable and dnssec-validation
...
- if dnssec-enable is no, then dnssec-validation now also defaults to
no. if dnssec-enable is yes, dnssec-validation defaults to auto or yes
depending on --disable-auto-validation.
- correct the doc
2018-10-04 23:33:18 -07:00
Ondřej Surý
871bc20112
Merge branch 'add-bind-version-used-to-the-bug-report-template' into 'master'
...
Add a "BIND version used" section to the GitLab bug report template
See merge request isc-projects/bind9!793
2018-10-04 07:35:03 -04:00
Michał Kępień
0396fbebfe
Add a "BIND version used" section to the GitLab bug report template
2018-10-04 12:54:52 +02:00
Michał Kępień
739b74759d
Merge branch 'fix-eddsa-signatures-creation-and-validation' into 'master'
...
Fix EdDSA signatures creation and validation
Closes #579
See merge request isc-projects/bind9!844
2018-10-04 06:54:03 -04:00
Witold Kręcicki
87b07bf08a
Fix creating and validating EdDSA signatures
...
Revert parts of commit c3b8130fe8 which
inadvertently broke creating and validating EdDSA signatures:
1. EVP_DigestSignInit() returns 1 on success.
2. EdDSA does not support streaming (EVP_Digest*Update() followed by
EVP_Digest*Final()), only one shot operations.
2018-10-04 12:38:46 +02:00
Mark Andrews
dc7b556c31
Merge branch '578-make-the-chained-delegations-in-reclimit-behave-like-they-would-in-a-regular-name-server' into 'master'
...
Resolve "Make the chained delegations in reclimit behave like they would in a regular name server."
Closes #578
See merge request isc-projects/bind9!840
2018-10-03 23:18:59 -04:00
Mark Andrews
f1308ef186
add CHANGES
2018-10-04 13:18:09 +10:00
Mark Andrews
ae77468e63
add bin/tests/system/reclimit/ans4/ans.pl
2018-10-04 12:59:38 +10:00
Mark Andrews
a216135a15
reclimit: delegate to ans4 so that ans2 can behave like a real name server
2018-10-04 12:59:38 +10:00
Mark Andrews
7b08db35af
Merge branch '568-the-chain-system-test-is-missing-a-delegation' into 'master'
...
Resolve "the chain system test is missing a delegation."
Closes #568
See merge request isc-projects/bind9!824
2018-10-03 22:27:51 -04:00
Mark Andrews
e97199b0d0
add CHANGES note
2018-10-04 12:27:03 +10:00
Mark Andrews
848e42227e
chain: change nameserver name so that the delegation matches
2018-10-04 12:26:28 +10:00
Mark Andrews
524c1317f7
chain: add 'start test' messages to named.run
2018-10-04 12:26:28 +10:00
Mark Andrews
d5709c5f52
Merge branch '566-mem-c-fprintf-compiler-warning' into 'master'
...
Resolve "mem.c - fprintf Compiler Warning"
Closes #566
See merge request isc-projects/bind9!821
2018-10-03 17:08:18 -04:00
Mark Andrews
f723a1247f
Undo implict promotion to 64 bits in our Windows implementation of atomic_load_explicit() by casting to uint_fast32_t.
2018-10-04 06:59:28 +10:00
Evan Hunt
b7ac47c47d
Merge branch '570-extend-dnstap-update' into 'master'
...
Resolve "Extend dnstap option to support update messages"
Closes #570
See merge request isc-projects/bind9!829
2018-10-03 12:32:37 -04:00
Evan Hunt
1c8b908c21
CHANGES, copyrights
2018-10-03 09:24:06 -07:00
Evan Hunt
ae8026171b
update system test to add a check for UPDATE messages
2018-10-03 01:03:56 -07:00
Evan Hunt
6c31ba5c53
rebuild option grammar documentation
2018-10-03 01:03:56 -07:00
Evan Hunt
51c6f4b682
extend DNSTAP to record UPDATE requests and responses as a separate type
2018-10-03 01:03:56 -07:00
Mark Andrews
8be7d6ac3c
Merge branch 'update-log-fix' into 'master'
...
make update_log() work if zone is not set
See merge request isc-projects/bind9!831
2018-10-03 02:18:10 -04:00
Evan Hunt
395f6a1474
make update_log() work if zone is not set
...
- update_log() is called to log update errors, but if those errors
occur before the zone is set (for example, when returning NOTAUTH)
it returns without logging anything.
2018-10-03 02:09:26 -04:00
Mark Andrews
33229e7fc5
Merge branch '569-zero-system-test-failed-to-set-ret-0-and-send-output-to-dev-null' into 'master'
...
Resolve "zero system test failed to set ret=0 and send output to /dev/null"
Closes #569
See merge request isc-projects/bind9!825
2018-10-03 01:36:56 -04:00
Mark Andrews
a6507af9e3
zero: send grep output to /dev/null; set ret=0 at start of 'check repeated recursive lookups of non recurring TTL=0 responses get new values' test so the failed subtest count is correct
2018-10-03 01:28:27 -04:00
Ondřej Surý
1c0fee613f
Merge branch '571-use-priufast32-instead-of-pridfast32' into 'master'
...
Resolve "Use PRIuFAST32 instead of PRIdFAST32"
Closes #571
See merge request isc-projects/bind9!830
2018-10-03 00:37:24 -04:00
Mark Andrews
d4cc0b98de
use PRIuFAST32 instead of PRIdFAST32
2018-10-03 07:59:18 +10:00
Mark Andrews
3e44011370
Merge branch '420-reading-from-master-files-could-sometime-fail-to-preserve-the-case-of-the-owner-name' into 'master'
...
Resolve "reading from master files could sometime fail to preserve the case of the owner name."
Closes #420
See merge request isc-projects/bind9!536
2018-10-02 01:18:58 -04:00
Mark Andrews
4fcdad292d
Add CHANGES note.
2018-10-02 15:10:26 +10:00
Mark Andrews
0fc1b1bffa
improve case presevation
2018-10-02 15:09:32 +10:00
Evan Hunt
c93acb9949
Merge branch 'example-domain' into 'master'
...
use an example domain
See merge request isc-projects/bind9!819
2018-09-28 12:58:55 -04:00
Evan Hunt
b026663c62
use an example domain
2018-09-28 09:58:07 -07:00
Evan Hunt
eb6d02fbe5
Merge branch '562-chaos-addresses' into 'master'
...
fix chaosnet address comparison
Closes #562
See merge request isc-projects/bind9!813
2018-09-28 03:50:21 -04:00