Commit graph

796 commits

Author SHA1 Message Date
Michał Kępień
d98a5eb653
Tweak and reword release notes 2026-03-13 15:51:19 +01:00
Michał Kępień
b8d673421d
Prepare release notes for BIND 9.21.20 2026-03-13 15:51:19 +01:00
Michał Kępień
56bf659a4b
Add release note for GL !11563 2026-02-26 21:17:47 +01:00
Michał Kępień
205c35b9cd
Reorder release notes 2026-02-26 21:17:47 +01:00
Michał Kępień
f3be1bf699
Tweak and reword release notes 2026-02-26 21:17:47 +01:00
Michał Kępień
32fa0c3ff0
Prepare release notes for BIND 9.21.19 2026-02-26 21:17:47 +01:00
Petr Špaček
249785c167 Tweak and reword release notes 2026-02-04 14:22:45 +01:00
Petr Špaček
63a17937db Prepare release notes for BIND 9.21.18 2026-02-04 11:42:11 +01:00
Nicki Křížek
320ec03c0d Tweak and reword release notes 2026-01-09 10:55:52 +01:00
Nicki Křížek
6aae2425b3 Move release note for EDE 13 to proper section 2026-01-09 10:55:21 +01:00
Nicki Křížek
7c3cce9e8b Remove release note for GL #5671
This was already fixed in the previous release.
2026-01-09 10:54:54 +01:00
Nicki Křížek
a1acf7f068 Remove release note for GL #5675
It is sufficient to leave this as a changelog entry.
2026-01-09 10:54:35 +01:00
Nicki Křížek
897f275934 Prepare release notes for BIND 9.21.17 2026-01-09 10:54:11 +01:00
Andoni Duarte Pintado
227376de4e Tweak and reword release notes 2025-12-09 16:36:23 +01:00
Andoni Duarte Pintado
24acadc35e Prepare release notes for BIND 9.21.16 2025-12-09 15:02:24 +01:00
Michal Nowak
803c79709f
Drop #5525 and fuzzing-related release notes 2025-11-06 17:53:30 +01:00
Michal Nowak
c71c2b3df5
Reorder release notes 2025-11-06 17:53:30 +01:00
Michal Nowak
97f602ace1
Tweak and reword release notes 2025-11-06 17:53:30 +01:00
Michal Nowak
e69c343e91
Prepare release notes for BIND 9.21.15 2025-11-06 11:48:00 +01:00
Michał Kępień
c2a672bbae Merge tag 'v9.21.14' 2025-10-22 18:13:34 +02:00
Michał Kępień
3ecab35af6
Prepare release notes for BIND 9.21.14 2025-10-18 09:47:28 +02:00
Michał Kępień
84b96df153
Remove "tkey-gssapi-credential" and related code
Since the "tkey-gssapi-credential" statement has been previously
deprecated, mark it as ancient and remove all code related to it:

  - The code processing the "tkey-gssapi-credential" statement in the
    configuration is the only user of the dst_gssapi_acquirecred() and
    dst_gssapi_releasecred() functions, so remove them along with their
    static helper functions and a backup definition of the
    GSS_KRB5_MECHANISM macro.

  - When calling gss_accept_sec_context(), pass GSS_C_NO_CREDENTIAL
    instead of the credential acquired by gss_acquire_cred().
    (Previously, NULL was passed when "tkey-gssapi-credential" was not
    specified.  Kerberos headers define GSS_C_NO_CREDENTIAL as
    (gss_cred_id_t) 0, so the logic was effectively the same, but using
    the GSS_C_NO_CREDENTIAL macro is more appropriate.)  This renders
    the 'cred' parameter for dst_gssapi_acceptctx() redundant, so remove
    it from the prototype of the latter.  (Contrary to what the
    documentation for dst_gssapi_acceptctx() claims,
    dst_gssapi_releasecred() does not need to subsequently be called to
    free the GSS-API context; a dst_gssapi_deletectx() call in
    gssapi_destroy() takes care of that when the dynamically generated
    TSIG key is destroyed.)

  - Remove the 'gsscred' member from struct dns_tkeyctx, along with its
    related dns_gss_cred_id_t typedef.

