]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
6 years agodnstap io, remove libfstrm calls from dnstap.c.
W.C.A. Wijngaards [Thu, 23 Jan 2020 14:49:36 +0000 (15:49 +0100)] 
dnstap io, remove libfstrm calls from dnstap.c.

6 years agoAdded a new unit file to run unbound with systemd and without chroot.
François KUBLER [Thu, 23 Jan 2020 14:46:53 +0000 (15:46 +0100)] 
Added a new unit file to run unbound with systemd and without chroot.

See https://github.com/NLnetLabs/unbound/pull/149

6 years agodnstap io, failure to add event closes and attempts to reopen the output.
W.C.A. Wijngaards [Thu, 23 Jan 2020 14:39:27 +0000 (15:39 +0100)] 
dnstap io, failure to add event closes and attempts to reopen the output.

6 years agoin stop flush use timer_del to remove timer.
W.C.A. Wijngaards [Thu, 23 Jan 2020 14:17:43 +0000 (15:17 +0100)] 
in stop flush use timer_del to remove timer.

6 years agodnstap io, reconnect attempts with exponential backoff to once per second.
W.C.A. Wijngaards [Thu, 23 Jan 2020 14:11:08 +0000 (15:11 +0100)] 
dnstap io, reconnect attempts with exponential backoff to once per second.

6 years agodnstap io, fixup error exit of event add routines.
W.C.A. Wijngaards [Thu, 23 Jan 2020 12:38:10 +0000 (13:38 +0100)] 
dnstap io, fixup error exit of event add routines.

6 years agodnstap io, sleeps thread when there is no traffic.
W.C.A. Wijngaards [Thu, 23 Jan 2020 12:27:21 +0000 (13:27 +0100)] 
dnstap io, sleeps thread when there is no traffic.

6 years agodnstap io, make sure to free current message when stream closes.
W.C.A. Wijngaards [Thu, 23 Jan 2020 10:51:10 +0000 (11:51 +0100)] 
dnstap io, make sure to free current message when stream closes.

6 years agoloop in output callback for performance.
W.C.A. Wijngaards [Thu, 23 Jan 2020 10:44:32 +0000 (11:44 +0100)] 
loop in output callback for performance.

6 years agocheck close neater also with a write at the same time.
W.C.A. Wijngaards [Thu, 23 Jan 2020 10:16:41 +0000 (11:16 +0100)] 
check close neater also with a write at the same time.

6 years agodnstap io: check for close of channel by the other side.
W.C.A. Wijngaards [Thu, 23 Jan 2020 10:07:30 +0000 (11:07 +0100)] 
dnstap io: check for close of channel by the other side.

6 years agodtio_find_msg loop roundrobin instead of first queue only, with
W.C.A. Wijngaards [Thu, 23 Jan 2020 09:34:38 +0000 (10:34 +0100)] 
dtio_find_msg loop roundrobin instead of first queue only, with
state in the dtio struct for loop iterator.

6 years agodnstap io fixup socket creation, stop flush dtio pointer, connect reports.
W.C.A. Wijngaards [Thu, 23 Jan 2020 08:55:15 +0000 (09:55 +0100)] 
dnstap io fixup socket creation, stop flush dtio pointer, connect reports.

6 years agoUpdate unbound_munin_ 148/head
frpet [Thu, 23 Jan 2020 07:23:16 +0000 (08:23 +0100)] 
Update unbound_munin_

Add TLS (DoT) counters

6 years agodnstap io output performs nonblocking connect.
W.C.A. Wijngaards [Wed, 22 Jan 2020 16:41:34 +0000 (17:41 +0100)] 
dnstap io output performs nonblocking connect.

6 years agooutput event del before free.
W.C.A. Wijngaards [Wed, 22 Jan 2020 14:26:04 +0000 (15:26 +0100)] 
output event del before free.

6 years agowrite data and stop flush for dnstap io.
W.C.A. Wijngaards [Wed, 22 Jan 2020 14:20:48 +0000 (15:20 +0100)] 
write data and stop flush for dnstap io.

