Commit Graph

6416 Commits

Author SHA1 Message Date
Mark Andrews
fc4af548e7 Add CHANGES and release notes for [GL #2245] 2020-12-23 09:16:26 +11:00
Michał Kępień
8e47965f41 Add a CHANGES marker 2020-12-16 22:05:50 +01:00
Michał Kępień
fc111622c2 Tweak and reword recent CHANGES entries 2020-12-16 22:05:50 +01:00
Ondřej Surý
ba887a688c Add CHANGES and release notes for GL #2058 2020-12-12 07:15:45 +01:00
Mark Andrews
ea0dbb5338 Add CHANGES note 2020-12-11 14:21:54 +11:00
Mark Andrews
4257415cfb Add placeholders for [GL !4454] and [GL #2324] 2020-12-10 13:40:56 +11:00
Evan Hunt
5af9b85eda placeholder for change 5546 2020-12-04 11:37:58 -08:00
Ondřej Surý
5e1a23a1b6 Add CHANGES and release note for GL #2137 2020-12-03 09:23:24 +01:00
Ondřej Surý
c7d81f12f8 Add CHANGES and release not for GL #2250 2020-12-02 11:07:01 +01:00
Ondřej Surý
4e80190663 Add CHANGES note for GL #2320 2020-12-02 10:14:31 +01:00
Ondřej Surý
9811361c4b Add CHANGES note for multiple netmgr issues 2020-12-01 16:47:25 +01:00
Mark Andrews
ab0bf49203 Adjust default value of "max-recursion-queries"
Since the queries sent towards root and TLD servers are now included in
the count (as a result of the fix for CVE-2020-8616),
"max-recursion-queries" has a higher chance of being exceeded by
non-attack queries.  Increase its default value from 75 to 100.
2020-12-01 23:47:23 +11:00
Mark Andrews
11a3545e32 Add CHANGES 2020-12-01 10:46:58 +11:00
Mark Andrews
15e7a4b047 Add CHANGES note for [GL #2275] 2020-11-26 20:48:46 +00:00
Michał Kępień
7475ba842d Add a CHANGES marker 2020-11-26 12:12:17 +01:00
Michał Kępień
429cac9d1a Tweak and reword recent CHANGES entries 2020-11-26 12:12:17 +01:00
Matthijs Mekking
6b5d7357df Detect NSEC3 salt collisions
When generating a new salt, compare it with the previous NSEC3
paremeters to ensure the new parameters are different from the
previous ones.

This moves the salt generation call from 'bin/named/*.s' to
'lib/dns/zone.c'. When setting new NSEC3 parameters, you can set a new
function parameter 'resalt' to enforce a new salt to be generated. A
new salt will also be generated if 'salt' is set to NULL.

Logging salt with zone context can now be done with 'dnssec_log',
removing the need for 'dns_nsec3_log_salt'.
2020-11-26 10:43:59 +01:00
Matthijs Mekking
9adad77ac3 Add changes and notes for kasp NSEC3 support
This feature is news worthy.
2020-11-26 10:43:58 +01:00
Evan Hunt
5285443c5f CHANGES 2020-11-24 15:11:57 -08:00
Mark Andrews
9cb3294ff6 add CHANGES 2020-11-25 08:25:29 +11:00
Evan Hunt
17145e4ef4 dig could crash on interrupt
dig could crash if it was shut down by an interrupt while a connection
was pending.
2020-11-23 20:00:04 +00:00
Mark Andrews
e980affba0 Fix DNAME when QTYPE is CNAME or ANY
The synthesised CNAME is not supposed to be followed when the
QTYPE is CNAME or ANY as the lookup is satisfied by the CNAME
record.
2020-11-19 10:18:01 +11:00
Diego Fronza
b4c997537b Add CHANGES and release notes entry 2020-11-11 12:53:24 -03:00
Michal Nowak
096b0b2195 Add CHANGES entry 2020-11-11 10:09:36 +01:00
Witold Kręcicki
bc19dc84ba CHANGES note 2020-11-10 14:20:31 +01:00
Mark Andrews
157e3a98f2 Add CHANGES not for [GL #2252] 2020-11-10 06:15:46 +00:00
Evan Hunt
42d94614e4 CHANGES and release notes 2020-11-09 14:50:48 +01:00
Evan Hunt
3ff0ee568d CHANGES and release note 2020-11-08 13:36:12 -08:00
Mark Andrews
2ef0f252a8 Add CHANGES for [GL #2244] 2020-11-03 12:29:04 +00:00
Ondřej Surý
cea4b4db8f Add CHANGES note for [GL #2227] 2020-11-02 15:10:28 +01:00
Michał Kępień
2a33e5bf60 Add placeholder for #2237 2020-11-02 12:24:11 +01:00
Evan Hunt
3a2dc05c92 CHANGES 2020-10-30 11:11:54 +01:00
Mark Andrews
decf117eb6 Add CHANGES note for [GL #2236] 2020-10-30 00:18:03 +11:00
Witold Kręcicki
cd3117b747 Add CHANGES and release note for GL #2227 2020-10-29 12:34:00 +01:00
Ondřej Surý
b349fd7402 Add CHANGES note for !4278 2020-10-28 15:48:58 +01:00
Evan Hunt
58a0e95976 CHANGES 2020-10-22 13:38:09 -07:00
Michal Nowak
c453b79a7c Add CHANGES entry 2020-10-22 13:12:16 +02:00
Michał Kępień
b054318491 Add a CHANGES marker 2020-10-22 08:54:32 +02:00
Michał Kępień
35fe33b7d9 Tweak and reword recent CHANGES entries 2020-10-22 08:54:32 +02:00
Diego Fronza
6026cea10c Add CHANGES entry 2020-10-21 12:03:42 -03:00
Matthijs Mekking
6c5ff94218 Don't increment network error stats on UV_EOF
When networking statistics was added to the netmgr (in commit
5234a8e00a), two lines were added that
increment the 'STATID_RECVFAIL' statistic: One if 'uv_read_start'
fails and one at the end of the 'read_cb'.  The latter happens
if 'nread < 0'.

According to the libuv documentation, I/O read callbacks (such as for
files and sockets) are passed a parameter 'nread'. If 'nread' is less
than 0, there was an error and 'UV_EOF' is the end of file error, which
you may want to handle differently.

In other words, we should not treat EOF as a RECVFAIL error.
2020-10-20 10:57:16 +02:00
Ondřej Surý
096d41b4e2 Add text describing the changes done in the MR in more detail 2020-10-05 16:21:21 +02:00
Matthijs Mekking
e826facadb Add rndc dnssec -rollover command
This command is similar in arguments as -checkds so refactor the
'named_server_dnssec' function accordingly.  The only difference
are that:

- It does not take a "publish" or "withdrawn" argument.
- It requires the key id to be set (add a check to make sure).

Add tests that will trigger rollover immediately and one that
schedules a test in the future.
2020-10-05 10:53:45 +02:00
Matthijs Mekking
d6d41e96a3 Add change and note for #2171
This is a bug that needs to be noted.
2020-10-02 09:20:39 +02:00
Michał Kępień
27c815a220 Add CHANGES entries 2020-10-02 08:41:43 +02:00
Mark Andrews
b7512e87b1 add CHANGES 2020-09-30 23:56:49 +10:00
Ondřej Surý
6179a38810 Add CHANGES and release note for GL #2124 2020-09-29 08:22:09 +02:00
Michał Kępień
555e1f446c Add CHANGES entry
5238.	[bug]		filter-aaaa: named crashed upon shutdown if it was in
			the process of recursing for A RRsets. [GL #1040]
2020-09-25 13:32:34 -07:00
Matthijs Mekking
1728599684 Add notes and CHANGES for #1870
This is a new features so it requires a CHANGE and release notes entry.
2020-09-23 16:09:24 +02:00
Mark Andrews
c7406db46f add CHANGES note 2020-09-23 10:49:26 +10:00