]> granicus.if.org Git - pdns/log
pdns
8 years agoMerge pull request #4068 from rgacogne/dnsdist-ebpf-web
Remi Gacogne [Fri, 19 Aug 2016 07:49:36 +0000 (09:49 +0200)]
Merge pull request #4068 from rgacogne/dnsdist-ebpf-web

dnsdist: Display the dyn eBPF filters stats in the web interface

8 years agoMerge pull request #4116 from skoef/netmaskGroupRuleLocalAddr
Remi Gacogne [Fri, 19 Aug 2016 07:44:06 +0000 (09:44 +0200)]
Merge pull request #4116 from skoef/netmaskGroupRuleLocalAddr

added src boolean to NetmaskGroupRule to match destination address

8 years agoMerge pull request #4286 from rgacogne/dnsdist-response-rules-api
Remi Gacogne [Fri, 19 Aug 2016 07:37:22 +0000 (09:37 +0200)]
Merge pull request #4286 from rgacogne/dnsdist-response-rules-api

dnsdist: Add response rules to the API and Web status page

8 years agoMerge pull request #4329 from wessels/master
Remi Gacogne [Fri, 19 Aug 2016 07:29:30 +0000 (09:29 +0200)]
Merge pull request #4329 from wessels/master

Add options to LogAction() so it can append (instead of truncate) and…

8 years agoForgot to add [append] and [buffered] parameters to LogAppend() description
wessels [Thu, 18 Aug 2016 21:43:21 +0000 (21:43 +0000)]
Forgot to add [append] and [buffered] parameters to LogAppend() description

8 years agoWe don't need to keep d_append and d_buffered around, since they
wessels [Thu, 18 Aug 2016 21:41:53 +0000 (21:41 +0000)]
We don't need to keep d_append and d_buffered around, since they
are only used in the constructor.

8 years agoMerge pull request #4323 from ahupowerdns/dnsname-lowercase
bert hubert [Thu, 18 Aug 2016 07:06:03 +0000 (09:06 +0200)]
Merge pull request #4323 from ahupowerdns/dnsname-lowercase

with this change, DNSName can make a lowercase copy of itself, and we use this for speedup

8 years agoAdd options to LogAction() so it can append (instead of truncate) and write without...
wessels [Wed, 17 Aug 2016 22:34:11 +0000 (18:34 -0400)]
Add options to LogAction() so it can append (instead of truncate) and write without buffering.

Was so happy to discover LogAction() but disappointed that it truncates
the file each time the process starts, and apparently doesn't flush the
file upon exiting.  With two new optional args, the file can be appended
rather than truncated and buffering disabled.  The defaults remain as
before, which is to say to truncate and to buffer.

8 years agomalloctrace would crash if you asked it for more topAllocators than there were
bert hubert [Wed, 17 Aug 2016 09:12:55 +0000 (11:12 +0200)]
malloctrace would crash if you asked it for more topAllocators than there were

8 years agowith this change, DNSName can make a lowercase copy of itself, and we make dnssecsign...
bert hubert [Wed, 17 Aug 2016 09:10:16 +0000 (11:10 +0200)]
with this change, DNSName can make a lowercase copy of itself, and we make dnssecsigner.cc use that instead of round-tripping through human-escape presentation for lowercasing.
Includes a test

8 years agofix up speedtest compilation
bert hubert [Wed, 17 Aug 2016 09:01:28 +0000 (11:01 +0200)]
fix up speedtest compilation

8 years agoMerge pull request #4317 from ahupowerdns/root-performance
Peter van Dijk [Tue, 16 Aug 2016 14:19:25 +0000 (16:19 +0200)]
Merge pull request #4317 from ahupowerdns/root-performance

Root performance fixes after tests by Anand

8 years agolimit packet cache cleaning to at most once every 30 seconds
bert hubert [Tue, 16 Aug 2016 12:30:41 +0000 (14:30 +0200)]
limit packet cache cleaning to at most once every 30 seconds

8 years agofix up attempting to do additional processing on SRV records where we have nothing...
bert hubert [Tue, 16 Aug 2016 11:10:40 +0000 (13:10 +0200)]
fix up attempting to do additional processing on SRV records where we have nothing to resolve. This may in fact be a root SRV issue.

8 years agofix up AtomicCounter being used unitialized here and there, plus possibly fix clang...
bert hubert [Tue, 16 Aug 2016 10:03:34 +0000 (12:03 +0200)]
fix up AtomicCounter being used unitialized here and there, plus possibly fix clang compilation