6 years agoremove fatal_exit from runtime reopen routines.
W.C.A. Wijngaards [Wed, 22 Jan 2020 11:05:52 +0000 (12:05 +0100)] 
remove fatal_exit from runtime reopen routines.

6 years agoimprove fstrm routine documentation.
W.C.A. Wijngaards [Wed, 22 Jan 2020 10:57:15 +0000 (11:57 +0100)] 
improve fstrm routine documentation.

6 years agofstrm routines for start and stop, fstrm_create_control_frame_start and
W.C.A. Wijngaards [Wed, 22 Jan 2020 10:44:11 +0000 (11:44 +0100)] 
fstrm routines for start and stop, fstrm_create_control_frame_start and
fstrm_create_control_frame_stop, suitable for reuse, together with fstrm
protocol defines.

6 years agoRemove editor file that was added by mistake.
W.C.A. Wijngaards [Tue, 21 Jan 2020 16:15:37 +0000 (17:15 +0100)] 
Remove editor file that was added by mistake.

6 years agoiothread find msg.
W.C.A. Wijngaards [Tue, 21 Jan 2020 16:14:47 +0000 (17:14 +0100)] 
iothread find msg.

6 years agoiothread work.
W.C.A. Wijngaards [Tue, 21 Jan 2020 16:01:25 +0000 (17:01 +0100)] 
iothread work.

6 years agothe framestream queue.
W.C.A. Wijngaards [Tue, 21 Jan 2020 13:50:37 +0000 (14:50 +0100)] 
the framestream queue.

6 years agodnstap unit test.
W.C.A. Wijngaards [Tue, 21 Jan 2020 13:02:45 +0000 (14:02 +0100)] 
dnstap unit test.

6 years agodnstap test program prints messages and timestamps in long format.
W.C.A. Wijngaards [Tue, 21 Jan 2020 09:14:30 +0000 (10:14 +0100)] 
dnstap test program prints messages and timestamps in long format.

6 years agodnstap test program prints identity and version.
W.C.A. Wijngaards [Tue, 21 Jan 2020 08:56:28 +0000 (09:56 +0100)] 
dnstap test program prints identity and version.

6 years agodnstap test progam can log on one line type,ip,qname,qtype,qclass
W.C.A. Wijngaards [Mon, 20 Jan 2020 16:23:01 +0000 (17:23 +0100)] 
dnstap test progam can log on one line type,ip,qname,qtype,qclass

6 years agounbound-dnstap-socket debug test program.
W.C.A. Wijngaards [Mon, 20 Jan 2020 14:45:31 +0000 (15:45 +0100)] 
unbound-dnstap-socket debug test program.

6 years agoiolist item added.
W.C.A. Wijngaards [Mon, 20 Jan 2020 11:12:27 +0000 (12:12 +0100)] 
iolist item added.

6 years agoWriteup of FrameStreams protocol.
W.C.A. Wijngaards [Mon, 20 Jan 2020 10:44:45 +0000 (11:44 +0100)] 
Writeup of FrameStreams protocol.

6 years agogit branch to track feature for framestreams. The aim is to make
W.C.A. Wijngaards [Mon, 20 Jan 2020 10:04:06 +0000 (11:04 +0100)] 
git branch to track feature for framestreams.  The aim is to make
reconnecting work, TLS support and not depend on the libfstrm library,
but keep compatibility with the Frame Streams protocol spec for
existing DNSTAP tools.

6 years ago- extend rpz_respip.rpl with ipv6 without zz label case
Ralph Dolmans [Thu, 16 Jan 2020 16:52:09 +0000 (17:52 +0100)] 
- extend rpz_respip.rpl with ipv6 without zz label case

6 years ago- improve dname_has_label(), add unit test
Ralph Dolmans [Thu, 16 Jan 2020 16:50:44 +0000 (17:50 +0100)] 
- improve dname_has_label(), add unit test

6 years agoStream reuse branch, for TCP and TLS stream reuse.
W.C.A. Wijngaards [Thu, 16 Jan 2020 16:12:32 +0000 (17:12 +0100)] 
Stream reuse branch, for TCP and TLS stream reuse.
This is for upstream pipes and using them again for the next query.

