]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
9 years agoMerge pull request #5094 from ahupowerdns/rfc2308
bert hubert [Fri, 3 Mar 2017 15:15:11 +0000 (16:15 +0100)] 
Merge pull request #5094 from ahupowerdns/rfc2308

make our zone parser adhere to RFC2308 wrt implicit TTLs and add test. Adds note to release notes, plus some documentation to nobackend regression tests.

9 years agoMore sles dnsdist builder things
Pieter Lexis [Fri, 3 Mar 2017 14:30:58 +0000 (15:30 +0100)] 
More sles dnsdist builder things

9 years agoauth: Don't leak a CDB object in case of bogus data 5105/head
Remi Gacogne [Fri, 3 Mar 2017 14:09:10 +0000 (15:09 +0100)] 
auth: Don't leak a CDB object in case of bogus data

9 years agoMerge pull request #5104 from pieterlexis/sles-dnsdist-pkg
Pieter Lexis [Fri, 3 Mar 2017 13:36:25 +0000 (14:36 +0100)] 
Merge pull request #5104 from pieterlexis/sles-dnsdist-pkg

Add SLES support to dnsdist build-script

9 years agoMerge pull request #5098 from shantikulkarni/patch-1
Peter van Dijk [Fri, 3 Mar 2017 13:30:16 +0000 (14:30 +0100)] 
Merge pull request #5098 from shantikulkarni/patch-1

SOA object is required for all reverse zones

9 years agodocument the breaking change in zonefile parsing for the release notes. 5094/head
bert hubert [Fri, 3 Mar 2017 12:52:08 +0000 (13:52 +0100)] 
document the breaking change in zonefile parsing for the release notes.

9 years agomake our zone parser adhere to RFC2308 wrt implicit TTLs and add test
bert hubert [Tue, 28 Feb 2017 16:22:16 +0000 (17:22 +0100)] 
make our zone parser adhere to RFC2308 wrt implicit TTLs and add test

9 years agomake rfc2308 test less fragile by using jq
bert hubert [Wed, 1 Mar 2017 11:56:32 +0000 (12:56 +0100)] 
make rfc2308 test less fragile by using jq

9 years agoand a README to help the user get up to speed with these tests
bert hubert [Tue, 28 Feb 2017 16:26:11 +0000 (17:26 +0100)] 
and a README to help the user get up to speed with these tests

9 years agomake our zone parser adhere to RFC2308 wrt implicit TTLs and add test
bert hubert [Tue, 28 Feb 2017 16:22:16 +0000 (17:22 +0100)] 
make our zone parser adhere to RFC2308 wrt implicit TTLs and add test

9 years agorec: Mark pdns_recursor.cc functions/globals as static whenever possible 5106/head
Remi Gacogne [Fri, 3 Mar 2017 12:48:25 +0000 (13:48 +0100)] 
rec: Mark pdns_recursor.cc functions/globals as static whenever possible

This might allow the compiler to do some optimizations, and also
make it easier to see where functions and globals are used when
reading the code.

9 years agorec: Constify SyncRes methods whenever possible
Remi Gacogne [Fri, 3 Mar 2017 11:42:16 +0000 (12:42 +0100)] 
rec: Constify SyncRes methods whenever possible

9 years agoAdd SLES support to dnsdist build-script 5104/head
Pieter Lexis [Fri, 3 Mar 2017 10:16:07 +0000 (11:16 +0100)] 
Add SLES support to dnsdist build-script

9 years agorec: Split SyncRes::doResolveAt()
Remi Gacogne [Fri, 3 Mar 2017 11:05:45 +0000 (12:05 +0100)] 
rec: Split SyncRes::doResolveAt()

9 years agorec: enhance documentation by adding/correcting 'Available 4966/head
Patrick Ringl [Thu, 2 Mar 2017 23:50:16 +0000 (00:50 +0100)] 
rec: enhance documentation by adding/correcting 'Available
since'-tags for the diversity of available options

9 years agorec: Don't parse the QName in the packet cache if we already have it 5102/head
Remi Gacogne [Wed, 22 Feb 2017 16:42:02 +0000 (17:42 +0100)] 
rec: Don't parse the QName in the packet cache if we already have it