8 years agofix up unit tests for new AtomicCoutnter
bert hubert [Tue, 16 Aug 2016 09:21:51 +0000 (11:21 +0200)]
fix up unit tests for new AtomicCoutnter

8 years agoremove our badly handcrafted AtomicCounter implementation, centralize packetcache...
bert hubert [Tue, 16 Aug 2016 08:36:08 +0000 (10:36 +0200)]
remove our badly handcrafted AtomicCounter implementation, centralize packetcache cache cleaning interval (ready for further improvement)

8 years agospeed up IPv6 additional processing (on by default) with an ANY query. Also saves...
bert hubert [Mon, 15 Aug 2016 10:33:57 +0000 (12:33 +0200)]
speed up IPv6 additional processing (on by default) with an ANY query. Also saves a bunch of mallocs. Especially important when running as a root-server. Thanks to Anand Buddhdev for helping us make aware of this issue.

8 years agopipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness.
bert hubert [Sun, 14 Aug 2016 18:30:56 +0000 (20:30 +0200)]
pipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness.

8 years agoeven longer timeout
bert hubert [Fri, 12 Aug 2016 22:27:44 +0000 (00:27 +0200)]
even longer timeout

8 years agomake test a bit more robust against travis or slow servers
bert hubert [Fri, 12 Aug 2016 20:41:17 +0000 (22:41 +0200)]
make test a bit more robust against travis or slow servers

8 years agoadd a test for the overload limit in the distributor
bert hubert [Fri, 12 Aug 2016 19:56:22 +0000 (21:56 +0200)]
add a test for the overload limit in the distributor

8 years agoMerge pull request #4294 from rgacogne/rec-pie-flags
Pieter Lexis [Tue, 16 Aug 2016 07:13:07 +0000 (09:13 +0200)]
Merge pull request #4294 from rgacogne/rec-pie-flags

rec: Honor PIE flags

8 years agoMerge pull request #4244 from rgacogne/dnsdist-check-cd
Peter van Dijk [Mon, 15 Aug 2016 19:40:17 +0000 (21:40 +0200)]
Merge pull request #4244 from rgacogne/dnsdist-check-cd

dnsdist: Add a `setCD` parameter to set cd=1 on health check queries

8 years agoMerge pull request #4287 from rgacogne/auth-handle-bad-serial
Peter van Dijk [Mon, 15 Aug 2016 19:37:46 +0000 (21:37 +0200)]
Merge pull request #4287 from rgacogne/auth-handle-bad-serial

auth: better handling of invalid serial

8 years agoMerge pull request #4261 from mind04/ptr
Peter van Dijk [Mon, 15 Aug 2016 19:31:53 +0000 (21:31 +0200)]
Merge pull request #4261 from mind04/ptr

strip trailing dot in PTR content

8 years agoMerge pull request #4264 from rgacogne/rec-lua-rcode
Peter van Dijk [Mon, 15 Aug 2016 19:30:36 +0000 (21:30 +0200)]
Merge pull request #4264 from rgacogne/rec-lua-rcode

rec: Set `dq.rcode` before calling postresolve

8 years agoMerge pull request #4269 from j0ju/master
Peter van Dijk [Mon, 15 Aug 2016 19:29:45 +0000 (21:29 +0200)]
Merge pull request #4269 from j0ju/master

contrib: simple bash completion for pdnsutil

8 years agoMerge pull request #4309 from RobinGeuze/addShowTCPStats
bert hubert [Mon, 15 Aug 2016 10:51:38 +0000 (12:51 +0200)]
Merge pull request #4309 from RobinGeuze/addShowTCPStats

Add showTCPStats function

8 years agoMerge pull request #4314 from ahupowerdns/overload-fix
bert hubert [Mon, 15 Aug 2016 10:46:30 +0000 (12:46 +0200)]
Merge pull request #4314 from ahupowerdns/overload-fix

Overload fix: make overload-queue-length work as intended again, add test for it. Closes #4311.

8 years agoMerge pull request #4272 from rgacogne/pieterlexis-bind-backend-issues
Pieter Lexis [Mon, 15 Aug 2016 09:09:39 +0000 (11:09 +0200)]
Merge pull request #4272 from rgacogne/pieterlexis-bind-backend-issues

Bind backend: update status message on reload, keep the existing zone on failure