Signposted code for reuse_tcp structure in outside_network.h

6 years ago- Add cname target wc synth. to testbound test
Ralph Dolmans [Thu, 16 Jan 2020 11:39:23 +0000 (12:39 +0100)] 
- Add cname target wc synth. to testbound test

6 years agoRevert travis verbosity
Ralph Dolmans [Thu, 16 Jan 2020 00:41:25 +0000 (01:41 +0100)] 
Revert travis verbosity

6 years ago- Fix the dname_has_label fix
Ralph Dolmans [Thu, 16 Jan 2020 00:36:07 +0000 (01:36 +0100)] 
- Fix the dname_has_label fix

6 years agoattemp to get more info out of travis
Ralph Dolmans [Wed, 15 Jan 2020 23:51:42 +0000 (00:51 +0100)] 
attemp to get more info out of travis

6 years agotry to understand travis
Ralph Dolmans [Wed, 15 Jan 2020 23:18:00 +0000 (00:18 +0100)] 
try to understand travis

6 years agoMerge branch 'master' of github.com:NLnetLabs/unbound into rpz
Ralph Dolmans [Wed, 15 Jan 2020 22:44:10 +0000 (23:44 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound into rpz

6 years ago- Fix faulty assert
Ralph Dolmans [Wed, 15 Jan 2020 22:19:24 +0000 (23:19 +0100)] 
- Fix faulty assert

6 years ago- Fix doxygen issue
Ralph Dolmans [Wed, 15 Jan 2020 22:14:24 +0000 (23:14 +0100)] 
- Fix doxygen issue

6 years ago- fix compiler warnings
Ralph Dolmans [Wed, 15 Jan 2020 22:03:44 +0000 (23:03 +0100)] 
- fix compiler warnings

6 years ago- processed RPZ review feedback
Ralph Dolmans [Wed, 15 Jan 2020 21:45:29 +0000 (22:45 +0100)] 
- processed RPZ review feedback
  - fix potential locking issue
  - add extra out of bound checks

6 years ago- Implement RPZ CNAME target wildcard synthesis
Ralph Dolmans [Wed, 15 Jan 2020 21:42:18 +0000 (22:42 +0100)] 
- Implement RPZ CNAME target wildcard synthesis

6 years ago- Fix auth zone support for NSEC3 records without salt.
W.C.A. Wijngaards [Tue, 14 Jan 2020 15:03:29 +0000 (16:03 +0100)] 
- Fix auth zone support for NSEC3 records without salt.

6 years ago- Fix for memory leak when edns subnet config options are read when
W.C.A. Wijngaards [Tue, 14 Jan 2020 14:48:27 +0000 (15:48 +0100)] 
- Fix for memory leak when edns subnet config options are read when
  compiled without edns subnet support.

6 years ago- Fix crash after reload where a stats lookup could reference old key
W.C.A. Wijngaards [Tue, 14 Jan 2020 14:18:52 +0000 (15:18 +0100)] 
- Fix crash after reload where a stats lookup could reference old key
  cache and neg cache structures.

6 years ago- Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
W.C.A. Wijngaards [Tue, 14 Jan 2020 13:40:44 +0000 (14:40 +0100)] 
- Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
  because dnscrypt-proxy (2.0.36) does not support the test setup
  any more, and also the config file format does not seem to have
  the appropriate keys to recreate that setup.

6 years ago- Fix unreachable code in ssl set options code.
W.C.A. Wijngaards [Fri, 10 Jan 2020 10:28:01 +0000 (11:28 +0100)] 
- Fix unreachable code in ssl set options code.

6 years ago- Fix the relationship between serve-expired and prefetch options,
W.C.A. Wijngaards [Fri, 10 Jan 2020 09:04:50 +0000 (10:04 +0100)] 
- Fix the relationship between serve-expired and prefetch options,
  patch from Saksham Manchanda from Secure64.

6 years ago- Add changelog entry for fix #138 (stop binding pidfile inside chroot dir in
Ralph Dolmans [Wed, 8 Jan 2020 15:36:18 +0000 (16:36 +0100)] 
- Add changelog entry for fix #138 (stop binding pidfile inside chroot dir in
  systemd service file).

6 years agoMerge pull request #142 from Maryse47/patch-1
Ralph Dolmans [Wed, 8 Jan 2020 15:23:23 +0000 (16:23 +0100)] 
Merge pull request #142 from Maryse47/patch-1

unbound.service.in: stop binding pidfile inside chroot dir

6 years agounbound.service.in: stop binding pidfile inside chroot dir 142/head
Maryse47 [Wed, 8 Jan 2020 15:21:22 +0000 (15:21 +0000)] 
unbound.service.in: stop binding pidfile inside chroot dir

Apparently pidfile isn't used inside chroot and binding it may cause some weird failures with older systemd.

Fixes https://github.com/NLnetLabs/unbound/issues/138

6 years ago- And update for more spare space.
W.C.A. Wijngaards [Wed, 8 Jan 2020 11:58:07 +0000 (12:58 +0100)] 
- And update for more spare space.

6 years ago- Updated sldns_bget_token_par fix for also space for the zero
W.C.A. Wijngaards [Wed, 8 Jan 2020 10:55:42 +0000 (11:55 +0100)] 
- Updated sldns_bget_token_par fix for also space for the zero
  delimiter after the character.

6 years ago- Fix out-of-bounds null-byte write in sldns_bget_token_par while
W.C.A. Wijngaards [Wed, 8 Jan 2020 10:08:16 +0000 (11:08 +0100)] 
- Fix out-of-bounds null-byte write in sldns_bget_token_par while
  parsing type WKS, reported by Luis Merino from X41 D-Sec.

6 years ago- Fix 'make test' to work for --disable-sha1 configure option.
W.C.A. Wijngaards [Wed, 8 Jan 2020 08:23:46 +0000 (09:23 +0100)] 
- Fix 'make test' to work for --disable-sha1 configure option.

6 years ago- Changes to compat/getentropy_solaris.c for,
George Thessalonikefs [Tue, 7 Jan 2020 13:19:15 +0000 (15:19 +0200)] 
- Changes to compat/getentropy_solaris.c for,
  ifdef stdint.h inclusion for older systems.
  ifdef sha2.h inclusion for older systems.

6 years ago- Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
George Thessalonikefs [Tue, 7 Jan 2020 13:06:14 +0000 (15:06 +0200)] 
- Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
  The dl_iterate_phdr() function introduced in newer versions raises
  compilation errors on solaris 10.

6 years ago- Fix #140: Document slave not downloading new zonefile upon update.
W.C.A. Wijngaards [Mon, 6 Jan 2020 15:36:44 +0000 (16:36 +0100)] 
- Fix #140: Document slave not downloading new zonefile upon update.

6 years ago(Changelog note for #135).
W.C.A. Wijngaards [Mon, 6 Jan 2020 15:18:46 +0000 (16:18 +0100)] 
(Changelog note for #135).
- Merge #135 from Florian Obser: Use passed in neg and key cache
  if non-NULL.

6 years agoMerge pull request #135 from fobser/pass-in-neg-key-cache
Wouter Wijngaards [Mon, 6 Jan 2020 15:17:16 +0000 (16:17 +0100)] 
Merge pull request #135 from fobser/pass-in-neg-key-cache

Use passed in neg and key cache if non-NULL.

6 years ago- Fix dname_has_label() code review changes
Ralph Dolmans [Mon, 23 Dec 2019 16:35:11 +0000 (17:35 +0100)] 
- Fix dname_has_label() code review changes

6 years agoProccess more review feedback
Ralph Dolmans [Mon, 23 Dec 2019 15:02:43 +0000 (16:02 +0100)] 
Proccess more review feedback

6 years agoUse passed in neg and key cache if non-NULL. 135/head
Florian Obser [Thu, 19 Dec 2019 12:20:34 +0000 (13:20 +0100)] 
Use passed in neg and key cache if non-NULL.

With this the neg and key caches can be shared between multiple
libunbound contexts.

The msg and rrset caches already allowed this since context_finalize()
did not touch those if they are already available and have the correct
size.

Care must be taken to properly unhook the caches from the validator
environment before calling ub_ctx_delete() otherwise one risks double
free or use after free bugs.

6 years ago- Update mailing list URL.
George Thessalonikefs [Mon, 16 Dec 2019 15:03:31 +0000 (16:03 +0100)] 
- Update mailing list URL.

6 years agoFixup 1.9.7 version commit in configure.ac.
W.C.A. Wijngaards [Thu, 12 Dec 2019 14:52:21 +0000 (15:52 +0100)] 
Fixup 1.9.7 version commit in configure.ac.

6 years ago- Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
Ralph Dolmans [Thu, 12 Dec 2019 12:05:09 +0000 (13:05 +0100)] 
- Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
  Florian Obser

6 years agoMerge pull request #129 from fobser/serve-expired-ttl-typo
Ralph Dolmans [Thu, 12 Dec 2019 11:59:28 +0000 (12:59 +0100)] 
Merge pull request #129 from fobser/serve-expired-ttl-typo

Fix typo to let serve-expired-ttl work with ub_ctx_set_option().

6 years agoMake master 1.9.7 in development.
Ralph Dolmans [Thu, 12 Dec 2019 11:48:29 +0000 (12:48 +0100)] 
Make master 1.9.7 in development.

6 years agoFix typo to let serve-expired-ttl work with ub_ctx_set_option(). 129/head
Florian Obser [Tue, 10 Dec 2019 17:03:21 +0000 (18:03 +0100)] 
Fix typo to let serve-expired-ttl work with ub_ctx_set_option().

6 years ago- Fix to make auth zone IXFR to fallback to AXFR if a single
W.C.A. Wijngaards [Tue, 10 Dec 2019 12:09:50 +0000 (13:09 +0100)] 
- Fix to make auth zone IXFR to fallback to AXFR if a single
  response RR is received over TCP with the SOA in it.

6 years ago- Fix Makefile.in for ipset module compile, from Adi Prasaja. release-1.9.6
W.C.A. Wijngaards [Fri, 6 Dec 2019 10:31:34 +0000 (11:31 +0100)] 
- Fix Makefile.in for ipset module compile, from Adi Prasaja.

6 years ago- Fix ipsecmod compile.
W.C.A. Wijngaards [Fri, 6 Dec 2019 06:59:55 +0000 (07:59 +0100)] 
- Fix ipsecmod compile.

6 years ago- tag for 1.9.6rc1. release-1.9.6rc1
W.C.A. Wijngaards [Thu, 5 Dec 2019 10:21:46 +0000 (11:21 +0100)] 
- tag for 1.9.6rc1.

6 years ago- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
W.C.A. Wijngaards [Thu, 5 Dec 2019 08:10:49 +0000 (09:10 +0100)] 
- unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
  replacements for unbound-fuzzme.c that gets created after applying
  the contrib/unbound-fuzzme.patch.  They are contributed by
  Eric Sesterhenn from X41 D-Sec.

6 years ago- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
W.C.A. Wijngaards [Wed, 4 Dec 2019 15:23:52 +0000 (16:23 +0100)] 
- Fix Make Test Fails when Configured With --enable-alloc-nonregional,
  reported by X41 D-Sec.

6 years ago- update contrib/fastrpz.patch to apply more cleanly.
W.C.A. Wijngaards [Wed, 4 Dec 2019 10:41:13 +0000 (11:41 +0100)] 
- update contrib/fastrpz.patch to apply more cleanly.

6 years ago- Fix testbound for alloccheck runs, memory purify and lock checks.
W.C.A. Wijngaards [Wed, 4 Dec 2019 10:37:24 +0000 (11:37 +0100)] 
- Fix testbound for alloccheck runs, memory purify and lock checks.

6 years ago- Fix lock type for memory purify log lock deletion.
W.C.A. Wijngaards [Wed, 4 Dec 2019 08:44:31 +0000 (09:44 +0100)] 
- Fix lock type for memory purify log lock deletion.

6 years ago- make depend
W.C.A. Wijngaards [Tue, 3 Dec 2019 16:28:51 +0000 (17:28 +0100)] 
- make depend

6 years ago- Fix Hardcoded Constant, reported by X41 D-Sec.
W.C.A. Wijngaards [Tue, 3 Dec 2019 16:23:38 +0000 (17:23 +0100)] 
- Fix Hardcoded Constant, reported by X41 D-Sec.

6 years ago- Fix _vfixed not Used, removed from sbuffer code,
W.C.A. Wijngaards [Tue, 3 Dec 2019 16:07:35 +0000 (17:07 +0100)] 
- Fix _vfixed not Used, removed from sbuffer code,
  reported by X41 D-Sec.

6 years ago- Fix compile error in dnscrypt.
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:44:24 +0000 (16:44 +0100)] 
- Fix compile error in dnscrypt.

6 years ago- Fix Client NONCE Generation used for Server NONCE,
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:42:14 +0000 (16:42 +0100)] 
- Fix Client NONCE Generation used for Server NONCE,
  reported by X41 D-Sec.

6 years ago- Fix Bad Indentation, in dnscrypt.c,
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:34:53 +0000 (16:34 +0100)] 
- Fix Bad Indentation, in dnscrypt.c,
  reported by X41 D-Sec.

