]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
9 years agoRevert "Rec: support boost's fcontext in boost 1.61+"
Pieter Lexis [Mon, 12 Sep 2016 11:48:47 +0000 (13:48 +0200)] 
Revert "Rec: support boost's fcontext in boost 1.61+"

This reverts commit a30361f9f07cb3c4f9ad32dc83555bc593aa3311.

9 years agoMerge pull request #4424 from pieterlexis/static_vector-old-boost
bert hubert [Mon, 12 Sep 2016 11:26:29 +0000 (13:26 +0200)] 
Merge pull request #4424 from pieterlexis/static_vector-old-boost

Fix compilation on systems with boost < 1.54

9 years agoMerge pull request #4458 from James-TR/patch-1
bert hubert [Sun, 11 Sep 2016 19:07:23 +0000 (21:07 +0200)] 
Merge pull request #4458 from James-TR/patch-1

Correct typo in backend-pipe.md

9 years agoeleksir noted that we leak a ton of memory in postgresql. I'm no postgres expert... 4459/head
bert hubert [Sun, 11 Sep 2016 18:40:44 +0000 (20:40 +0200)] 
eleksir noted that we leak a ton of memory in postgresql. I'm no postgres expert, but this plugs my leak and still appears to function. In other news, do we need a transaction for every query?

9 years agoCorrect typo in backend-pipe.md 4458/head
James Taylor [Sun, 11 Sep 2016 14:06:48 +0000 (00:06 +1000)] 
Correct typo in backend-pipe.md

The word 'you' was repeated twice. This was brought to my attention after noticing it in a diff.

9 years agoMerge pull request #4449 from peterthomassen/master
Pieter Lexis [Sat, 10 Sep 2016 11:03:13 +0000 (13:03 +0200)] 
Merge pull request #4449 from peterthomassen/master

Docs: clarify that recursor does not do DNSSEC for zones from auth-zones setting

9 years agoDocs: clarify that recursor does not do DNSSEC for zones from auth-zones setting 4449/head
Peter Thomassen [Fri, 9 Sep 2016 18:14:13 +0000 (15:14 -0300)] 
Docs: clarify that recursor does not do DNSSEC for zones from auth-zones setting

9 years agoMerge pull request #4447 from rgacogne/secpoll-doc-201601
Pieter Lexis [Fri, 9 Sep 2016 11:20:57 +0000 (13:20 +0200)] 
Merge pull request #4447 from rgacogne/secpoll-doc-201601

Update secpoll and documentation for 2016-01

9 years agoUpdate secpoll and documentation for 2016-01 4447/head
Remi Gacogne [Fri, 9 Sep 2016 08:57:21 +0000 (10:57 +0200)] 
Update secpoll and documentation for 2016-01

9 years agodnsdist: Add regression tests for protobuf alteration via Lua 4432/head
Remi Gacogne [Thu, 8 Sep 2016 12:05:13 +0000 (14:05 +0200)] 
dnsdist: Add regression tests for protobuf alteration via Lua

9 years agodnsdist: Add bindings for the `DNSResponse` object
Remi Gacogne [Thu, 8 Sep 2016 12:02:32 +0000 (14:02 +0200)] 
dnsdist: Add bindings for the `DNSResponse` object

LuaWrapper doesn't support inheritance, so the bindings are not
inherited from the `DNSQuestion` ones.

9 years agoMerge pull request #4440 from rgacogne/rec-fix-lua-osx-freebsd
Peter van Dijk [Thu, 8 Sep 2016 11:37:00 +0000 (13:37 +0200)] 
Merge pull request #4440 from rgacogne/rec-fix-lua-osx-freebsd

rec: Fix Lua-enabled compilation on OS X and FreeBSD

9 years agoMerge pull request #4441 from cmouse/lua-auth4-fix
Peter van Dijk [Thu, 8 Sep 2016 10:35:22 +0000 (12:35 +0200)] 
Merge pull request #4441 from cmouse/lua-auth4-fix

lua-auth4: Remove recursor includes