8 years agoMerge pull request #4268 from 42wim/doc
Pieter Lexis [Mon, 15 Aug 2016 09:05:00 +0000 (11:05 +0200)]
Merge pull request #4268 from 42wim/doc

Small documentation fix

8 years agoMerge pull request #4280 from arjenz/master
Pieter Lexis [Mon, 15 Aug 2016 09:04:51 +0000 (11:04 +0200)]
Merge pull request #4280 from arjenz/master

Fix broken link

8 years agoMerge pull request #4310 from rgacogne/auth-libressl
Pieter Lexis [Mon, 15 Aug 2016 09:03:57 +0000 (11:03 +0200)]
Merge pull request #4310 from rgacogne/auth-libressl

Fix build with LibreSSL, for which OPENSSL_VERSION_NUMBER is irrelevant

8 years agopipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness.
bert hubert [Sun, 14 Aug 2016 18:30:56 +0000 (20:30 +0200)]
pipe timeout was equal to sleep(1) in the backend, leading to excessive brittleness.

8 years agoimprove query logging somewhat for bind backend
bert hubert [Sat, 13 Aug 2016 15:07:15 +0000 (17:07 +0200)]
improve query logging somewhat for bind backend

8 years agoeven longer timeout
bert hubert [Fri, 12 Aug 2016 22:27:44 +0000 (00:27 +0200)]
even longer timeout

8 years agomake test a bit more robust against travis or slow servers
bert hubert [Fri, 12 Aug 2016 20:41:17 +0000 (22:41 +0200)]
make test a bit more robust against travis or slow servers

8 years agoadd a test for the overload limit in the distributor
bert hubert [Fri, 12 Aug 2016 19:56:22 +0000 (21:56 +0200)]
add a test for the overload limit in the distributor

8 years agofix up regression test that got confused by our new counter.
bert hubert [Fri, 12 Aug 2016 18:42:53 +0000 (20:42 +0200)]
fix up regression test that got confused by our new counter.

8 years agofix distributor overload behaviour, closes #4311. Also adds & documents metric overlo...
bert hubert [Fri, 12 Aug 2016 17:56:09 +0000 (19:56 +0200)]
fix distributor overload behaviour, closes #4311. Also adds & documents metric overload-drops. Want to add a test too, not there yet.

8 years agoAdd some documentation
Robin Geuze [Fri, 12 Aug 2016 09:06:33 +0000 (11:06 +0200)]
Add some documentation

8 years agoAdd showTCPStats function
Robin Geuze [Fri, 12 Aug 2016 08:19:29 +0000 (10:19 +0200)]
Add showTCPStats function

8 years agoFix build with LibreSSL, for which OPENSSL_VERSION_NUMBER is irrelevant
Remi Gacogne [Fri, 12 Aug 2016 07:52:08 +0000 (09:52 +0200)]
Fix build with LibreSSL, for which OPENSSL_VERSION_NUMBER is irrelevant

8 years agodnsdist: Display the dyn eBPF filters stats in the web interface
Remi Gacogne [Wed, 29 Jun 2016 13:05:50 +0000 (15:05 +0200)]
dnsdist: Display the dyn eBPF filters stats in the web interface

Dynamic BPF filters need to be registered to appear in the interface,
and unregistered when not needed anymore.
Automatic registration would mean that dangling dynamic BPF filters could
not be garbage collected without being unregistered first.

8 years agoMerge pull request #4301 from Habbie/lua-ds-tostring
Peter van Dijk [Thu, 11 Aug 2016 12:39:32 +0000 (14:39 +0200)]
Merge pull request #4301 from Habbie/lua-ds-tostring

expose SMN toString to lua

8 years agoMerge pull request #4300 from Habbie/luacopydnsname
Peter van Dijk [Thu, 11 Aug 2016 12:38:52 +0000 (14:38 +0200)]
Merge pull request #4300 from Habbie/luacopydnsname

allow newDN to take a DNSName in; document missing methods

8 years agoMerge pull request #4293 from rubenk/remove-selinux-policy
Peter van Dijk [Thu, 11 Aug 2016 12:36:24 +0000 (14:36 +0200)]
Merge pull request #4293 from rubenk/remove-selinux-policy

Remove SELinux policy

8 years agoMerge pull request #4302 from rgacogne/dnsdist-help
Peter van Dijk [Thu, 11 Aug 2016 12:35:22 +0000 (14:35 +0200)]
Merge pull request #4302 from rgacogne/dnsdist-help

dnsdist: Add `help()` and `showVersion()`