When `gettag()` or protobuf are enabled, we have already parsed the
qname, qtype and qclass so pass them to the Packet Cache instead of
parsing them again.
Don't parse them several times if we have more than one match from
the cache either.

9 years agorec: Clean up time_t / uint32_t mix for the packet cache's TTD
Remi Gacogne [Tue, 21 Feb 2017 15:30:35 +0000 (16:30 +0100)] 
rec: Clean up time_t / uint32_t mix for the packet cache's TTD

9 years agoFix minor issues reported by `cppcheck` 5101/head
Remi Gacogne [Thu, 2 Mar 2017 14:07:56 +0000 (15:07 +0100)] 
Fix minor issues reported by `cppcheck`

9 years agoauth: Document that the cache respect the answer's TTL 5100/head
Remi Gacogne [Thu, 2 Mar 2017 14:36:44 +0000 (15:36 +0100)] 
auth: Document that the cache respect the answer's TTL

9 years agodnsdist addAction: Also DNSName(s) 5070/head
Pieter Lexis [Wed, 22 Feb 2017 17:04:22 +0000 (18:04 +0100)] 
dnsdist addAction: Also DNSName(s)

9 years agoescape markdown formatting chars 5087/head
Peter van Dijk [Mon, 27 Feb 2017 19:29:05 +0000 (20:29 +0100)] 
escape markdown formatting chars

9 years agorec: Clean up the signedness of the packet cache's tag
Remi Gacogne [Tue, 21 Feb 2017 15:22:12 +0000 (16:22 +0100)] 
rec: Clean up the signedness of the packet cache's tag

9 years agorec: Speed up the packet cache
Remi Gacogne [Tue, 21 Feb 2017 15:14:09 +0000 (16:14 +0100)] 
rec: Speed up the packet cache

* Don't parse the response's qname for every call to
`getResponsePacket()`, this leads to a ~15% speed up on pure retrieval
* Only hash once, keep the hash result around, leading to a ~40%
speed up on insertion

9 years agoSOA object is required for all reverse zones 5098/head
shantikulkarni [Thu, 2 Mar 2017 03:16:09 +0000 (21:16 -0600)] 
SOA object is required for all reverse zones