9 years agoMerge pull request #4442 from cmouse/geoip-naming
Peter van Dijk [Thu, 8 Sep 2016 10:35:04 +0000 (12:35 +0200)] 
Merge pull request #4442 from cmouse/geoip-naming

geoipbackend: Fix minor naming issue

9 years agogeoipbackend: Fix minor naming issue 4442/head
Aki Tuomi [Thu, 8 Sep 2016 09:15:05 +0000 (12:15 +0300)] 
geoipbackend: Fix minor naming issue

9 years agolua-auth4: Remove recursor includes 4441/head
Aki Tuomi [Thu, 8 Sep 2016 08:55:55 +0000 (11:55 +0300)] 
lua-auth4: Remove recursor includes

9 years agorec: Fix Lua-enabled compilation on OS X and FreeBSD 4440/head
Remi Gacogne [Thu, 8 Sep 2016 08:34:45 +0000 (10:34 +0200)] 
rec: Fix Lua-enabled compilation on OS X and FreeBSD

9 years agoMerge pull request #4435 from ahupowerdns/rollback-fix
bert hubert [Wed, 7 Sep 2016 12:25:46 +0000 (14:25 +0200)] 
Merge pull request #4435 from ahupowerdns/rollback-fix

Rollback fix: when we truncate a packet, make sure we reset writer state (+ pcapreader nit)

9 years agowhen doing a rollback while writing a packet, reset the packet writer state so we... 4435/head
bert hubert [Wed, 7 Sep 2016 11:42:20 +0000 (13:42 +0200)] 
when doing a rollback while writing a packet, reset the packet writer state so we don't think we have a record left to write out

9 years agodeal with pcap formats which tell them they captured _more_ than your packet
bert hubert [Wed, 7 Sep 2016 11:42:00 +0000 (13:42 +0200)] 
deal with pcap formats which tell them they captured _more_ than your packet

9 years agodnsdist: Add regression tests for protobuf export
Remi Gacogne [Tue, 6 Sep 2016 15:21:25 +0000 (17:21 +0200)] 
dnsdist: Add regression tests for protobuf export

9 years agoRec: don't go bogus on zero configured DSs 4431/head
Pieter Lexis [Tue, 6 Sep 2016 14:58:14 +0000 (16:58 +0200)] 
Rec: don't go bogus on zero configured DSs

Fixes #4430

9 years agoMerge pull request #4429 from pieterlexis/rec-4.0.3-changelog
Pieter Lexis [Tue, 6 Sep 2016 13:12:25 +0000 (15:12 +0200)] 
Merge pull request #4429 from pieterlexis/rec-4.0.3-changelog

Recursor 4.0.3 changelog

9 years agoParse backport titles for changelog 4429/head
Pieter Lexis [Tue, 6 Sep 2016 12:48:26 +0000 (14:48 +0200)] 
Parse backport titles for changelog

9 years agoAdd Recursor 4.0.3 changelog
Pieter Lexis [Mon, 5 Sep 2016 09:40:50 +0000 (11:40 +0200)] 
Add Recursor 4.0.3 changelog

9 years agoAdd Recursor 4.0.3 secpoll entry
Pieter Lexis [Mon, 5 Sep 2016 09:27:30 +0000 (11:27 +0200)] 
Add Recursor 4.0.3 secpoll entry

9 years agoMerge pull request #4106 from zervnet/feature_rest_api_pull_request
Pieter Lexis [Tue, 6 Sep 2016 12:01:01 +0000 (14:01 +0200)] 
Merge pull request #4106 from zervnet/feature_rest_api_pull_request

Implementation of the cryptokeys REST-API (PUT, POST, DELETE)

9 years agoChange output back to cout if exportDS is not set 4007/head
Jonas Wielicki [Thu, 16 Jun 2016 14:01:19 +0000 (16:01 +0200)] 
Change output back to cout if exportDS is not set