6 years ago- Fix snprintf() supports the n-specifier,
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:29:18 +0000 (16:29 +0100)] 
- Fix snprintf() supports the n-specifier,
  reported by X41 D-Sec.

6 years agoNote what it did, lower to 256 max count.
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:21:04 +0000 (16:21 +0100)] 
Note what it did, lower to 256 max count.

6 years ago- Fix Hang in sldns_wire2str_pkt_scan(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:20:24 +0000 (16:20 +0100)] 
- Fix Hang in sldns_wire2str_pkt_scan(),
  reported by X41 D-Sec.

6 years ago- Fix Out of Bound Write Compressed Names in rdata_copy(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:18:47 +0000 (16:18 +0100)] 
- Fix Out of Bound Write Compressed Names in rdata_copy(),
  reported by X41 D-Sec.

6 years ago- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:17:03 +0000 (16:17 +0100)] 
- Fix Insufficient Handling of Compressed Names in dname_pkt_copy(),
  reported by X41 D-Sec.

6 years ago- Fix Out of Bounds Write in sldns_b64_pton(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:10:34 +0000 (16:10 +0100)] 
- Fix Out of Bounds Write in sldns_b64_pton(),
  fixed by check in sldns_str2wire_int16_data_buf(),
  reported by X41 D-Sec.

