]> granicus.if.org Git - pdns/log
pdns
8 years agoMerge pull request #3109 from mind04/dnsdist-mbed
Remi Gacogne [Wed, 30 Dec 2015 08:42:20 +0000 (09:42 +0100)]
Merge pull request #3109 from mind04/dnsdist-mbed

merry christmas

8 years agoMerge pull request #3132 from zeha/rpzdoc
Peter van Dijk [Wed, 30 Dec 2015 00:55:57 +0000 (01:55 +0100)]
Merge pull request #3132 from zeha/rpzdoc

Nits to RPZ doc

8 years agoNits to RPZ doc
Christian Hofstaedtler [Tue, 29 Dec 2015 23:23:28 +0000 (00:23 +0100)]
Nits to RPZ doc

8 years agoMerge pull request #3128 from mind04/openssl
Peter van Dijk [Tue, 29 Dec 2015 22:27:46 +0000 (23:27 +0100)]
Merge pull request #3128 from mind04/openssl

add ECDSA support to DNSSEC infra via OpenSSL

8 years agochange ECDSA signer priority
Kees Monshouwer [Tue, 29 Dec 2015 10:36:26 +0000 (11:36 +0100)]
change ECDSA signer priority

8 years agodocument RPZ
bert hubert [Tue, 29 Dec 2015 21:54:57 +0000 (21:54 +0000)]
document RPZ

8 years agoadd ECDSA support to DNSSEC infra via OpenSSL
Kees Monshouwer [Mon, 28 Dec 2015 11:10:17 +0000 (12:10 +0100)]
add ECDSA support to DNSSEC infra via OpenSSL

8 years agoMerge pull request #3116 from rgacogne/polarssl-compat
Peter van Dijk [Sat, 26 Dec 2015 16:57:53 +0000 (17:57 +0100)]
Merge pull request #3116 from rgacogne/polarssl-compat

Fix building against old PolarSSL versions

8 years agoFix build against old PolarSSL versions
Remi Gacogne [Fri, 25 Dec 2015 15:29:26 +0000 (16:29 +0100)]
Fix build against old PolarSSL versions

ctr_drbg_free() did not exist before PolarSSL 1.3.8

8 years agoremove mbed leftovers from dnsdist
Kees Monshouwer [Thu, 24 Dec 2015 21:20:13 +0000 (22:20 +0100)]
remove mbed leftovers from dnsdist

8 years agoMerge pull request #2936 from pieterlexis/pipe-backend-no-crash auth-4.0.0-alpha1
Peter van Dijk [Thu, 24 Dec 2015 15:14:57 +0000 (16:14 +0100)]
Merge pull request #2936 from pieterlexis/pipe-backend-no-crash

pipe: don't crash on exceptions

8 years agoMerge pull request #3108 from Habbie/ecdsa-default rec-4.0.0-alpha1
Peter van Dijk [Thu, 24 Dec 2015 14:50:10 +0000 (15:50 +0100)]
Merge pull request #3108 from Habbie/ecdsa-default

switch (single) ZSK default to ecdsa256

8 years agoavoid random bindbackend slave related failure
Peter van Dijk [Thu, 24 Dec 2015 14:37:51 +0000 (15:37 +0100)]
avoid random bindbackend slave related failure

8 years agoskip pkcs11 test as it does not like ecdsa
Peter van Dijk [Thu, 24 Dec 2015 12:31:42 +0000 (13:31 +0100)]
skip pkcs11 test as it does not like ecdsa

8 years agodisable testing tools that do not support ECDSA; revert this later
Peter van Dijk [Wed, 23 Dec 2015 13:16:14 +0000 (14:16 +0100)]
disable testing tools that do not support ECDSA; revert this later

8 years agoswitch ZSK default to ecdsa256
Peter van Dijk [Wed, 23 Dec 2015 14:53:34 +0000 (15:53 +0100)]
switch ZSK default to ecdsa256

8 years agoMerge pull request #3092 from kempniu/testCrypto-without-libsodium dnsdist-1.0.0-alpha1
Remi Gacogne [Thu, 24 Dec 2015 11:18:33 +0000 (12:18 +0100)]
Merge pull request #3092 from kempniu/testCrypto-without-libsodium

dnsdist: change message returned by testCrypto() if compiled without libsodium

8 years agoMerge pull request #3107 from mind04/cryptopp
Peter van Dijk [Thu, 24 Dec 2015 09:37:28 +0000 (10:37 +0100)]
Merge pull request #3107 from mind04/cryptopp

