]> git.ipfire.org Git - thirdparty/unbound.git/log
thirdparty/unbound.git
5 years agoMerge branch 'master' into stream-reuse
W.C.A. Wijngaards [Thu, 30 Jan 2020 14:49:57 +0000 (15:49 +0100)] 
Merge branch 'master' into stream-reuse

5 years ago- Add changelog entry for memory leak fix
Ralph Dolmans [Thu, 30 Jan 2020 14:47:49 +0000 (15:47 +0100)] 
- Add changelog entry for memory leak fix

5 years ago- Fix memory leak in do_auth_zone_transfer on success
Ralph Dolmans [Thu, 30 Jan 2020 14:45:54 +0000 (15:45 +0100)] 
- Fix memory leak in do_auth_zone_transfer on success

5 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
Ralph Dolmans [Thu, 30 Jan 2020 13:58:25 +0000 (14:58 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

5 years ago- Fix small memory leak in error condition remote.c
Ralph Dolmans [Thu, 30 Jan 2020 13:56:48 +0000 (14:56 +0100)] 
- Fix small memory leak in error condition remote.c
- Fix double free in error condition view.c

5 years agoMerge branch 'master' into stream-reuse
W.C.A. Wijngaards [Thu, 30 Jan 2020 13:25:00 +0000 (14:25 +0100)] 
Merge branch 'master' into stream-reuse

5 years ago- updated .gitignore for added contrib file.
W.C.A. Wijngaards [Thu, 30 Jan 2020 13:20:08 +0000 (14:20 +0100)] 
- updated .gitignore for added contrib file.

5 years agoChangelog note for PR#151.
W.C.A. Wijngaards [Thu, 30 Jan 2020 13:11:41 +0000 (14:11 +0100)] 
Changelog note for PR#151.
- Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
  and Frzk.  Updates the unbound.service systemd file and adds
  a portable systemd service file.

5 years agoMerge pull request #151 from Maryse47/systemd_fix
Wouter Wijngaards [Thu, 30 Jan 2020 13:09:29 +0000 (14:09 +0100)] 
Merge pull request #151 from Maryse47/systemd_fix

Fixes for systemd units

5 years ago- Update contrib/fastrpz.patch for clean diff with current code.
W.C.A. Wijngaards [Thu, 30 Jan 2020 12:05:35 +0000 (13:05 +0100)] 
- Update contrib/fastrpz.patch for clean diff with current code.

5 years ago- Fix subnet tests for disabled DSA algorithm by default.
W.C.A. Wijngaards [Thu, 30 Jan 2020 08:08:19 +0000 (09:08 +0100)] 
- Fix subnet tests for disabled DSA algorithm by default.

5 years ago- Fix misplaced parentheses from PR#156
Ralph Dolmans [Wed, 29 Jan 2020 15:32:03 +0000 (16:32 +0100)] 
- Fix misplaced parentheses from PR#156

5 years ago- Add PR#156 merge to changelog (Added unbound-control view_local_datas_remove
Ralph Dolmans [Wed, 29 Jan 2020 14:46:05 +0000 (15:46 +0100)] 
- Add PR#156 merge to changelog (Added unbound-control view_local_datas_remove
  command)

5 years agoMerge pull request #156 from n3bul4/master
Ralph Dolmans [Wed, 29 Jan 2020 14:44:39 +0000 (15:44 +0100)] 
Merge pull request #156 from n3bul4/master

Added unbound-control view_local_datas_remove command

5 years agoAdded view_local_datas_remove description to documentation 156/head
Alexander Berkes [Wed, 29 Jan 2020 14:32:55 +0000 (15:32 +0100)] 
Added view_local_datas_remove description to documentation

5 years ago- Fix #157: undefined reference to `htobe64'.
W.C.A. Wijngaards [Wed, 29 Jan 2020 10:56:29 +0000 (11:56 +0100)] 
- Fix #157: undefined reference to `htobe64'.

5 years agoAdded unbound-control view_local_datas_remove command
Alexander Berkes [Wed, 29 Jan 2020 01:28:00 +0000 (02:28 +0100)] 
Added unbound-control view_local_datas_remove command

5 years agounbound.service.in: don't write pidfile at start 151/head
Maryse47 [Tue, 28 Jan 2020 17:47:21 +0000 (18:47 +0100)] 
unbound.service.in: don't write pidfile at start

Pidfiles aren't needed while running unbound through systemd.
The PID of the unbound daemon can still be obtained with:
'systemctl show --property MainPID --value unbound'.

While disabling pidfiles we can also drop CAP_CHOWN and writable
/run directory.

5 years agounbound.service.in: drop CAP_IPC_LOCK
Maryse47 [Tue, 28 Jan 2020 17:42:41 +0000 (18:42 +0100)] 
unbound.service.in: drop CAP_IPC_LOCK

CAP_IPC_LOCK controls whether a process can lock pages into physical
memory (for instance to prevent passwords or private keys from
being swapped to disk), e.g. mmap() with the MAP_LOCKED flag or
shmctl() with the SHM_LOCK command, neither of which seem to be
used by unbound.

5 years ago- Fix to silence the tls handshake errors for broken pipe and reset
W.C.A. Wijngaards [Tue, 28 Jan 2020 13:32:06 +0000 (14:32 +0100)] 
- Fix to silence the tls handshake errors for broken pipe and reset
  by peer, unless verbosity is set to 2 or higher.

5 years ago- Add PR#147 merge to changelog
Ralph Dolmans [Tue, 28 Jan 2020 12:41:26 +0000 (13:41 +0100)] 
- Add PR#147 merge to changelog

5 years agoMerge pull request #147 from mnach/minor-rfc-comment
Ralph Dolmans [Tue, 28 Jan 2020 12:39:18 +0000 (13:39 +0100)] 
Merge pull request #147 from mnach/minor-rfc-comment

minor #1344 change rfc reference for reserved top level dns names

5 years ago- iana portlist updated.
W.C.A. Wijngaards [Tue, 28 Jan 2020 11:25:37 +0000 (12:25 +0100)] 
- iana portlist updated.

5 years agounbound.service.in: allow CAP_CHOWN
Maryse47 [Mon, 27 Jan 2020 17:31:10 +0000 (18:31 +0100)] 
unbound.service.in: allow CAP_CHOWN

CAP_CHOWN is needed for changing onwership of pidfile before
dropping privileges and truncate pidfile on exit.

5 years agominor #1344 change rfc reference for reserved top level dns names 147/head
Mikhail Nacharov [Tue, 21 Jan 2020 12:13:50 +0000 (17:13 +0500)] 
minor #1344 change rfc reference for reserved top level dns names

5 years ago- Add changelog entry for PR#148.
Ralph Dolmans [Mon, 27 Jan 2020 15:06:06 +0000 (16:06 +0100)] 
- Add changelog entry for PR#148.

5 years agoMerge pull request #148 from pettai/morestats
Ralph Dolmans [Mon, 27 Jan 2020 15:04:00 +0000 (16:04 +0100)] 
Merge pull request #148 from pettai/morestats

Add some TLS stats to unbound_munin_

5 years ago- Add changelog entry for RP#154
Ralph Dolmans [Mon, 27 Jan 2020 14:50:12 +0000 (15:50 +0100)] 
- Add changelog entry for RP#154
- autoconf after PR#154

5 years agoMerge pull request #154 from edmonds/edmonds/libbsd-support
Ralph Dolmans [Mon, 27 Jan 2020 14:44:32 +0000 (15:44 +0100)] 
Merge pull request #154 from edmonds/edmonds/libbsd-support

Allow use of libbsd functions with configure option --with-libbsd

5 years agoMerge branch 'master' into edmonds/libbsd-support 154/head
Ralph Dolmans [Mon, 27 Jan 2020 14:37:33 +0000 (15:37 +0100)] 
Merge branch 'master' into edmonds/libbsd-support

5 years agounbound.service.in: add StateDirectory
Maryse47 [Mon, 27 Jan 2020 12:46:31 +0000 (13:46 +0100)] 
unbound.service.in: add StateDirectory

State directory will be created under /var/lib/unbound and will be
useful for writing various files managed at runtime like trust
anchors updates there instead of in ConfigureDirectory which could
be made read-only next. For this chroot needs to be disabled.

5 years agoMove unbound_nochroot.service to unbound_portable.service
Maryse47 [Fri, 24 Jan 2020 23:48:25 +0000 (00:48 +0100)] 
Move unbound_nochroot.service to unbound_portable.service

The real purpose of this service is to make it work with
https://systemd.io/PORTABLE_SERVICES/ which are incompatible with
chroot workarounds from original unbound.service.

The service content is identical to unbound.service with exception
for chroot related rules which were modified as needed.

5 years agounbound.service.in: add RuntimeDirectory and ConfigurationDirectory
Maryse47 [Fri, 24 Jan 2020 12:41:06 +0000 (13:41 +0100)] 
unbound.service.in: add RuntimeDirectory and ConfigurationDirectory

Adding 'RuntimeDirectory' is needed when pidfile path is set to
subdirectory under /run.

Adding ConfigurationDirectory may help in some non-standard setups.

Also add more descriptions about used rules to avoid user confusion
about they meaning and purpose.

5 years ago- Fix #153: Disable validation for DSA algorithms. RFC 8624
W.C.A. Wijngaards [Mon, 27 Jan 2020 08:40:18 +0000 (09:40 +0100)] 
- Fix #153: Disable validation for DSA algorithms.  RFC 8624
  compliance.

5 years agoChangelog note for PR#155.
W.C.A. Wijngaards [Mon, 27 Jan 2020 08:31:07 +0000 (09:31 +0100)] 
Changelog note for PR#155.
- Merge PR#155 from Rober Edmonds: contrib/libunbound.pc.in: Fixes
  to Libs/Requires for crypto library dependencies.

5 years agoMerge branch 'master' of github.com:NLnetLabs/unbound
W.C.A. Wijngaards [Mon, 27 Jan 2020 08:29:18 +0000 (09:29 +0100)] 
Merge branch 'master' of github.com:NLnetLabs/unbound

5 years agoMerge pull request #155 from edmonds/edmonds/pkg-config/libs-fixes
Wouter Wijngaards [Mon, 27 Jan 2020 08:28:53 +0000 (09:28 +0100)] 
Merge pull request #155 from edmonds/edmonds/pkg-config/libs-fixes

contrib/libunbound.pc.in: Fixes to Libs/Requires for crypto library dependencies

5 years agocontrib/libunbound.pc.in: Embed the correct crypto dependencies 155/head
Robert Edmonds [Mon, 27 Jan 2020 03:23:53 +0000 (22:23 -0500)] 
contrib/libunbound.pc.in: Embed the correct crypto dependencies

This commit removes the hardcoded dependency in the libunbound
pkg-config .pc file on the libcrypto and libssl modules and instead
populates the .pc file based on which crypto library was selected at
configure time.

Note that the .pc file specifies pkg-config module names for the
"Requires" line and this can vary from the library filename (e.g. "nss"
is the pkg-config module name vs. "nss3" being the library name).

5 years agocontrib/libunbound.pc.in: Only specify -lunbound for Libs
Robert Edmonds [Mon, 27 Jan 2020 03:01:38 +0000 (22:01 -0500)] 
contrib/libunbound.pc.in: Only specify -lunbound for Libs

According to the pkg-config manpage, the "Libs" line in a .pc file
should give the link flags "specific to your package", and specifically
says not to include link flags for dependencies:

    Libs:  This line should give the link flags specific to your
           package.  Don't add any flags for required packages;
           pkg-config will add those automatically.

5 years agoAllow use of libbsd functions with configure option --with-libbsd
Steven Chamberlain [Thu, 16 Feb 2017 12:37:41 +0000 (12:37 +0000)] 
Allow use of libbsd functions with configure option --with-libbsd

Add a new configure option `--with-libbsd', which allows to use libbsd's
portable implementations of:

    strlcpy strlcat arc4random arc4random_uniform reallocarray

instead of the embedded code copies in contrib/, which will be
difficult to maintain in the long term.

Also patch util/random.c so that, when building with libbsd and without
OpenSSL, arc4random can still be used as the PRNG.  Otherwise, building
with libnettle would need a kernel-specific getentropy implementation,
and libbsd does not export one.

[edmonds@debian.org: Imported patch description from BTS, refreshed
patch against Unbound 1.9.6.]

5 years agoChangelog and contrib/README note for PR#150.
W.C.A. Wijngaards [Thu, 23 Jan 2020 15:16:52 +0000 (16:16 +0100)] 
Changelog and contrib/README note for PR#150.
- Merge PR#150 from Frzk: Systemd unit without chroot.  It add
  contrib/unbound_nochroot.service.in, a systemd file for use with
  chroot: "", see comments in the file, it uses systemd protections
  instead.

5 years agoMerge pull request #150 from Frzk/systemd_unit_without_chroot
Wouter Wijngaards [Thu, 23 Jan 2020 15:14:17 +0000 (16:14 +0100)] 
Merge pull request #150 from Frzk/systemd_unit_without_chroot

Systemd unit without chroot

5 years agoPatch configure.ac file to take the new contrib/unbound_nochroot.service unit file... 150/head
François KUBLER [Thu, 23 Jan 2020 14:51:07 +0000 (15:51 +0100)] 
Patch configure.ac file to take the new contrib/unbound_nochroot.service unit file in consideration.

All props to Wouter Wijngaards for this work.

5 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

5 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

5 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

5 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.

5 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.

5 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.

5 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.

5 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.

5 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.

5 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).

5 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

5 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

5 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.

5 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.

5 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.

5 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.

5 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.

5 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.

5 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.

5 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.

5 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.

5 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.

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

5 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.

5 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

5 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().

5 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.

5 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().

5 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.

6 years agoChangelog entry for merge of #124.
W.C.A. Wijngaards [Tue, 3 Dec 2019 09:03:44 +0000 (10:03 +0100)] 
Changelog entry for merge of #124.
- Merge pull request #124 from rmetrich: Changed log lock
  from 'quick' to 'basic' because this is an I/O lock.

6 years agoMerge pull request #124 from rmetrich/basic_loglock
Wouter Wijngaards [Tue, 3 Dec 2019 09:03:24 +0000 (10:03 +0100)] 
Merge pull request #124 from rmetrich/basic_loglock

Changed log lock from 'quick' to 'basic' because this is an I/O lock.