6 years ago- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 15:01:31 +0000 (16:01 +0100)] 
- Fix Out of Bounds Write in sldns_str2wire_str_buf(),
  reported by X41 D-Sec.

6 years ago- Fix OOB Read in sldns_wire2str_dname_scan(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 14:42:34 +0000 (15:42 +0100)] 
- Fix OOB Read in sldns_wire2str_dname_scan(),
  reported by X41 D-Sec.

6 years ago- Fix Assert Causing DoS in dname_pkt_copy(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 14:20:48 +0000 (15:20 +0100)] 
- Fix Assert Causing DoS in dname_pkt_copy(),
  reported by X41 D-Sec.

6 years ago- Fix similar code in auth_zone synth cname to add the extra checks.
W.C.A. Wijngaards [Tue, 3 Dec 2019 14:11:22 +0000 (15:11 +0100)] 
- Fix similar code in auth_zone synth cname to add the extra checks.

6 years ago- Fix Assert Causing DoS in synth_cname(),
W.C.A. Wijngaards [Tue, 3 Dec 2019 14:10:36 +0000 (15:10 +0100)] 
- Fix Assert Causing DoS in synth_cname(),
  reported by X41 D-Sec.

6 years ago- Fix text around serial arithmatic used for RRSIG times to refer
W.C.A. Wijngaards [Tue, 3 Dec 2019 11:58:09 +0000 (12:58 +0100)] 
- Fix text around serial arithmatic used for RRSIG times to refer
  to correct RFC number.