Fix "random" ECDSA signature failures when using cryptopp

8 years agodnsdist: change message returned by testCrypto() if compiled without libsodium
Michał Kępień [Wed, 23 Dec 2015 12:36:23 +0000 (13:36 +0100)]
dnsdist: change message returned by testCrypto() if compiled without libsodium

8 years agoMerge pull request #3102 from rgacogne/dnsdist-lua-actions
Remi Gacogne [Thu, 24 Dec 2015 08:45:33 +0000 (09:45 +0100)]
Merge pull request #3102 from rgacogne/dnsdist-lua-actions

Add `delay` action to dnsdist Lua. Fix None action mapped to Pool.

8 years agoMerge pull request #3100 from rgacogne/dnsdist-no-qr-on-modify
Remi Gacogne [Thu, 24 Dec 2015 08:45:24 +0000 (09:45 +0100)]
Merge pull request #3100 from rgacogne/dnsdist-no-qr-on-modify

Don't automatically set the QR flag in case of HeaderModify

8 years agoMerge pull request #3105 from rgacogne/dnsdist-completion
Remi Gacogne [Thu, 24 Dec 2015 08:45:02 +0000 (09:45 +0100)]
Merge pull request #3105 from rgacogne/dnsdist-completion

Update dnsdist completion rules, fixes completion dying on us

8 years agoFix "random" ECDSA signature failures when using cryptopp
Kees Monshouwer [Wed, 23 Dec 2015 23:58:49 +0000 (00:58 +0100)]
Fix "random" ECDSA signature failures when using cryptopp

8 years agoMerge pull request #3106 from rgacogne/mbedtls-ecdsa-polarssl
Peter van Dijk [Wed, 23 Dec 2015 23:09:48 +0000 (00:09 +0100)]
Merge pull request #3106 from rgacogne/mbedtls-ecdsa-polarssl

Fix mbedTLS/ECDSA issues (polarssl compatibility and random signature failures)

8 years agoMerge pull request #3085 from pieterlexis/i-am-chroot
Peter van Dijk [Wed, 23 Dec 2015 22:29:51 +0000 (23:29 +0100)]
Merge pull request #3085 from pieterlexis/i-am-chroot

Fix chroot() issues

8 years agoMerge pull request #3103 from Habbie/rec4changelog
Peter van Dijk [Wed, 23 Dec 2015 22:23:51 +0000 (23:23 +0100)]
Merge pull request #3103 from Habbie/rec4changelog

improve rec 4.0.0/alpha changelog

8 years agoMerge pull request #3104 from pieterlexis/auth-400-docs
Peter van Dijk [Wed, 23 Dec 2015 22:23:30 +0000 (23:23 +0100)]
Merge pull request #3104 from pieterlexis/auth-400-docs

Update auth release notes

8 years agoFix "random" ECDSA signature failures when using mbedTLS
Remi Gacogne [Wed, 23 Dec 2015 21:36:32 +0000 (22:36 +0100)]
Fix "random" ECDSA signature failures when using mbedTLS

It turns out that mbedtls_mpi_size() does no always return what
I expected for the r and s values of ECDSA signatures.
We now rely on mbedtls_mpi_size(&d_ctx.grp.P), as P is fixed for
the group anyway, so we shouldn't have any suprise here.

8 years agoAdd missing mbedTLS ecdsa compatibility fixes
Remi Gacogne [Wed, 23 Dec 2015 20:34:17 +0000 (21:34 +0100)]
Add missing mbedTLS ecdsa compatibility fixes

8 years agoMerge pull request #3101 from rgacogne/dnsdist-doc
Peter van Dijk [Wed, 23 Dec 2015 18:11:02 +0000 (19:11 +0100)]
Merge pull request #3101 from rgacogne/dnsdist-doc

Keep the doc up to date with all these new dnsdist features

8 years agoMerge pull request #3099 from Habbie/fixrectest
Peter van Dijk [Wed, 23 Dec 2015 18:10:51 +0000 (19:10 +0100)]
Merge pull request #3099 from Habbie/fixrectest

stop the auths in the recursor regression test from listening on ipv6 ::

8 years agoMerge pull request #3096 from Habbie/showzone-v
Peter van Dijk [Wed, 23 Dec 2015 18:10:01 +0000 (19:10 +0100)]
Merge pull request #3096 from Habbie/showzone-v

