Michał Kępień
3af61f9672
Prepare release notes for BIND 9.17.18
2021-09-15 22:49:20 +02:00
Michał Kępień
6705f0a280
Add release note for GL #2878
2021-09-15 22:49:20 +02:00
Michał Kępień
901eb7edae
Add release note for GL #2844
2021-09-15 22:49:20 +02:00
Michał Kępień
fe86bac50c
Add release note for GL #1944
2021-09-15 22:49:20 +02:00
Michał Kępień
7daf9aa5ac
Reorder release notes
2021-09-15 22:49:20 +02:00
Michał Kępień
f2f672d69f
Tweak and reword release notes
2021-09-15 22:49:20 +02:00
Ondřej Surý
bba5e98734
Add CHANGES and release notes for [GL #2888 ]
2021-09-14 19:24:39 +02:00
Ondřej Surý
c9a17c878a
Document caveats related to single source port in the ARM
...
Discourage the single source port on general level and document that the
source port cannot be same as the listening port. This applies to
query-source, transfer-source, notify-source, parental-source, and their
respective IPv6 counterparts.
2021-09-14 19:24:39 +02:00
Ondřej Surý
23624a7adb
Add CHANGES and release note for [GL #2852 ]
2021-09-14 14:51:31 +02:00
Aram Sargsyan
ae53919154
Add synonym configuration options for catalog zones
...
This commit adds 'primaries' and 'default-primaries' catalog zones
configuration options synonyms for 'masters' and 'default-masters'
respectively.
2021-09-09 21:54:10 +00:00
Ondřej Surý
79de2ee528
Add CHANGES and release note for GL #2691
2021-09-09 15:35:39 +02:00
Ondřej Surý
8cb2ba5dd3
Remove native PKCS#11 support
...
The native PKCS#11 support has been removed in favour of better
maintained, more performance and easier to use OpenSSL PKCS#11 engine
from the OpenSC project.
2021-09-09 15:35:39 +02:00
Mark Andrews
e65ce00f11
Update sig-validity-interval description
...
Document that the interval on new RRSIG records is randomally
chosen between the limits specified by sig-validity-interval.
document the operatations when this occurs.
2021-09-03 13:16:33 +10:00
Evan Hunt
679f1c0dad
change CFG_ZONE_MASTER and CFG_ZONE_SLAVE
...
these values have been renamed as CFG_ZONE_PRIMARY and
CFG_ZONE_SECONDARY.
2021-08-30 11:06:12 -07:00
Evan Hunt
916760ae46
rename dns_zone_master and dns_zone_slave
...
dns_zone_master and dns_zone_slave are renamed as dns_zone_primary
and dns_zone_secondary.
2021-08-30 11:06:12 -07:00
Evan Hunt
351ed777c2
CHANGES, release note
2021-08-28 07:31:13 -07:00
Evan Hunt
4b61e74470
expand map file documentation
...
discuss map file compatibility issues in more detail.
2021-08-28 07:31:13 -07:00
Mark Andrews
aae53e2156
handle not configured with trailing flags
2021-08-25 00:14:50 +00:00
Matthijs Mekking
0bac9c7c5c
Add stats unit test
...
Add a simple stats unit test that tests the existing library functions
isc_stats_ncounters, isc_stats_increment, isc_stats_decrement,
isc_stats_set, and isc_stats_update_if_greater.
2021-08-24 09:07:15 +02:00
Matthijs Mekking
c43faf44cd
Add change and release note for [ #2857 ]
2021-08-23 09:55:26 +02:00
Tony Finch
9557d6f70f
Add CHANGES and release note for [GL !2946 ]
2021-08-18 22:42:00 -07:00
Tony Finch
eabf898b36
Suppress SHA-1 DS records in dnssec-cds
...
Previously, when dnssec-cds copied CDS records to make DS records,
its -a algorithm option did not have any effect. This means that if
the child zone is signed with older software that generates SHA-1 CDS
records, dnssec-cds would (by default) create SHA-1 DS records in
violation of RFC 8624.
This change makes the dnssec-cds -a option apply to CDS records as
well as CDNSKEY records. In the CDS case, the -a algorithms are the
acceptable subset of possible CDS algorithms. If none of the CDS
records are acceptable, dnssec-cds tries to generate DS records from
CDNSKEY records.
2021-08-18 22:42:00 -07:00
Michał Kępień
4b17dd17fa
Set up release notes for BIND 9.17.18
2021-08-19 07:12:33 +02:00
Michał Kępień
80d76c47e1
Prepare release notes for BIND 9.17.17
2021-08-19 07:12:33 +02:00
Michał Kępień
c0d3a0b7d6
Add release note for GL #2756
2021-08-19 07:12:33 +02:00
Michał Kępień
20e5cf075d
Reorder release notes
2021-08-19 07:12:33 +02:00
Michał Kępień
876ca54af5
Tweak and reword release notes
2021-08-19 07:12:33 +02:00
Evan Hunt
265fae928a
Add CHANGES and release notes for [GL #2839 ]
2021-08-19 07:12:33 +02:00
Mark Andrews
8ebb05b0b7
Add CHANGES and release notes
2021-08-18 13:51:38 +10:00
Mark Andrews
4f9a1b03dc
Add the ability to display the BADCOOKIE message in dig when
...
+badcookie is in effect.
2021-08-18 09:44:50 +10:00
Matthijs Mekking
192329d3c6
Add change entry and release note for GL #2665
2021-08-13 11:37:52 +02:00
Petr Menšík
f20cc30a6a
Document return codes of dig
...
The dig tool reports some states as exit status. Document them briefly
in the manual page.
2021-08-12 10:27:24 -07:00
Matthijs Mekking
1befaa5d45
Add release note and change entry for [ #1551 ]
2021-08-11 15:15:48 +02:00
Matthijs Mekking
9e109191cc
Fix missing iterations value in dnssec-guide
...
In the "Migrating from NSEC to NSEC3" section, it says:
dnssec-policy "standard" {
nsec3param iterations optout no salt-length 16;
};
There should be an integer after "iterations". Based on the following
text, the number of iterations should be 10.
2021-08-11 08:39:34 +00:00
Matthijs Mekking
8d75ec8300
Fix parental-agents documentation
...
There is a missing string "net" in the ARM in the parental-agents
example.
2021-07-27 14:10:16 +02:00
Michal Nowak
109bb0db47
Set up release notes for BIND 9.17.17
2021-07-23 09:19:37 +02:00
Michał Kępień
3cc71752d9
Prepare release notes for BIND 9.17.16
2021-07-23 09:19:36 +02:00
Michał Kępień
565ed6f76a
Add release note for GL #2758
2021-07-23 09:19:36 +02:00
Michał Kępień
db2e1de052
Add release note for GL #2686
2021-07-23 09:19:36 +02:00
Michał Kępień
8371f13b4e
Reorder release notes
2021-07-23 09:19:36 +02:00
Michal Nowak
0048006114
Tweak and reword release notes
2021-07-23 09:19:36 +02:00
Michał Kępień
7c61550435
Restore release note for GL #2780
2021-07-23 09:19:36 +02:00
Evan Hunt
dcf2d48674
clarify 'notify-delay' documentation
...
- the explanation was unclear
- the reference to 'serial-query-rate' was outdated
2021-07-21 14:39:48 -07:00
Mark Andrews
36720fb4a6
add release note for [GL #2762 ]
2021-07-20 15:18:14 +10:00
Artem Boldariev
f5614be9df
Update documentation to include the new HTTP configuration options
...
Documentation for the new DoH options has been added.
2021-07-16 11:50:22 +03:00
Artem Boldariev
147da54e13
Update grammar reference documentation
...
This commit updates the named grammar reference according to the
latest changes.
2021-07-16 11:50:22 +03:00
Artem Boldariev
954240467d
Verify HTTP paths both in incoming requests and in config file
...
This commit adds the code (and some tests) which allows verifying
validity of HTTP paths both in incoming HTTP requests and in BIND's
configuration file.
2021-07-16 10:28:08 +03:00
Matthijs Mekking
ba5869943d
Add change and release notes [ #2710 ]
2021-07-15 08:32:16 +02:00
Ondřej Surý
41afe6bc5e
Add CHANGES and release notes for [GL #2822 ]
2021-07-13 15:44:08 +02:00
Mark Andrews
e9c72ca95c
Add release note for [GL #2249 ]
2021-07-12 12:33:46 +10:00