mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
fix: doc: Use archived version of draft-icann-dnssec-keymgmt-01.txt
The iana.org link is gone. Merge branch 'mnowak/linkcheck-fix-draft-icann-dnssec-keymgmt-01.txt-link' into 'main' See merge request isc-projects/bind9!10010
This commit is contained in:
@@ -25,7 +25,7 @@ New Features
|
|||||||
are loaded from the currently active bundle from the imported SKR.
|
are loaded from the currently active bundle from the imported SKR.
|
||||||
|
|
||||||
The implementation is loosely based on:
|
The implementation is loosely based on:
|
||||||
https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
|
https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
|
||||||
:gl:`#1128` :gl:`!9119`
|
:gl:`#1128` :gl:`!9119`
|
||||||
|
|
||||||
- Implement the 'request-ixfr-max-diffs' configuration option.
|
- Implement the 'request-ixfr-max-diffs' configuration option.
|
||||||
|
@@ -27,7 +27,7 @@ New Features
|
|||||||
|
|
||||||
The implementation is loosely based on
|
The implementation is loosely based on
|
||||||
`draft-icann-dnssec-keymgmt-01.txt
|
`draft-icann-dnssec-keymgmt-01.txt
|
||||||
<https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt>`_.
|
<https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt>`_.
|
||||||
:gl:`#1128`
|
:gl:`#1128`
|
||||||
|
|
||||||
- Allow limiting the number of differences in IXFR.
|
- Allow limiting the number of differences in IXFR.
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
* A skr is a convenience type representing a Signed Key Response (SKR),
|
* A skr is a convenience type representing a Signed Key Response (SKR),
|
||||||
* determining which DNSKEY, CDS, CDNSKEY and corresponding signatures
|
* determining which DNSKEY, CDS, CDNSKEY and corresponding signatures
|
||||||
* should be published at a given time. It is based on terminology used in
|
* should be published at a given time. It is based on terminology used in
|
||||||
* https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
|
* https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <isc/stdtime.h>
|
#include <isc/stdtime.h>
|
||||||
|
Reference in New Issue
Block a user