make show-zone pretend -v was passed always; revert this later

8 years agoDon't completely disable completion when nothing matches
Remi Gacogne [Wed, 23 Dec 2015 16:58:55 +0000 (17:58 +0100)]
Don't completely disable completion when nothing matches

This should fix #2901.

8 years agoUpdate dnsdist completion rules
Remi Gacogne [Wed, 23 Dec 2015 16:58:21 +0000 (17:58 +0100)]
Update dnsdist completion rules

8 years agoUpdate auth release notes
Pieter Lexis [Wed, 23 Dec 2015 16:28:56 +0000 (17:28 +0100)]
Update auth release notes

8 years agoimprove rec 4.0.0 changelog
Peter van Dijk [Wed, 23 Dec 2015 15:53:20 +0000 (16:53 +0100)]
improve rec 4.0.0 changelog

8 years agoMerge pull request #3095 from pieterlexis/alpha-test
Pieter Lexis [Wed, 23 Dec 2015 15:27:24 +0000 (16:27 +0100)]
Merge pull request #3095 from pieterlexis/alpha-test

Build release packages properly

8 years agoAdd `delay` action to dnsdist Lua. Fix None action mapped to Pool.
Remi Gacogne [Wed, 23 Dec 2015 15:03:39 +0000 (16:03 +0100)]
Add `delay` action to dnsdist Lua. Fix None action mapped to Pool.

8 years agoKeep the doc up to date with all these new dnsdist features
Remi Gacogne [Wed, 23 Dec 2015 15:00:21 +0000 (16:00 +0100)]
Keep the doc up to date with all these new dnsdist features

8 years agoDon't automatically set the QR flag in case of HeaderModify
Remi Gacogne [Wed, 23 Dec 2015 14:45:46 +0000 (15:45 +0100)]
Don't automatically set the QR flag in case of HeaderModify

Some actions are actually altering the query and not turning it
into an answer (NoRecurse, DisableValidation).
All the actions that do turn it into an answer are already setting
the QR flag themselves.

8 years agostop the auths in the recursor regression test from listening on ipv6 ::
Peter van Dijk [Wed, 23 Dec 2015 14:18:35 +0000 (15:18 +0100)]
stop the auths in the recursor regression test from listening on ipv6 ::

8 years agoMerge pull request #3093 from Habbie/fixdocs
Peter van Dijk [Wed, 23 Dec 2015 14:05:24 +0000 (15:05 +0100)]
Merge pull request #3093 from Habbie/fixdocs

drop 3.x rec scripting docs

8 years agoFix chroot() issues
Pieter Lexis [Tue, 22 Dec 2015 11:39:53 +0000 (12:39 +0100)]
Fix chroot() issues

We now create the sockets and pid-files inside the chroot. The *_control
tools also know about the chroot and act accordingly.

Closes #191
Closes #148

8 years agomake show-zone pretend -v was passed always; revert this later
Peter van Dijk [Wed, 23 Dec 2015 13:43:32 +0000 (14:43 +0100)]
make show-zone pretend -v was passed always; revert this later

8 years agoMerge pull request #2966 from pieterlexis/bind-syntax-err-no-crash
Peter van Dijk [Wed, 23 Dec 2015 13:39:34 +0000 (14:39 +0100)]
Merge pull request #2966 from pieterlexis/bind-syntax-err-no-crash

bindbackend: don't crash on syntax errors in bind-config

8 years agoMerge pull request #2982 from cmouse/zero-serial-bug
Peter van Dijk [Wed, 23 Dec 2015 13:34:05 +0000 (14:34 +0100)]
Merge pull request #2982 from cmouse/zero-serial-bug

Properly handle domains with zero serial

8 years agoMerge pull request #3077 from mind04/catch
Peter van Dijk [Wed, 23 Dec 2015 13:30:33 +0000 (14:30 +0100)]
Merge pull request #3077 from mind04/catch

avoid crashes caused by bad DNSnames in gsql backends

8 years agoMerge pull request #3091 from kempniu/dnsdist-incbin-mips
Peter van Dijk [Wed, 23 Dec 2015 13:25:18 +0000 (14:25 +0100)]
Merge pull request #3091 from kempniu/dnsdist-incbin-mips

Update incbin.h to upstream's latest master

8 years agoBuild release packages properly
Pieter Lexis [Wed, 23 Dec 2015 08:23:36 +0000 (09:23 +0100)]
Build release packages properly

