-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
95 lines (60 loc) · 3.15 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
dnstable-convert (0.14.0)
* dnstable_convert: Add -t <COUNT> option to specify the maximum number of
threads to use for the internal MTBL writer and sorter.
* dnstable_convert: Add -b <DNS_BSIZE[,DNSSEC_BSIZE]> option to set
DNS (and optionally DNSSEC) data block size.
-- Farsight Security Inc <software@farsightsecurity.com> Tue, 30 July 2024 13:14:15 -0800
dnstable-convert (0.13.0)
* Add optional generation of source information metadata.
* Add optional indexing of SOA rdata by rname.
-- Farsight Security Inc <software@farsightsecurity.com> Mon, 12 Feb 2024 16:12:41 -0500
dnstable-convert (0.12.0)
* dnstable_convert: add -p option to not remove generated mtbl
file with no records.
* dnstable_convert: additional logging at startup and exit.
* dnstable_convert: increase file descriptor resource limit at
startup.
* dnstable_unconvert: sort rdata values in "wdns_sort_rrset" order
for consistency with other dnstable data sources.
-- Farsight Security, Inc. <software@farsightsecurity.com> Mon, 26 Jun 2023 18:17:24 +0000
dnstable-convert (0.11.0)
* Add new tool dnstable_unconvert which converts the RRSET entries
of a dnstable file to the equivalent NMSG format.
* Add SVCB and HTTPS records indexing support, based upon
draft-ietf-dnsop-svcb-https-07. Note that the hostname portion in
the RDATA is downcased in the sliced encoding and reversed name entry.
* Put CDS, CDNSKEY, and TA resource record types into dnssec.*
output files. To duplicate these three DNSSEC types to the dns.*
output files for compatibility, use the new dnstable_convert -D
option.
* Put RRtype in the currently empty value portion of RRSET_NAME_FWD
and RDATA_NAME_REV indexes if it's in range (1 to 65535). Use
an 8-bit integer if it is less than 256, else uses a 16-bit little
endian integer.
* Generate ENTRY_TYPE_TIME_RANGE and ENTRY_TYPE_VERSION metadata
entries in output dnstable files.
* The versions of the following entries are:
ENTRY_TYPE_RRSET = 0
// Initial version.
ENTRY_TYPE_RRSET_NAME_FWD = 1
// Add rrtype union as value.
ENTRY_TYPE_RDATA = 1
// Fix the SRV slicing and add SVCB/HTTPS sliced entries.
ENTRY_TYPE_RDATA_NAME_REV = 1
// Add SOA, SVCB, and HTTPS name indexing; add rrtype union as value.
* dnstable_convert: use input file - (dash) for standard input (stdin).
* dnstable_convert: add -c compression option to set type of
compression used. This defaults to zlib.
* dnstable_convert: add -l compression option to set compression
level.
* dnstable_convert: add -m option to specify maximum megabytes of
memory to use for in-memory sorting. It defaults to
2048 MB.
* Various changes to the status output from dnstable_convert when
it runs.
* Documentation and testing improvements.
-- Farsight Security, Inc. <software@farsightsecurity.com> Thu, 14 Oct 2021 14:00:43 -0400
dnstable-convert (0.10.0)
* Separate dnstable_convert from dnstable repository version 0.9.1-3
* Fix SRV encoding error, and missing SOA mname indexing.
-- Farsight Security, Inc. <software@farsightsecurity.com> Tue, 05 Jun 2018 10:07:26 -0500