]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add support for parsing DSYNC scheme mnemonics
authorMark Andrews <marka@isc.org>
Sat, 26 Jul 2025 04:17:20 +0000 (06:17 +0200)
committerMark Andrews <marka@isc.org>
Wed, 6 Aug 2025 03:08:11 +0000 (13:08 +1000)
commit976b19e00cc1a9aa97dcca81618a3ff00f6d263e
treef8dc32ae7ff1c21c3518f1a8e77d6c15a0f7766f
parent02834baf74539799a1c6eb422ddc867b8120663d
Add support for parsing DSYNC scheme mnemonics

Adds dns_dsyncscheme_fromtext, dns_dsyncscheme_totext and
dns_dsyncscheme_format.  Adds type dns_dsyncscheme_t.

(cherry picked from commit 6e1311c624d15e6c4d0184deea3bb670e8a5785d)
lib/dns/Makefile.am
lib/dns/include/dns/dsync.h [new file with mode: 0644]
lib/dns/include/dns/types.h
lib/dns/rcode.c