8 years agoadd missing methods to documentation
Peter van Dijk [Thu, 11 Aug 2016 08:48:07 +0000 (10:48 +0200)]
add missing methods to documentation

8 years agoallow newDN to take a DNSName in
Peter van Dijk [Mon, 8 Aug 2016 19:06:15 +0000 (21:06 +0200)]
allow newDN to take a DNSName in

8 years agoexpose SMN toString to lua
Peter van Dijk [Mon, 8 Aug 2016 19:11:06 +0000 (21:11 +0200)]
expose SMN toString to lua

8 years agodnsdist: Add `help()` and `showVersion()`
Remi Gacogne [Tue, 9 Aug 2016 14:07:26 +0000 (16:07 +0200)]
dnsdist: Add `help()` and `showVersion()`

8 years agoMerge pull request #4303 from rgacogne/auth-ruby-json-travis
Peter van Dijk [Wed, 10 Aug 2016 19:22:59 +0000 (21:22 +0200)]
Merge pull request #4303 from rgacogne/auth-ruby-json-travis

Use ruby-json 1.8.2 instead of 1.8.1 to build on travis

8 years agoUse ruby-json 1.8.2 instead of 1.8.1 to build on travis
Remi Gacogne [Wed, 10 Aug 2016 08:26:28 +0000 (10:26 +0200)]
Use ruby-json 1.8.2 instead of 1.8.1 to build on travis

Since travis upgraded their trusty image, ruby has been updated to
2.3.1 and doesn't play well with ruby-json 1.8.1.
This should be fixed in 1.8.2 according to
https://github.com/flori/json/issues/229

8 years agorec: Honor PIE flags
Remi Gacogne [Sun, 7 Aug 2016 15:00:29 +0000 (17:00 +0200)]
rec: Honor PIE flags

8 years agoRemove SELinux policy
Ruben Kerkhof [Sat, 6 Aug 2016 10:23:59 +0000 (12:23 +0200)]
Remove SELinux policy

I wrote new policy from scratch which has been upstreamed a while ago.

8 years agoauth: Remove leftover ERANGE check when parsing serial
Remi Gacogne [Fri, 5 Aug 2016 08:52:04 +0000 (10:52 +0200)]
auth: Remove leftover ERANGE check when parsing serial

8 years agoUpdate index.md
bert hubert [Thu, 4 Aug 2016 17:02:10 +0000 (19:02 +0200)]
Update index.md

8 years agoauth: Handle out_of_range exception when parsing serial
Remi Gacogne [Thu, 4 Aug 2016 17:01:22 +0000 (19:01 +0200)]
auth: Handle out_of_range exception when parsing serial

Unsure if we can actually get a bad serial here, but we are checking
the number of parts so it looks like it might happen.

8 years agoauth: Catch out_of_range exception when parsing serial
Remi Gacogne [Thu, 4 Aug 2016 17:00:07 +0000 (19:00 +0200)]
auth: Catch out_of_range exception when parsing serial

8 years agodnsdist: Add response rules to the API and Web status page
Remi Gacogne [Thu, 4 Aug 2016 14:14:27 +0000 (16:14 +0200)]
dnsdist: Add response rules to the API and Web status page

8 years agoFix broken link
Arjen Zonneveld [Thu, 4 Aug 2016 08:33:34 +0000 (10:33 +0200)]
Fix broken link

Fix incorrect anchor to Hybrid BIND-mode operation.

8 years agoMerge pull request #4274 from mind04/dhcid
Peter van Dijk [Wed, 3 Aug 2016 19:01:11 +0000 (21:01 +0200)]
Merge pull request #4274 from mind04/dhcid

report DHCID type

8 years agoMerge pull request #4271 from Habbie/ucontext_t
Peter van Dijk [Tue, 2 Aug 2016 20:37:39 +0000 (22:37 +0200)]
Merge pull request #4271 from Habbie/ucontext_t

fix type

8 years agoreport DHCID type
Kees Monshouwer [Tue, 2 Aug 2016 19:09:46 +0000 (21:09 +0200)]
report DHCID type

8 years agofix type
Peter van Dijk [Tue, 2 Aug 2016 13:48:34 +0000 (15:48 +0200)]
fix type

8 years agoauth: Keep the existing bind backend zone if reload fails
Remi Gacogne [Tue, 2 Aug 2016 13:49:11 +0000 (15:49 +0200)]
auth: Keep the existing bind backend zone if reload fails