As of 4.0.3, an reverse lookups in LDAP strict mode will not work without there being an object with an SOA entry for the reverse lookup zone.  This requirement is a change from 3.3.3. (Issue #5086)

9 years agoMerge pull request #5097 from baloo/baloo/bugfixes/pysnmp
Remi Gacogne [Wed, 1 Mar 2017 18:51:45 +0000 (19:51 +0100)] 
Merge pull request #5097 from baloo/baloo/bugfixes/pysnmp

dnsdist: pysnmp4.3.4 fix compatibility problems with pyasn1

9 years agodnsdist: pysnmp4.3.3 fix compatibility problems with pyasn1 5097/head
Arthur Gautier [Wed, 1 Mar 2017 17:48:21 +0000 (17:48 +0000)] 
dnsdist: pysnmp4.3.3 fix compatibility problems with pyasn1

Signed-off-by: Arthur Gautier <baloo@gandi.net>
9 years agoRevert "Fix pysnmp test error."
Arthur Gautier [Wed, 1 Mar 2017 17:47:59 +0000 (17:47 +0000)] 
Revert "Fix pysnmp test error."

This reverts commit 9f512fd73afe7c2bceb8e42d7ff7eba527300408.

9 years agoDocs: modernize the 'database' howto somewhat 5096/head
Pieter Lexis [Wed, 1 Mar 2017 15:39:24 +0000 (16:39 +0100)] 
Docs: modernize the 'database' howto somewhat

9 years agoLDAP GSSAPI log improvements 4477/head
Grégory Oestreicher [Fri, 16 Sep 2016 09:16:20 +0000 (11:16 +0200)] 
LDAP GSSAPI log improvements

9 years agoAdd master support and document it.
Grégory Oestreicher [Wed, 14 Sep 2016 21:34:01 +0000 (23:34 +0200)] 
Add master support and document it.

9 years agoAdd a modify() method to PowerLDAP
Grégory Oestreicher [Wed, 14 Sep 2016 21:17:50 +0000 (23:17 +0200)] 
Add a modify() method to PowerLDAP

9 years agoRe-indent
Grégory Oestreicher [Wed, 14 Sep 2016 21:16:07 +0000 (23:16 +0200)] 
Re-indent

9 years agoExport KRB5CCNAME from the ldap backend
Grégory Oestreicher [Wed, 14 Sep 2016 20:55:16 +0000 (22:55 +0200)] 
Export KRB5CCNAME from the ldap backend

9 years agoAdd missing documentation for 'ldap-timeout'
Grégory Oestreicher [Wed, 14 Sep 2016 20:52:45 +0000 (22:52 +0200)] 
Add missing documentation for 'ldap-timeout'

9 years agoTry to reconnect to LDAP when connection is lost
Grégory Oestreicher [Wed, 14 Sep 2016 20:51:40 +0000 (22:51 +0200)] 
Try to reconnect to LDAP when connection is lost

Actually this will only work for initial lookup()
and list() calls. If the connection is dropped
between one of those and get() the request will
fail.

9 years agoNew LDAP exception class
Grégory Oestreicher [Wed, 14 Sep 2016 20:47:24 +0000 (22:47 +0200)] 
New LDAP exception class

9 years agoDon't throw an exception in ldapWaitResult()
Grégory Oestreicher [Wed, 14 Sep 2016 20:36:55 +0000 (22:36 +0200)] 
Don't throw an exception in ldapWaitResult()

9 years agoAdd LDAP GSSAPI authenticator.
Grégory Oestreicher [Wed, 14 Sep 2016 20:25:51 +0000 (22:25 +0200)] 
Add LDAP GSSAPI authenticator.

Also add in the LDAP backend docs the new configuration settings
to use it.

9 years agoAdd the LDAP simple authenticator.
Grégory Oestreicher [Wed, 14 Sep 2016 17:04:35 +0000 (19:04 +0200)] 
Add the LDAP simple authenticator.

All authentication work will be delegated to an implementation of
the LdapAuthenticator pure abstract class. The first authenticator
is here to support the classical password bind.

9 years agoRefactor the LDAP backend.
Grégory Oestreicher [Wed, 14 Sep 2016 16:52:38 +0000 (18:52 +0200)] 
Refactor the LDAP backend.

This prepares the future work on this backend.

9 years agoMerge pull request #5092 from Habbie/unknown-types-jdnssec
bert hubert [Tue, 28 Feb 2017 14:54:24 +0000 (15:54 +0100)] 
Merge pull request #5092 from Habbie/unknown-types-jdnssec

map CDS and CDNSKEY to TYPExxx for jdnssec-verifyzone

9 years agoCheck for valid hostnames in SRV, NS and MX records 5062/head
Pieter Lexis [Tue, 21 Feb 2017 12:08:49 +0000 (13:08 +0100)] 
Check for valid hostnames in SRV, NS and MX records

Fixes #512

9 years agodnsdist: Send a 404 on unknown API path 5089/head
Pieter Lexis [Mon, 27 Feb 2017 20:10:18 +0000 (21:10 +0100)] 
dnsdist: Send a 404 on unknown API path

Before, a 401 would be sent for unknown API paths due to the strict
checking.

9 years agomap CDS and CDNSKEY to TYPExxx for jdnssec-verifyzone 5092/head
Peter van Dijk [Tue, 28 Feb 2017 09:30:04 +0000 (10:30 +0100)] 
map CDS and CDNSKEY to TYPExxx for jdnssec-verifyzone

9 years agocorrect RPZ attribution
bert hubert [Tue, 28 Feb 2017 09:23:05 +0000 (10:23 +0100)] 
correct RPZ attribution

9 years agoMerge pull request #5090 from baloo/baloo/bugfixes/pysnmp-fix
Remi Gacogne [Tue, 28 Feb 2017 07:57:03 +0000 (08:57 +0100)] 
Merge pull request #5090 from baloo/baloo/bugfixes/pysnmp-fix

dnsdist: Fix pysnmp test error.

9 years agoFix pysnmp test error. 5090/head
Arthur Gautier [Tue, 28 Feb 2017 00:21:14 +0000 (00:21 +0000)] 
Fix pysnmp test error.

Should be reverted once https://github.com/etingof/pysnmp/issues/40 is
fixed and released (and pysnmp bumped to the newest version).

Signed-off-by: Arthur Gautier <baloo@gandi.net>
9 years agoMerge pull request #5043 from cmouse/mydns
Pieter Lexis [Mon, 27 Feb 2017 14:29:41 +0000 (15:29 +0100)] 
Merge pull request #5043 from cmouse/mydns

mydnsbackend: Add getAllDomains

9 years agoMerge pull request #5063 from ahupowerdns/recwcardcname
Pieter Lexis [Mon, 27 Feb 2017 14:29:29 +0000 (15:29 +0100)] 
Merge pull request #5063 from ahupowerdns/recwcardcname

Implement CNAME wildcards in recursor authoritative component

9 years agoMerge pull request #5064 from pieterlexis/issue-554-generated-source
Pieter Lexis [Mon, 27 Feb 2017 14:29:17 +0000 (15:29 +0100)] 
Merge pull request #5064 from pieterlexis/issue-554-generated-source

Indicate that dnslabeltext.cc is generated

9 years agoMerge pull request #5078 from pieterlexis/issue-4939-error-on-non-existing-lua-conf
Pieter Lexis [Mon, 27 Feb 2017 14:28:59 +0000 (15:28 +0100)] 
Merge pull request #5078 from pieterlexis/issue-4939-error-on-non-existing-lua-conf

Throw an error when lua-conf-file can't be loaded

9 years agoMerge pull request #5085 from rgacogne/calidns-ipv6
bert hubert [Fri, 24 Feb 2017 16:30:59 +0000 (17:30 +0100)] 
Merge pull request #5085 from rgacogne/calidns-ipv6

calidns: Use the correct socket family (IPv4 / IPv6)

9 years agoadd actual wildcard cname to test zone 5063/head
bert hubert [Fri, 24 Feb 2017 16:19:39 +0000 (17:19 +0100)] 
add actual wildcard cname to test zone

9 years agocalidns: Use the correct socket family (IPv4 / IPv6) 5085/head
Remi Gacogne [Fri, 24 Feb 2017 15:42:55 +0000 (16:42 +0100)] 
calidns: Use the correct socket family (IPv4 / IPv6)

9 years agoadd a regression test for wildcard cnames recursor auth
bert hubert [Fri, 24 Feb 2017 15:29:00 +0000 (16:29 +0100)] 
add a regression test for wildcard cnames recursor auth

9 years agoMerge pull request #4920 from plzz/chopoff
Remi Gacogne [Fri, 24 Feb 2017 14:52:49 +0000 (15:52 +0100)] 
Merge pull request #4920 from plzz/chopoff

Register DNSName::chopOff in lua

9 years agoWith this commit, the recursor authoritative server can deal with CNAME wildcards...
bert hubert [Tue, 21 Feb 2017 12:19:08 +0000 (13:19 +0100)] 
With this commit, the recursor authoritative server can deal with CNAME wildcards. This closes #2818.

9 years agoDocument return value of chopOff 4920/head
Jussi Peltola [Fri, 24 Feb 2017 03:22:43 +0000 (05:22 +0200)] 
Document return value of chopOff

9 years agoMerge pull request #4549 from zeha/dnsrr
bert hubert [Thu, 23 Feb 2017 19:26:45 +0000 (20:26 +0100)] 
Merge pull request #4549 from zeha/dnsrr

Remove d_place from DNSResourceRecord

9 years agoFindNS lookup should actually look at an UeberBackend. This solves mind04's concerns... 4549/head 5082/head
bert hubert [Thu, 23 Feb 2017 15:25:40 +0000 (16:25 +0100)] 
FindNS lookup should actually look at an UeberBackend. This solves mind04's concerns. It also makes the code compile again.

9 years agoMerge branch 'master' into dnsrr
bert hubert [Thu, 23 Feb 2017 12:30:37 +0000 (13:30 +0100)] 
Merge branch 'master' into dnsrr

9 years agoThrow an error when lua-conf-file can't be loaded 5078/head
Pieter Lexis [Thu, 23 Feb 2017 10:08:16 +0000 (11:08 +0100)] 
Throw an error when lua-conf-file can't be loaded

This ensures we cannot start up if the file is unreadable.
Closes #4939

9 years agoAdd notes for building on FreeBSD. 5067/head
Sangwhan Moon [Wed, 22 Feb 2017 08:36:06 +0000 (17:36 +0900)] 
Add notes for building on FreeBSD.

9 years agoImport string: Needed for clang compilation.
Sangwhan Moon [Wed, 22 Feb 2017 08:35:45 +0000 (17:35 +0900)] 
Import string: Needed for clang compilation.

9 years agoMerge pull request #5003 from rgacogne/tsig-tests
Pieter Lexis [Tue, 21 Feb 2017 17:55:43 +0000 (18:55 +0100)] 
Merge pull request #5003 from rgacogne/tsig-tests

Refactoring of the TSIG handling

9 years agoIndicate that dnslabeltext.cc is generated 5064/head
Pieter Lexis [Tue, 21 Feb 2017 17:27:22 +0000 (18:27 +0100)] 
Indicate that dnslabeltext.cc is generated

Closes #554

9 years agoMerge pull request #4988 from rgacogne/rec-incoming-ecs
bert hubert [Tue, 21 Feb 2017 14:37:23 +0000 (15:37 +0100)] 
Merge pull request #4988 from rgacogne/rec-incoming-ecs

rec: Add `use-incoming-edns-subnet` to process and pass along ECS

9 years agoDocument minimal version for metadata through the API
Pieter Lexis [Tue, 21 Feb 2017 13:06:57 +0000 (14:06 +0100)] 
Document minimal version for metadata through the API

9 years agorec: Fix TTLs in existing RPZ regression tests, add new ones 5057/head
Remi Gacogne [Mon, 20 Feb 2017 10:06:19 +0000 (11:06 +0100)] 
rec: Fix TTLs in existing RPZ regression tests, add new ones

9 years agorec: Ignore unsupported RPZ entries
Remi Gacogne [Mon, 20 Feb 2017 09:27:39 +0000 (10:27 +0100)] 
rec: Ignore unsupported RPZ entries

9 years agorec: Fix tab/whitespace mix in `rpzFile()` and `rpzMaster()`
Remi Gacogne [Mon, 20 Feb 2017 08:08:01 +0000 (09:08 +0100)] 
rec: Fix tab/whitespace mix in `rpzFile()` and `rpzMaster()`

9 years agorec: Use the RPZ zone's TTL and add a new `maxTTL` setting
Remi Gacogne [Mon, 20 Feb 2017 08:07:43 +0000 (09:07 +0100)] 
rec: Use the RPZ zone's TTL and add a new `maxTTL` setting

9 years agoMerge pull request #4712 from cmouse/patch-1
Pieter Lexis [Tue, 21 Feb 2017 09:00:31 +0000 (10:00 +0100)] 
Merge pull request #4712 from cmouse/patch-1

Update version number for Lua updatePolicy

9 years agoMerge pull request #4922 from Habbie/ldap-ptr-fix
Pieter Lexis [Tue, 21 Feb 2017 08:59:30 +0000 (09:59 +0100)] 
Merge pull request #4922 from Habbie/ldap-ptr-fix

fix ldap-strict autoptr feature, including a test

9 years agoMerge pull request #4950 from rgacogne/suffix-match-node-merge
Pieter Lexis [Tue, 21 Feb 2017 08:59:13 +0000 (09:59 +0100)] 
Merge pull request #4950 from rgacogne/suffix-match-node-merge

Refactor SuffixMatchNode using a SuffixMatchTree

9 years agoMerge pull request #4953 from pieterlexis/issue-349-602-slave-checking-backoff
Pieter Lexis [Tue, 21 Feb 2017 08:58:59 +0000 (09:58 +0100)] 
Merge pull request #4953 from pieterlexis/issue-349-602-slave-checking-backoff

Auth: Incremental backoff for failed slave checks

9 years agoMerge pull request #4990 from rgacogne/rec-snmp-clean
Pieter Lexis [Tue, 21 Feb 2017 08:58:24 +0000 (09:58 +0100)] 
Merge pull request #4990 from rgacogne/rec-snmp-clean

rec: Add SNMP support

9 years agoMerge pull request #4989 from rgacogne/dnsdist-snmp-clean
Pieter Lexis [Tue, 21 Feb 2017 08:58:06 +0000 (09:58 +0100)] 
Merge pull request #4989 from rgacogne/dnsdist-snmp-clean

dnsdist: Add SNMP support

9 years agoMerge pull request #5036 from rgacogne/dnsdist-delay-cache-hit
Pieter Lexis [Tue, 21 Feb 2017 08:57:50 +0000 (09:57 +0100)] 
Merge pull request #5036 from rgacogne/dnsdist-delay-cache-hit

dnsdist: Apply delay to cache hits, locally generated responses

9 years agoMerge pull request #5037 from rgacogne/dnsdist-dont-cache-servfail
Pieter Lexis [Tue, 21 Feb 2017 08:57:31 +0000 (09:57 +0100)] 
Merge pull request #5037 from rgacogne/dnsdist-dont-cache-servfail

dnsdist: Don't cache ServFail / Refused if the TTL is set to 0

9 years agoMerge pull request #5056 from rgacogne/dnsdist-no-shadow
Pieter Lexis [Tue, 21 Feb 2017 08:57:15 +0000 (09:57 +0100)] 
Merge pull request #5056 from rgacogne/dnsdist-no-shadow

dnsdist: Don't shadow variables

9 years agoMerge pull request #5058 from rgacogne/rec-fast-rpz-update
Pieter Lexis [Tue, 21 Feb 2017 08:56:55 +0000 (09:56 +0100)] 
Merge pull request #5058 from rgacogne/rec-fast-rpz-update

Rec: Store the RPZ policies in an unordered_map instead of a map

9 years agodnsdist: Set TasksMax to 8192, recent distros default to more than 4k 4958/head
Remi Gacogne [Tue, 21 Feb 2017 08:46:40 +0000 (09:46 +0100)] 
dnsdist: Set TasksMax to 8192, recent distros default to more than 4k

9 years agorec: Add `use-incoming-edns-subnet` to process and pass along ECS 4988/head
Remi Gacogne [Thu, 9 Feb 2017 14:01:41 +0000 (15:01 +0100)] 
rec: Add `use-incoming-edns-subnet` to process and pass along ECS

If set, the recusor will process and pass along a received EDNS
Client Subnet to authoritative servers.
The ECS information will only be sent for netmasks and domains listed
in `edns-subnet-whitelist`, and will be truncated if the received scope
exceeds `ecs-ipv4-bits` for IPv4 or `ecs-ipv6-bits` for IPv6.
An incoming ECS source prefix-length of 0 can also be used to
request that no ECS value be sent to the authoritative servers,
in accordance with RFC7871.

9 years agoCorrectly parse ECS with a source prefix-length value of 0
Remi Gacogne [Thu, 9 Feb 2017 13:50:11 +0000 (14:50 +0100)] 
Correctly parse ECS with a source prefix-length value of 0

It means there is no address there, but the family and source
prefix-length values are still relevant. rfc7871 explicitly says
that the family SHOULD be set to the transport over which the query
is sent if source prefix-length is 0.
It also states that a source prefix-length means the client is
asking that no ECS value be sent.

9 years agoMerge pull request #5042 from rgacogne/state-holder-allocate-and-copy-before-lock
bert hubert [Mon, 20 Feb 2017 14:52:10 +0000 (15:52 +0100)] 
Merge pull request #5042 from rgacogne/state-holder-allocate-and-copy-before-lock

StateHolder: Allocate (and copy if needed) before taking the lock

9 years agoRec: Store the RPZ policies in an unordered_map instead of a map 5058/head
Remi Gacogne [Mon, 20 Feb 2017 14:45:22 +0000 (15:45 +0100)] 
Rec: Store the RPZ policies in an unordered_map instead of a map

This speeds up the loading of huge zones a bit (~20%) while also nicely
improving the lookup speed.
Also adds a `zoneSizeHint` parameter to `rpzFile()` and `rpzMaster()` to be
able to reserve space before loading the zone, to prevent reallocation
and rehashing when possible.

9 years agoMerge pull request #4982 from rgacogne/rec-gettag-data
Pieter Lexis [Mon, 20 Feb 2017 12:31:04 +0000 (13:31 +0100)] 
Merge pull request #4982 from rgacogne/rec-gettag-data

rec: Allow returning the `DNSQuestion`'s `data` table from `gettag()`

9 years agoMerge pull request #4997 from cmouse/fix-remotebackend-params
Pieter Lexis [Mon, 20 Feb 2017 12:30:39 +0000 (13:30 +0100)] 
Merge pull request #4997 from cmouse/fix-remotebackend-params

Fix remotebackend params

9 years agoMerge pull request #5006 from peterthomassen/master
Pieter Lexis [Mon, 20 Feb 2017 12:29:56 +0000 (13:29 +0100)] 
Merge pull request #5006 from peterthomassen/master

docs: improve documentation of MySQL foreign keys

9 years agoMerge pull request #5038 from pieterlexis/API-allow-X-metadata
Pieter Lexis [Mon, 20 Feb 2017 12:29:46 +0000 (13:29 +0100)] 
Merge pull request #5038 from pieterlexis/API-allow-X-metadata

API: Allow setting extra domain metadata

9 years agoMerge pull request #5041 from pieterlexis/boost-m4-update
Pieter Lexis [Mon, 20 Feb 2017 12:29:32 +0000 (13:29 +0100)] 
Merge pull request #5041 from pieterlexis/boost-m4-update

Add GCC 6.3 to boost.m4

9 years agoMerge pull request #5049 from rgacogne/ox-coverity-fixes
Pieter Lexis [Mon, 20 Feb 2017 12:29:13 +0000 (13:29 +0100)] 
Merge pull request #5049 from rgacogne/ox-coverity-fixes

Minor fixes based on Coverity's report

9 years agoMerge pull request #5051 from Habbie/odbc-query-logging
Pieter Lexis [Mon, 20 Feb 2017 12:28:46 +0000 (13:28 +0100)] 
Merge pull request #5051 from Habbie/odbc-query-logging

fix godbc query logging

9 years agodocs: improve documentation of MySQL foreign keys 5006/head
Peter Thomassen [Mon, 20 Feb 2017 10:26:05 +0000 (11:26 +0100)] 
docs: improve documentation of MySQL foreign keys

So far, the docs mentioned the foreign key for the records table only.
However, if foreign keys are used, they also make sense for the
domainmetadata, cryptokeys, and comments tables.

Corresponding SQL is already in an .sql file in the repository. This
commit replaces the incomplete information with these statements.

9 years agodnsdist: Don't shadow variables 5056/head
Remi Gacogne [Mon, 20 Feb 2017 10:22:34 +0000 (11:22 +0100)] 
dnsdist: Don't shadow variables

Fix shadowed variables reported by `-Wshadow`.

9 years agoLuaWrapper: Don't shadow variables
Remi Gacogne [Mon, 20 Feb 2017 10:21:55 +0000 (11:21 +0100)] 
LuaWrapper: Don't shadow variables

Fix shadowed variables reported by `-Wshadow`.

9 years agoYaHTTP: Don't shadow variables
Remi Gacogne [Mon, 20 Feb 2017 10:20:57 +0000 (11:20 +0100)] 
YaHTTP: Don't shadow variables

Merged upstream in 2fb4d972176d25e0de4875141e3f28a4b12bba6b.

9 years agofix godbc query logging 5051/head
Peter van Dijk [Fri, 17 Feb 2017 15:36:25 +0000 (16:36 +0100)] 
fix godbc query logging

9 years agoMerge pull request #5050 from pieterlexis/update-copyright-year
Pieter Lexis [Fri, 17 Feb 2017 14:35:07 +0000 (15:35 +0100)] 
Merge pull request #5050 from pieterlexis/update-copyright-year

Update copyright for several files