Update the relevant sections of the ARM and code comments accordingly.

This makes the "tkey-gssapi-keytab" statement the only way to set up
GSS-TSIG in named.

Remove redundant code from bin/named/tkeyconf.c while at it.
2025-10-06 13:19:50 +02:00
Michał Kępień
7e60dbe424
Reorder release notes 2025-10-02 18:12:18 +02:00
Michał Kępień
63a93a1a07
Tweak and reword release notes 2025-10-02 18:12:18 +02:00
Michał Kępień
40a62df4f0
Prepare release notes for BIND 9.21.13 2025-10-02 18:12:18 +02:00
Petr Špaček
eaa543e770 Tweak and reword release notes
Two inconsequential bug fixes are not release note worthy.
Use more user-centric terminology about dnssec-policy manual-mode.
Add links, shorten notes.
2025-09-04 17:42:25 +02:00
Petr Špaček
7e8fe3b4f0 Prepare release notes for BIND 9.21.12 2025-09-04 17:38:18 +02:00
Andoni Duarte Pintado
4829cdab26 Tweak and reword release notes 2025-08-13 17:48:16 +02:00
Andoni Duarte Pintado
f2ba8924a4 Prepare release notes for BIND 9.21.11 2025-08-12 10:38:00 +02:00
Michał Kępień
405938597f
Add release note for GL !8989 2025-07-03 22:54:36 +02:00
Michał Kępień
9cdaaa6511
Tweak and reword release notes 2025-07-03 22:54:36 +02:00
Michał Kępień
beb5214586
Prepare release notes for BIND 9.21.10 2025-07-03 22:54:36 +02:00
Michal Nowak
62d04402c9
Tweak and reword release notes 2025-06-06 10:38:08 +02:00
Michal Nowak
c5840384cb
Prepare release notes for BIND 9.21.9 2025-06-05 12:01:37 +02:00
Michał Kępień
44c37b19f0
Reorder release notes 2025-05-08 22:51:59 +02:00
Michał Kępień
ad6fac37e7
Tweak and reword release notes 2025-05-08 22:51:59 +02:00
Michał Kępień
29739a21d4
Prepare release notes for BIND 9.21.8 2025-05-08 22:51:59 +02:00
Nicki Křížek
94c0273dce Tweak and reword release notes 2025-04-03 17:39:35 +02:00
Nicki Křížek
e19c8e747b Prepare release notes for BIND 9.21.7 2025-04-03 13:11:46 +02:00
Andoni Duarte Pintado
5dfcedd52d Tweak and reword relase notes 2025-03-11 10:46:21 +01:00
Andoni Duarte Pintado
7c308c2298 Prepare release notes for BIND 9.21.6 2025-03-11 10:46:21 +01:00
Michał Kępień
da23a0c4e1 Update CVE checklist 2025-02-11 17:34:52 +01:00
Andoni Duarte Pintado
8a742d084f Tweak and reword release notes 2025-02-11 17:34:52 +01:00
Andoni Duarte Pintado
b23b0d991a Prepare release notes for BIND 9.21.5 2025-02-11 17:34:52 +01:00
Andoni Duarte Pintado
3a64b288c1 Merge tag 'v9.21.4' 2025-01-29 17:17:18 +01:00
Michal Nowak
5dbc87730e
Use archived version of draft-icann-dnssec-keymgmt-01.txt
The iana.org link is gone.
2025-01-28 12:13:57 +01:00
Michał Kępień
70187b67ae
Reorder release notes 2025-01-17 22:53:57 +01:00
Michał Kępień
e9003901a7
Add release note for GL #5099 2025-01-17 22:53:57 +01:00
Andoni Duarte Pintado
fa4c45d9e8
Tweak and reword release notes 2025-01-17 22:53:57 +01:00
Andoni Duarte Pintado
0937207606 Prepare release notes for BIND 9.21.4 2025-01-16 10:39:11 +01:00