9 years agoImplement subcommand printing all KSK DS records in pdnsutil
Jonas Wielicki [Thu, 16 Jun 2016 12:19:04 +0000 (14:19 +0200)] 
Implement subcommand printing all KSK DS records in pdnsutil

The subcommands prints all KSK DS records of the given zone to
stdout. Diagnostics are exclusively printed to stderr, and if the
zone is not secured this is fatal.

9 years agoMerge pull request #4425 from rgacogne/protobuf-regression-responder
Pieter Lexis [Tue, 6 Sep 2016 10:55:39 +0000 (12:55 +0200)] 
Merge pull request #4425 from rgacogne/protobuf-regression-responder

Fix a protobuf regression (requestor/responder mix-up) caused by a94673e

9 years agoUpdates error messages for addKey() 4106/head
Benjamin Zengin [Thu, 21 Jul 2016 13:41:40 +0000 (15:41 +0200)] 
Updates error messages for addKey()

9 years agoAdds missing ASSERT_ROW_COLUMNS to gsql and bind
Benjamin Zengin [Thu, 21 Jul 2016 13:41:02 +0000 (15:41 +0200)] 
Adds missing ASSERT_ROW_COLUMNS to gsql and bind

9 years agoModifies test to work with updated addKey()
Benjamin Zengin [Thu, 21 Jul 2016 13:38:06 +0000 (15:38 +0200)] 
Modifies test to work with updated addKey()

9 years agoFixes Api-tests and improves performance
Benjamin Zengin [Thu, 21 Jul 2016 13:37:31 +0000 (15:37 +0200)] 
Fixes Api-tests and improves performance

9 years agoCryptokeys REST-Api rework
Benjamin Zengin [Thu, 21 Jul 2016 13:34:52 +0000 (15:34 +0200)] 
Cryptokeys REST-Api rework
- Removes redundant code
- Uses new addKey() interface
- Fixes return values / error messages

9 years agoNew interface for addKey()
Benjamin Zengin [Thu, 21 Jul 2016 13:28:52 +0000 (15:28 +0200)] 
New interface for addKey()
- id of added key is returned by a reference parameter
- return type bool indicates success of adding the key
- id is returned as int64_t

9 years agoAdjusts documentation of REST-Api
Benjamin Zengin [Thu, 21 Jul 2016 12:57:34 +0000 (14:57 +0200)] 
Adjusts documentation of REST-Api

9 years agoImplements API tests for cryptokeys
Benjamin Zengin [Tue, 5 Jul 2016 10:04:33 +0000 (12:04 +0200)] 
Implements API tests for cryptokeys
- PUT
- POST
- DELETE

9 years agoUpdates documentation for cryptokeys REST-API
Benjamin Zengin [Tue, 5 Jul 2016 10:01:47 +0000 (12:01 +0200)] 
Updates documentation for cryptokeys REST-API

9 years agoImplements cryptokeys REST-API
Benjamin Zengin [Tue, 5 Jul 2016 10:00:17 +0000 (12:00 +0200)] 
Implements cryptokeys REST-API
- PUT
- POST
- DELETE

9 years agoMore specific error message for addKey
Benjamin Zengin [Tue, 5 Jul 2016 09:57:31 +0000 (11:57 +0200)] 
More specific error message for addKey
- if bits in addKey are wrong returns "Wrong bit size!"

9 years agoImplements 'return id of added key' for bind
Benjamin Zengin [Tue, 5 Jul 2016 09:54:52 +0000 (11:54 +0200)] 
Implements 'return id of added key' for bind

9 years agoImplements 'return id of added key' for gsqlite3
Benjamin Zengin [Tue, 5 Jul 2016 09:49:59 +0000 (11:49 +0200)] 
Implements 'return id of added key' for gsqlite3

9 years agoImplements 'return id of added key' for godbc
Benjamin Zengin [Tue, 5 Jul 2016 09:49:37 +0000 (11:49 +0200)] 
Implements 'return id of added key' for godbc

9 years agoImplements 'return id of added key' for gpgsql
Benjamin Zengin [Tue, 5 Jul 2016 09:49:15 +0000 (11:49 +0200)] 
Implements 'return id of added key' for gpgsql