8 years agoAdd d_wasRejectedLastRelaod bool to BindDomainInfo
Pieter Lexis [Fri, 29 Jul 2016 11:26:29 +0000 (13:26 +0200)]
Add d_wasRejectedLastRelaod bool to BindDomainInfo

Before, we used d_loaded to show "[rejected]" in the `pdns_control
bind-reload-now` output. However, an already loaded zone that was
rejected later, it would not show "[rejected], it would not show
"[rejected]".

8 years agoAuth: output current message on bind-reload-now
Pieter Lexis [Fri, 29 Jul 2016 11:00:55 +0000 (13:00 +0200)]
Auth: output current message on bind-reload-now

Also log the result of the parsing in the server

8 years agocontrib: simple bash completion for pdnsutil
Joerg Jungermann [Tue, 2 Aug 2016 10:03:14 +0000 (12:03 +0200)]
contrib: simple bash completion for pdnsutil

8 years agoFix some inconsistencies
Wim [Mon, 1 Aug 2016 21:19:02 +0000 (23:19 +0200)]
Fix some inconsistencies

8 years agopdnsutil remove unnecessary check, the parse test above will catch trailing dots
Kees Monshouwer [Mon, 1 Aug 2016 20:53:50 +0000 (22:53 +0200)]
pdnsutil remove unnecessary check, the parse test above will catch trailing dots

8 years agorec: Set `dq.rcode` before calling postresolve
Remi Gacogne [Mon, 1 Aug 2016 12:46:48 +0000 (14:46 +0200)]
rec: Set `dq.rcode` before calling postresolve

8 years agoMerge pull request #4042 from rgacogne/dnsdist-tcp-fast-open
Remi Gacogne [Mon, 1 Aug 2016 07:18:37 +0000 (09:18 +0200)]
Merge pull request #4042 from rgacogne/dnsdist-tcp-fast-open

dnsdist: Add server-side TCP Fast Open support

8 years agoMerge pull request #4067 from rgacogne/dnsdist-fix-ebpf-detection
Remi Gacogne [Mon, 1 Aug 2016 07:17:33 +0000 (09:17 +0200)]
Merge pull request #4067 from rgacogne/dnsdist-fix-ebpf-detection

dnsdist: Disable eBPF support when BPF_FUNC_tail_call is not found

8 years agoMerge pull request #4079 from rgacogne/dnsdist-remotelog-no-protobuf
Remi Gacogne [Mon, 1 Aug 2016 07:16:56 +0000 (09:16 +0200)]
Merge pull request #4079 from rgacogne/dnsdist-remotelog-no-protobuf

dnsdist: Return an error on RemoteLog{,Response}Action() w/o protobuf

8 years agoMerge pull request #4198 from stutiredboy/master
Remi Gacogne [Mon, 1 Aug 2016 07:16:42 +0000 (09:16 +0200)]
Merge pull request #4198 from stutiredboy/master

newServer setting maxCheckFailures makes no sense

8 years agoMerge pull request #4246 from rgacogne/dnsdist-api-array-pools
Remi Gacogne [Mon, 1 Aug 2016 07:15:51 +0000 (09:15 +0200)]
Merge pull request #4246 from rgacogne/dnsdist-api-array-pools

dnsdist: API now sends pools as a JSON array instead of a string

8 years agostrip trailing dot in PTR content
Kees Monshouwer [Sat, 30 Jul 2016 23:43:55 +0000 (01:43 +0200)]
strip trailing dot in PTR content

8 years agoMerge pull request #4056 from zeha/openssl11 auth-4.0.1 rec-4.0.1
Pieter Lexis [Fri, 29 Jul 2016 14:28:18 +0000 (16:28 +0200)]
Merge pull request #4056 from zeha/openssl11

OpenSSL 1.1.0 support

8 years agoMore changelog fixes
Pieter Lexis [Fri, 29 Jul 2016 13:55:37 +0000 (15:55 +0200)]
More changelog fixes

8 years agoUpdate changelog with one more entry
Pieter Lexis [Fri, 29 Jul 2016 13:31:32 +0000 (15:31 +0200)]
Update changelog with one more entry

8 years agoMerge pull request #4252 from rgacogne/auth-bind-include-length
Peter van Dijk [Fri, 29 Jul 2016 13:29:21 +0000 (15:29 +0200)]
Merge pull request #4252 from rgacogne/auth-bind-include-length