8 years agoMerge pull request #3074 from rgacogne/mbedtls-ecdsa
Peter van Dijk [Wed, 23 Dec 2015 13:06:55 +0000 (14:06 +0100)]
Merge pull request #3074 from rgacogne/mbedtls-ecdsa

Add ECDSA support to DNSSEC infra via mbedTLS

8 years agodrop 3.x rec scripting docs
Peter van Dijk [Wed, 23 Dec 2015 12:59:06 +0000 (13:59 +0100)]
drop 3.x rec scripting docs

8 years agoAdd ECDSA support to DNSSEC infra via mbedTLS
Remi Gacogne [Wed, 23 Dec 2015 11:45:40 +0000 (12:45 +0100)]
Add ECDSA support to DNSSEC infra via mbedTLS

8 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Wed, 23 Dec 2015 10:06:17 +0000 (11:06 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

8 years agomove docs over
bert hubert [Wed, 23 Dec 2015 10:05:48 +0000 (11:05 +0100)]
move docs over

8 years agohook up localaddr and remoteaddr for lua API and use them in example script
bert hubert [Wed, 23 Dec 2015 10:03:14 +0000 (10:03 +0000)]
hook up localaddr and remoteaddr for lua API and use them in example script

8 years agoadd 4.x recursor api docs, but they aren't hooked up yet
bert hubert [Wed, 23 Dec 2015 10:00:43 +0000 (11:00 +0100)]
add 4.x recursor api docs, but they aren't hooked up yet

8 years agopipe: don't crash on exceptions
Pieter Lexis [Mon, 23 Nov 2015 14:21:07 +0000 (15:21 +0100)]
pipe: don't crash on exceptions

This commit cleans up the PipeBackend code so it handles all exceptions
itself. Be it initialization errors (i.e. "file not found", "command not
executable"), or error during runtime ("data not returned in pipe
format"). When these errors occur, we now recycle the coprocess so the
rest of the nameserver keeps running. This behaviour is similar to e.g.
an unavailable database server.

Also, make the error-message for ArgMap::asNum display the value of the
setting.

Closes #2619

8 years agoUpdate incbin.h to upstream's latest master (72f0e0e)
Michał Kępień [Wed, 23 Dec 2015 09:36:14 +0000 (10:36 +0100)]
Update incbin.h to upstream's latest master (72f0e0e)

8 years agoMerge pull request #3088 from Habbie/onekey
Peter van Dijk [Wed, 23 Dec 2015 07:15:25 +0000 (08:15 +0100)]
Merge pull request #3088 from Habbie/onekey

Switch to a combined signing key

8 years agoMerge pull request #3048 from pieterlexis/issue-2420-rm-effective-tlds
Peter van Dijk [Tue, 22 Dec 2015 22:59:34 +0000 (23:59 +0100)]
Merge pull request #3048 from pieterlexis/issue-2420-rm-effective-tlds

Download the effective TLD list when needed

8 years agoMerge pull request #3036 from pieterlexis/issue-2793-negcache-improvements
Peter van Dijk [Tue, 22 Dec 2015 22:58:50 +0000 (23:58 +0100)]
Merge pull request #3036 from pieterlexis/issue-2793-negcache-improvements

negcache improvements

8 years agoMerge pull request #3071 from job/improve_show_zone
Peter van Dijk [Tue, 22 Dec 2015 22:54:30 +0000 (23:54 +0100)]
Merge pull request #3071 from job/improve_show_zone

Improve readability of show-zone, changed "Active: 0" to "Inactive"

8 years agoMerge pull request #3070 from job/issue_3069_inactive
Peter van Dijk [Tue, 22 Dec 2015 22:54:00 +0000 (23:54 +0100)]
Merge pull request #3070 from job/issue_3069_inactive

Change {add,import}-zone-key passive argument to inactive

8 years agoMerge pull request #3081 from pieterlexis/recursor-daemon
Peter van Dijk [Tue, 22 Dec 2015 22:52:22 +0000 (23:52 +0100)]
Merge pull request #3081 from pieterlexis/recursor-daemon

Run pdns_recursor on the foreground by default

8 years agoMerge pull request #3084 from pieterlexis/issue-3067-zone2sql-logic-error
Peter van Dijk [Tue, 22 Dec 2015 22:51:14 +0000 (23:51 +0100)]
Merge pull request #3084 from pieterlexis/issue-3067-zone2sql-logic-error

Fix logic error in zone2sql

8 years agoMerge pull request #3082 from magicbear/lua-backend-edns-subnet
Peter van Dijk [Tue, 22 Dec 2015 22:50:29 +0000 (23:50 +0100)]
Merge pull request #3082 from magicbear/lua-backend-edns-subnet

luabackend: edns-subnet support

8 years agoMerge pull request #3087 from pieterlexis/cleanups
Peter van Dijk [Tue, 22 Dec 2015 22:46:00 +0000 (23:46 +0100)]
Merge pull request #3087 from pieterlexis/cleanups

Various documentation cleanups

8 years agoMerge pull request #3076 from kempniu/dnsdist-v-in-help
Remi Gacogne [Tue, 22 Dec 2015 19:12:40 +0000 (20:12 +0100)]
Merge pull request #3076 from kempniu/dnsdist-v-in-help

Document verbose mode in dnsdist's --help

8 years agoavoid crashes caused by bad DNSnames in gsql backends
Kees Monshouwer [Tue, 22 Dec 2015 18:08:47 +0000 (19:08 +0100)]
avoid crashes caused by bad DNSnames in gsql backends

8 years agoChange {add,import}-zone-key passive argument to inactive
Job Snijders [Mon, 21 Dec 2015 15:19:03 +0000 (16:19 +0100)]
Change {add,import}-zone-key passive argument to inactive

Align the *-zone-key keyword when you don't want to sign, with the
output from show-zone.

This fixes #3069

8 years agoexpect only ZSK
Peter van Dijk [Tue, 22 Dec 2015 15:17:20 +0000 (16:17 +0100)]
expect only ZSK

8 years agoforce show-zone to output DS for ZSK
Peter van Dijk [Tue, 22 Dec 2015 14:37:26 +0000 (15:37 +0100)]
force show-zone to output DS for ZSK

8 years agoswitch pkcs11 testing to ZSK-only
Peter van Dijk [Tue, 22 Dec 2015 13:49:12 +0000 (14:49 +0100)]
switch pkcs11 testing to ZSK-only

8 years agoallow combined signing key; drop default KSK
Peter van Dijk [Tue, 22 Dec 2015 10:29:50 +0000 (11:29 +0100)]
allow combined signing key; drop default KSK

8 years agorefactor
Peter van Dijk [Tue, 22 Dec 2015 10:26:13 +0000 (11:26 +0100)]
refactor

8 years agoremove unused method
Peter van Dijk [Tue, 22 Dec 2015 10:21:20 +0000 (11:21 +0100)]
remove unused method

8 years agoremove indirection in secureZone
Peter van Dijk [Tue, 22 Dec 2015 09:23:40 +0000 (10:23 +0100)]
remove indirection in secureZone

8 years agoVarious documentation cleanups
Pieter Lexis [Tue, 22 Dec 2015 16:55:54 +0000 (17:55 +0100)]
Various documentation cleanups

8 years agoDownload the effective TLD list when needed
Pieter Lexis [Wed, 16 Dec 2015 12:03:19 +0000 (13:03 +0100)]
Download the effective TLD list when needed

For in-tree builds, we grab this file during make. When
build-scripts/dist-recursor is run, we always grab a fresh copy.

Closes #2420

8 years agoUpdate tests for serial change
Aki Tuomi [Tue, 8 Dec 2015 11:35:16 +0000 (13:35 +0200)]
Update tests for serial change

8 years agoUse large serial in example.com
Aki Tuomi [Wed, 2 Dec 2015 09:23:38 +0000 (11:23 +0200)]
Use large serial in example.com

This way we get to exercise our serial code paths alot

8 years agoWhen serial is 0, assume zone not present
Aki Tuomi [Wed, 2 Dec 2015 09:20:24 +0000 (11:20 +0200)]
When serial is 0, assume zone not present

Previously, if our serial was 0, and new serial was
bigger than 2^31, then we assumed that the old serial
was larger than new serial, preventing zone from
being transferred. After this change, 0 is treated
specially in the comparison.

8 years agoRun pdns_recursor on the foreground by default
Pieter Lexis [Tue, 22 Dec 2015 14:47:43 +0000 (15:47 +0100)]
Run pdns_recursor on the foreground by default

Closes #3079

8 years agoFix logic error in zone2sql
Pieter Lexis [Tue, 22 Dec 2015 15:41:32 +0000 (16:41 +0100)]
Fix logic error in zone2sql

Introduced in #3019.

Closes #3067

8 years agocompile fixes
Peter van Dijk [Tue, 22 Dec 2015 15:44:04 +0000 (16:44 +0100)]
compile fixes

8 years agoluabackend: edns-subnet support
MagicBear [Tue, 22 Dec 2015 15:10:33 +0000 (23:10 +0800)]
luabackend: edns-subnet support

8 years agoMerge pull request #2554 from pieterlexis/comments-in-forward-zones-file
Peter van Dijk [Tue, 22 Dec 2015 14:50:13 +0000 (15:50 +0100)]
Merge pull request #2554 from pieterlexis/comments-in-forward-zones-file

Allow comments in the forward-zones-file

8 years agoMerge pull request #3029 from cmouse/cpp11-integer-conversions
Peter van Dijk [Tue, 22 Dec 2015 12:57:41 +0000 (13:57 +0100)]
Merge pull request #3029 from cmouse/cpp11-integer-conversions

Some quality improvements

8 years agoMerge pull request #3055 from rgacogne/dnscrypt-clean
Remi Gacogne [Tue, 22 Dec 2015 12:44:13 +0000 (13:44 +0100)]
Merge pull request #3055 from rgacogne/dnscrypt-clean

Add DNSCrypt support for dnsdist

8 years agofixed stray debugging output
bert hubert [Tue, 22 Dec 2015 10:24:33 +0000 (10:24 +0000)]
fixed stray debugging output

8 years agoDocument verbose mode in dnsdist's --help
Michał Kępień [Tue, 22 Dec 2015 10:23:07 +0000 (11:23 +0100)]
Document verbose mode in dnsdist's --help

8 years agoMerge pull request #3016 from pieterlexis/no-defaults-file-for-dnsdist
Peter van Dijk [Tue, 22 Dec 2015 09:50:04 +0000 (10:50 +0100)]
Merge pull request #3016 from pieterlexis/no-defaults-file-for-dnsdist

Remove defaults for dnsdist packages

8 years agoMerge pull request #3041 from pieterlexis/release-versioning
Peter van Dijk [Tue, 22 Dec 2015 09:47:45 +0000 (10:47 +0100)]
Merge pull request #3041 from pieterlexis/release-versioning

Set version numbers correctly on releases

8 years agoMerge pull request #3053 from pieterlexis/issue-2622
Peter van Dijk [Tue, 22 Dec 2015 09:46:30 +0000 (10:46 +0100)]
Merge pull request #3053 from pieterlexis/issue-2622

Remove --dnssec from zone2sql

8 years agoMerge pull request #3058 from pieterlexis/issue-1723-udp-query-climb
Peter van Dijk [Tue, 22 Dec 2015 09:45:38 +0000 (10:45 +0100)]
Merge pull request #3058 from pieterlexis/issue-1723-udp-query-climb

Correctly count udp-queries

8 years agoAdd DNSCrypt support for dnsdist
Remi Gacogne [Mon, 21 Dec 2015 08:35:21 +0000 (09:35 +0100)]
Add DNSCrypt support for dnsdist

The support is disabled by default and can be enabled
with --enable-dnscrypt.
Creating certificates and keys is supported, as well
as basic unit tests.

8 years agoMerge pull request #3030 from rgacogne/dnsdist-send-return
Remi Gacogne [Tue, 22 Dec 2015 09:34:27 +0000 (10:34 +0100)]
Merge pull request #3030 from rgacogne/dnsdist-send-return

Use ssize_t for the result of send() to DS in dnsdist UDP thread

8 years agoMerge pull request #3014 from rgacogne/uidgidparsing
Remi Gacogne [Tue, 22 Dec 2015 09:31:44 +0000 (10:31 +0100)]
Merge pull request #3014 from rgacogne/uidgidparsing

Fix missing cast, LLONG_MIN->LONG_MIN in strToUID() and strToGID()

8 years agoMerge pull request #3072 from pieterlexis/docs-4X-warning
Peter van Dijk [Tue, 22 Dec 2015 09:12:27 +0000 (10:12 +0100)]
Merge pull request #3072 from pieterlexis/docs-4X-warning

Add a warning about this being the docs for 4.X

8 years agomake sure lua-pdns.hh gets shipped
bert hubert [Mon, 21 Dec 2015 22:06:41 +0000 (22:06 +0000)]
make sure lua-pdns.hh gets shipped