9 years agoImplements 'return id of added key' for gmysql
Benjamin Zengin [Tue, 5 Jul 2016 09:48:52 +0000 (11:48 +0200)] 
Implements 'return id of added key' for gmysql

9 years agogsqlbackend: Adds query to return id of added key
Benjamin Zengin [Tue, 5 Jul 2016 09:48:28 +0000 (11:48 +0200)] 
gsqlbackend: Adds query to return id of added key

9 years agoUpdates documentation for addDomainKey, pdnsutil
Benjamin Zengin [Tue, 5 Jul 2016 09:39:46 +0000 (11:39 +0200)] 
Updates documentation for addDomainKey, pdnsutil

9 years agoUpdate addKey in dnsseckeeper (Closes #706)
Benjamin Zengin [Tue, 5 Jul 2016 10:17:32 +0000 (12:17 +0200)] 
Update addKey in dnsseckeeper (Closes #706)
- Let addKey return the id of the added key
- pdnsutil 'add-zone-key' prints it
- pdnsutil 'import-zone-key' prints it
- pdnsutil 'import-zone-key-pem' prints it

9 years agoUse normal vectors on boost < 1.54 4424/head
Pieter Lexis [Mon, 5 Sep 2016 14:17:04 +0000 (16:17 +0200)] 
Use normal vectors on boost < 1.54

9 years agoMerge pull request #4289 from tuxis-ie/fix-api-documentation
Pieter Lexis [Mon, 5 Sep 2016 21:07:35 +0000 (23:07 +0200)] 
Merge pull request #4289 from tuxis-ie/fix-api-documentation

Add documentation on searching data via the API

9 years agoFix a protobuf regression (requestor/responder mix-up) caused by a94673e 4425/head
Remi Gacogne [Mon, 5 Sep 2016 15:49:15 +0000 (17:49 +0200)] 
Fix a protobuf regression (requestor/responder mix-up) caused by a94673e

9 years agoMerge pull request #4370 from hnsk/pdnsutil-change-slave-zone-master
Pieter Lexis [Mon, 5 Sep 2016 14:44:00 +0000 (16:44 +0200)] 
Merge pull request #4370 from hnsk/pdnsutil-change-slave-zone-master

pdnsutil: Added change-slave-zone-master command

9 years agoMerge pull request #4371 from hnsk/pdnsutil-create-slave-zone-multiple-masters
Pieter Lexis [Mon, 5 Sep 2016 14:43:45 +0000 (16:43 +0200)] 
Merge pull request #4371 from hnsk/pdnsutil-create-slave-zone-multiple-masters

pdnsutil: create-slave-zone accept multiple masters

9 years agoMerge pull request #4093 from ydns/v4.0.x/api-domainmetadata
Pieter Lexis [Mon, 5 Sep 2016 14:43:00 +0000 (16:43 +0200)] 
Merge pull request #4093 from ydns/v4.0.x/api-domainmetadata

Added metadata handlers for HTTP API

9 years agoMerge pull request #4407 from zeha/warning-types-may-not-be-defined-in-a-for-range...
Pieter Lexis [Mon, 5 Sep 2016 14:06:40 +0000 (16:06 +0200)] 
Merge pull request #4407 from zeha/warning-types-may-not-be-defined-in-a-for-range-declaration

Fix warning: types may not be defined in a for-range-declaration

9 years agoMerge pull request #4408 from zeha/auth-web-or-api
Pieter Lexis [Mon, 5 Sep 2016 14:05:51 +0000 (16:05 +0200)] 
Merge pull request #4408 from zeha/auth-web-or-api

Authoritative: do not rely on webserver=yes if api=yes

9 years agoUpdate httpapi README 4408/head
Christian Hofstaedtler [Fri, 2 Sep 2016 20:05:05 +0000 (22:05 +0200)] 
Update httpapi README

9 years agoAuthoritative: do not rely on webserver=yes if api=yes
Christian Hofstaedtler [Mon, 5 Sep 2016 13:55:23 +0000 (15:55 +0200)] 
Authoritative: do not rely on webserver=yes if api=yes

9 years agodnsdist: Update the man page now that AXFR is supported
Remi Gacogne [Mon, 5 Sep 2016 12:49:22 +0000 (14:49 +0200)] 
dnsdist: Update the man page now that AXFR is supported

9 years agoMerge pull request #4058 from cmouse/update-policy-lua
Pieter Lexis [Mon, 5 Sep 2016 11:51:09 +0000 (13:51 +0200)] 
Merge pull request #4058 from cmouse/update-policy-lua

Update policy lua

9 years agoMerge pull request #4306 from Habbie/mysqllongtext
Pieter Lexis [Mon, 5 Sep 2016 11:46:07 +0000 (13:46 +0200)] 
Merge pull request #4306 from Habbie/mysqllongtext

limit size of mysql cell to 128 kilobytes

9 years agoMerge pull request #4403 from zeha/openssl11final
Pieter Lexis [Mon, 5 Sep 2016 10:52:40 +0000 (12:52 +0200)] 
Merge pull request #4403 from zeha/openssl11final

Fix build with OpenSSL 1.1.0 final

9 years agoTell the user DNSSEC is disabled from rec_control 4398/head
Pieter Lexis [Thu, 1 Sep 2016 16:40:53 +0000 (18:40 +0200)] 
Tell the user DNSSEC is disabled from rec_control

9 years agoRec: warn on DNSSEC (N)TAs config without DNSSEC
Pieter Lexis [Thu, 1 Sep 2016 16:28:28 +0000 (18:28 +0200)] 
Rec: warn on DNSSEC (N)TAs config without DNSSEC

9 years agoMerge pull request #4396 from Habbie/recursor-fbsd-boost-context
Pieter Lexis [Mon, 5 Sep 2016 10:18:59 +0000 (12:18 +0200)] 
Merge pull request #4396 from Habbie/recursor-fbsd-boost-context

add boost context ldflags so freebsd builds can find the libs

9 years agomake calidns send out rd=0, and half do=1 queries, plus add bandwidth stats
bert hubert [Mon, 5 Sep 2016 09:25:41 +0000 (11:25 +0200)] 
make calidns send out rd=0, and half do=1 queries, plus add bandwidth stats

9 years agoBump SOA for #4409
Pieter Lexis [Mon, 5 Sep 2016 09:25:36 +0000 (11:25 +0200)] 
Bump SOA for #4409

9 years agoMerge pull request #4409 from zeha/deb8u6
Pieter Lexis [Mon, 5 Sep 2016 09:23:39 +0000 (11:23 +0200)] 
Merge pull request #4409 from zeha/deb8u6

Update secpoll data

9 years agoMerge pull request #4404 from pieterlexis/issue-4397-no-dnssec-on-lua
Peter van Dijk [Mon, 5 Sep 2016 08:34:12 +0000 (10:34 +0200)] 
Merge pull request #4404 from pieterlexis/issue-4397-no-dnssec-on-lua

Rec: Don't validate when a Lua hook took the query

9 years agoMerge pull request #4388 from rgacogne/rec-rpz-default-policy-ixfr
Peter van Dijk [Mon, 5 Sep 2016 08:33:24 +0000 (10:33 +0200)] 
Merge pull request #4388 from rgacogne/rec-rpz-default-policy-ixfr

rec: Fix RPZ default policy not being applied over IXFR

9 years agoMerge pull request #4402 from rgacogne/rpz-ixfr-ns
Peter van Dijk [Mon, 5 Sep 2016 08:32:17 +0000 (10:32 +0200)] 
Merge pull request #4402 from rgacogne/rpz-ixfr-ns

rec: Ignore NS records in a RPZ zone received over IXFR

9 years agoMerge pull request #4385 from rgacogne/rec-record-place
Peter van Dijk [Mon, 5 Sep 2016 08:29:30 +0000 (10:29 +0200)] 
Merge pull request #4385 from rgacogne/rec-record-place

rec: Add Lua binding for DNSRecord::d_place

9 years agoMerge pull request #4383 from rgacogne/rec-print-policy-name
Peter van Dijk [Mon, 5 Sep 2016 08:27:45 +0000 (10:27 +0200)] 
Merge pull request #4383 from rgacogne/rec-print-policy-name

rec: Fix accessing an empty policyCustom, policyName from Lua

9 years agoMerge pull request #4332 from rgacogne/auth-apply-non-local-bind-query
Peter van Dijk [Mon, 5 Sep 2016 08:23:56 +0000 (10:23 +0200)] 
Merge pull request #4332 from rgacogne/auth-apply-non-local-bind-query

auth: Apply `non-local-bind` to `query-local-address{,6}` when possible

9 years agoMerge pull request #4391 from pieterlexis/recursor-NTA-at-level-of-TA
Peter van Dijk [Mon, 5 Sep 2016 08:23:03 +0000 (10:23 +0200)] 
Merge pull request #4391 from pieterlexis/recursor-NTA-at-level-of-TA

DNSSEC: Actually follow RFC 7646 ยง2.1

9 years agoMerge pull request #4381 from pieterlexis/query-local-address-before-lua-config-file
Peter van Dijk [Mon, 5 Sep 2016 08:22:08 +0000 (10:22 +0200)] 
Merge pull request #4381 from pieterlexis/query-local-address-before-lua-config-file

Parse query-local-address before lua-config-file

9 years agoMerge pull request #4319 from pieterlexis/pipe-SERVFAIL-on-FAIL
Peter van Dijk [Mon, 5 Sep 2016 08:20:21 +0000 (10:20 +0200)] 
Merge pull request #4319 from pieterlexis/pipe-SERVFAIL-on-FAIL

pipe: SERVFAIL when needed

9 years agoMerge pull request #4291 from rgacogne/rec-protbuf-only-tagged
Peter van Dijk [Mon, 5 Sep 2016 08:19:30 +0000 (10:19 +0200)] 
Merge pull request #4291 from rgacogne/rec-protbuf-only-tagged

rec: Add an option to only send protobuf messages with a policy or tag set

9 years agodnsupdate: Update documentation about update policy 4058/head
Aki Tuomi [Tue, 28 Jun 2016 07:47:20 +0000 (10:47 +0300)] 
dnsupdate: Update documentation about update policy

9 years agodnsupdate: Use automatic numbering for documentation
Aki Tuomi [Tue, 2 Aug 2016 21:34:47 +0000 (00:34 +0300)] 
dnsupdate: Use automatic numbering for documentation

9 years agoAdd new lua-auth code with updatePolicy hook
Aki Tuomi [Sun, 26 Jun 2016 16:57:43 +0000 (19:57 +0300)] 
Add new lua-auth code with updatePolicy hook

9 years agoUpdate secpoll data 4409/head
Christian Hofstaedtler [Fri, 2 Sep 2016 20:26:05 +0000 (22:26 +0200)] 
Update secpoll data

9 years agoBump version requirement for CRYPTO_ctr128_encrypt 4403/head
Christian Hofstaedtler [Fri, 2 Sep 2016 19:55:52 +0000 (21:55 +0200)] 
Bump version requirement for CRYPTO_ctr128_encrypt

While CRYPTO_ctr128_encrypt should be available in 1.0.1,
apparently in some library builds (Ubuntu) one can not link
against it.

9 years agoFix warning: types may not be defined in a for-range-declaration 4407/head
Christian Hofstaedtler [Fri, 2 Sep 2016 19:52:36 +0000 (21:52 +0200)] 
Fix warning: types may not be defined in a for-range-declaration

As emitted by gcc 6.2.0 20160830 (Debian 6.2.0-2)

9 years agoMerge pull request #4392 from pieterlexis/Lua-scripting-docs
Peter van Dijk [Fri, 2 Sep 2016 15:13:30 +0000 (17:13 +0200)] 
Merge pull request #4392 from pieterlexis/Lua-scripting-docs

Docs: add missing functions, fix indents

9 years agoMerge pull request #4394 from pieterlexis/boost-context-1.61
Peter van Dijk [Fri, 2 Sep 2016 15:07:32 +0000 (17:07 +0200)] 
Merge pull request #4394 from pieterlexis/boost-context-1.61

Recursor: allow building against Boost 1.61

9 years agoMerge pull request #4405 from pieterlexis/autotools-modules-no
Peter van Dijk [Fri, 2 Sep 2016 15:05:51 +0000 (17:05 +0200)] 
Merge pull request #4405 from pieterlexis/autotools-modules-no

Auth: several autoconf cleanups

9 years agoAuth: allow --with-(dyn-)modules=no 4405/head
Pieter Lexis [Fri, 2 Sep 2016 13:38:47 +0000 (15:38 +0200)] 
Auth: allow --with-(dyn-)modules=no

Fixes #4399

9 years agoFix build with OpenSSL 1.1.0 final
Christian Hofstaedtler [Fri, 2 Sep 2016 12:06:35 +0000 (12:06 +0000)] 
Fix build with OpenSSL 1.1.0 final

Where aes.h apparently no longer includes opensslv.h.

9 years agoRec: Don't validate when a Lua hook took the query 4404/head
Pieter Lexis [Fri, 2 Sep 2016 11:49:27 +0000 (13:49 +0200)] 
Rec: Don't validate when a Lua hook took the query

This was in place for prequery, but not for nodata and the others.
Thanks to @ZaphodB for the report.

Fixes #4397

9 years agoAdd 3.4.10 to secpoll
Pieter Lexis [Fri, 2 Sep 2016 08:53:57 +0000 (10:53 +0200)] 
Add 3.4.10 to secpoll

9 years agorec: Ignore NS records in a RPZ zone received over IXFR 4402/head
Remi Gacogne [Fri, 2 Sep 2016 07:57:54 +0000 (09:57 +0200)] 
rec: Ignore NS records in a RPZ zone received over IXFR

They are already ignored over AXFR, but not over IXFR.
Reported and based on a patch by @42wim (thanks!).

9 years agoAuth: remove unused AC_DEFINE
Pieter Lexis [Fri, 2 Sep 2016 07:32:58 +0000 (09:32 +0200)] 
Auth: remove unused AC_DEFINE

9 years agoauth: remove autoconf leftover from before the split
Pieter Lexis [Fri, 2 Sep 2016 07:31:57 +0000 (09:31 +0200)] 
auth: remove autoconf leftover from before the split

9 years agoadd boost context ldflags so freebsd builds can find the libs 4396/head
Peter van Dijk [Thu, 1 Sep 2016 16:20:06 +0000 (18:20 +0200)] 
add boost context ldflags so freebsd builds can find the libs

9 years agoMerge pull request #4373 from ahupowerdns/compression-redo
bert hubert [Thu, 1 Sep 2016 14:51:13 +0000 (16:51 +0200)] 
Merge pull request #4373 from ahupowerdns/compression-redo

Revamp label compression code which (+ some cleanups) speeds up large packet creation by ~40%

9 years agoMerge pull request #4393 from rgacogne/dnsdist-110-beta-changelog
Pieter Lexis [Thu, 1 Sep 2016 12:48:31 +0000 (14:48 +0200)] 
Merge pull request #4393 from rgacogne/dnsdist-110-beta-changelog

dnsdist: Update ChangeLog for 1.1.0-beta1

9 years agodnsdist: Update ChangeLog for 1.1.0-beta1 4393/head
Remi Gacogne [Thu, 1 Sep 2016 12:34:46 +0000 (14:34 +0200)] 
dnsdist: Update ChangeLog for 1.1.0-beta1

9 years agoRec: show context lib in configure output 4394/head
Pieter Lexis [Thu, 1 Sep 2016 10:35:31 +0000 (12:35 +0200)] 
Rec: show context lib in configure output