auth: Don't include bind files if length <= 2 or > sizeof(filename)

8 years agoMerge pull request #4241 from pieterlexis/401-changelog
Pieter Lexis [Fri, 29 Jul 2016 13:26:15 +0000 (15:26 +0200)]
Merge pull request #4241 from pieterlexis/401-changelog

4.0.1 changelog, docs and secpoll

8 years agoAdd 4.0.1 to secpoll
Pieter Lexis [Thu, 28 Jul 2016 09:02:40 +0000 (11:02 +0200)]
Add 4.0.1 to secpoll

8 years agoAdd some docs on new ComboAddress features in Lua
Pieter Lexis [Thu, 28 Jul 2016 08:56:56 +0000 (10:56 +0200)]
Add some docs on new ComboAddress features in Lua

8 years agoAdd Upgrade Notes for the recursor
Pieter Lexis [Thu, 28 Jul 2016 08:53:01 +0000 (10:53 +0200)]
Add Upgrade Notes for the recursor

8 years agoAdd auth 4.0.1 changelog
Pieter Lexis [Thu, 28 Jul 2016 08:51:40 +0000 (10:51 +0200)]
Add auth 4.0.1 changelog

8 years agoAdd recursor 4.0.1 changelog entries
Pieter Lexis [Thu, 28 Jul 2016 08:51:24 +0000 (10:51 +0200)]
Add recursor 4.0.1 changelog entries

8 years agoopensslsigners: use libcrypto access functions
Christian Hofstaedtler [Mon, 27 Jun 2016 19:45:23 +0000 (19:45 +0000)]
opensslsigners: use libcrypto access functions

8 years agoopensslsigners: remove thread/locking setup, not needed in openssl 1.1 anymore
Christian Hofstaedtler [Mon, 27 Jun 2016 13:50:31 +0000 (13:50 +0000)]
opensslsigners: remove thread/locking setup, not needed in openssl 1.1 anymore

8 years agodns_random: Use CRYPTO_ctr128_encrypt when available
Christian Hofstaedtler [Mon, 27 Jun 2016 13:50:05 +0000 (13:50 +0000)]
dns_random: Use CRYPTO_ctr128_encrypt when available

As AES_ctr128_encrypt is removed in OpenSSL 1.1.0.

8 years agoAdd PDNS_CHECK_LIBCRYPTO based on AX_CHECK_OPENSSL
Pieter Lexis [Mon, 27 Jun 2016 18:41:52 +0000 (20:41 +0200)]
Add PDNS_CHECK_LIBCRYPTO based on AX_CHECK_OPENSSL

This detects libcrypto for OpenSSL 0.9.8, 1.0 and 1.1.

Furthermore, curve detection appeared broken on Arch Linux, this is fixed
with the addition of PDNS_CHECK_LIBCRYPTO_ECDSA, without breaking on Debian
Jessie, Ubuntu Trusty, Wily and Xenial and CentOS 5 through 7.

8 years agoMerge pull request #4255 from pieterlexis/stl-error-on-broken-soa
Pieter Lexis [Fri, 29 Jul 2016 12:38:49 +0000 (14:38 +0200)]
Merge pull request #4255 from pieterlexis/stl-error-on-broken-soa

Auth: catch runtime_error when parsing a broken MNAME

8 years agoMerge pull request #4207 from pieterlexis/multiple-DS-per-name
Pieter Lexis [Fri, 29 Jul 2016 12:38:39 +0000 (14:38 +0200)]
Merge pull request #4207 from pieterlexis/multiple-DS-per-name

Change DS config items to dsmap_t

8 years agoChange dsmap_t to a set to prevent duplicates
Pieter Lexis [Thu, 21 Jul 2016 14:43:47 +0000 (16:43 +0200)]
Change dsmap_t to a set to prevent duplicates

8 years agoChange DS config items to dsmap_t
Pieter Lexis [Tue, 19 Jul 2016 13:38:27 +0000 (15:38 +0200)]
Change DS config items to dsmap_t

Ensure that addTA() appends the DS.

8 years agotest-algorithms: check public key can be reloaded
Christian Hofstaedtler [Fri, 1 Jul 2016 12:17:08 +0000 (14:17 +0200)]
test-algorithms: check public key can be reloaded

8 years agoopensslsigners: mark member overrides
Christian Hofstaedtler [Fri, 1 Jul 2016 09:57:35 +0000 (11:57 +0200)]
opensslsigners: mark member overrides

Fixes warnings from clang.