]> granicus.if.org Git - pdns/log
pdns
8 years agoremove two dead symlinks
Peter van Dijk [Mon, 23 May 2016 10:24:03 +0000 (12:24 +0200)]
remove two dead symlinks

8 years agoMerge pull request #3732 from Habbie/dnsdist-osx
Peter van Dijk [Fri, 20 May 2016 11:44:22 +0000 (13:44 +0200)]
Merge pull request #3732 from Habbie/dnsdist-osx

improve OSX portability

8 years agomove PDNS_CHECK_OS so it can actually change CXXFLAGS
Peter van Dijk [Mon, 18 Apr 2016 15:02:11 +0000 (17:02 +0200)]
move PDNS_CHECK_OS so it can actually change CXXFLAGS

8 years agointroduce central gettime() function, so we can avoid clock_gettime on platforms...
Peter van Dijk [Mon, 18 Apr 2016 14:22:06 +0000 (16:22 +0200)]
introduce central gettime() function, so we can avoid clock_gettime on platforms that do not have it, like osx/mach

8 years agodocument editline usage
Peter van Dijk [Sat, 26 Mar 2016 10:35:42 +0000 (11:35 +0100)]
document editline usage

8 years agoMerge pull request #3874 from romuald/doc-remote-type
Peter van Dijk [Thu, 19 May 2016 11:27:09 +0000 (13:27 +0200)]
Merge pull request #3874 from romuald/doc-remote-type

Remote backend doc example change (types)

8 years agoMerge pull request #3857 from Habbie/stubquery
Peter van Dijk [Thu, 19 May 2016 09:58:38 +0000 (11:58 +0200)]
Merge pull request #3857 from Habbie/stubquery

add simple stubquery tool for testing the stubresolver

8 years agoMerge pull request #3858 from rgacogne/dnsdist-web-exceptions
Peter van Dijk [Thu, 19 May 2016 09:56:07 +0000 (11:56 +0200)]
Merge pull request #3858 from rgacogne/dnsdist-web-exceptions

dnsdist: Only log YaHTTP's parser exceptions in verbose mode

8 years agoMerge branch 'quietsmn'
bert hubert [Wed, 18 May 2016 20:09:10 +0000 (22:09 +0200)]
Merge branch 'quietsmn'

8 years agofix up memory leak on lua reload, thanks to "t4nk607" for spotting this issue.
bert hubert [Wed, 18 May 2016 20:08:05 +0000 (22:08 +0200)]
fix up memory leak on lua reload, thanks to "t4nk607" for spotting this issue.

8 years agoadd OK secpoll status for DSA-3565-2 pdns rebuild
Peter van Dijk [Wed, 18 May 2016 18:57:26 +0000 (20:57 +0200)]
add OK secpoll status for DSA-3565-2 pdns rebuild

8 years agoRemote backend example change (types)
Romuald Brunet [Wed, 18 May 2016 16:50:26 +0000 (18:50 +0200)]
Remote backend example change (types)

Modify the examples for `getDomainMetadata`, since the "YES" value does
not currently seems to be parsed correctly by the remote backend.
"1" is correctly parsed as boolean true

8 years agoMerge pull request #3852 from mind04/leftovers
Pieter Lexis [Wed, 18 May 2016 10:32:43 +0000 (12:32 +0200)]
Merge pull request #3852 from mind04/leftovers

remove mbedtls/polarssl leftovers

8 years agoMerge pull request #3856 from Habbie/nproxy-dnsname
Pieter Lexis [Wed, 18 May 2016 10:32:31 +0000 (12:32 +0200)]
Merge pull request #3856 from Habbie/nproxy-dnsname

deal with unset name in nproxy replies, closes #3844

8 years agoMerge pull request #3859 from zeha/noconfigdir
Pieter Lexis [Wed, 18 May 2016 10:32:22 +0000 (12:32 +0200)]
Merge pull request #3859 from zeha/noconfigdir

build scripts: Stop patching config-dir in pdns.conf

8 years agoMerge pull request #3867 from pieterlexis/secpoll-debian-alpha3
Pieter Lexis [Wed, 18 May 2016 10:31:59 +0000 (12:31 +0200)]
Merge pull request #3867 from pieterlexis/secpoll-debian-alpha3

Add alpha3 secpoll for downstream debian packages

8 years agoAdd alpha3 secpoll for downstream debian packages
Pieter Lexis [Tue, 17 May 2016 16:56:34 +0000 (18:56 +0200)]
Add alpha3 secpoll for downstream debian packages

8 years agonit, thanks JamesTK
Peter van Dijk [Tue, 17 May 2016 12:36:39 +0000 (14:36 +0200)]
nit, thanks JamesTK

8 years agoMerge pull request #3863 from Habbie/auth-3.4.9-secpoll
Peter van Dijk [Tue, 17 May 2016 10:33:43 +0000 (12:33 +0200)]
Merge pull request #3863 from Habbie/auth-3.4.9-secpoll

add auth 3.4.9 to secpoll

8 years agoadd auth 3.4.9 to secpoll
Peter van Dijk [Tue, 17 May 2016 09:42:30 +0000 (11:42 +0200)]
add auth 3.4.9 to secpoll

8 years agoMerge pull request #3861 from Habbie/auth-3.4.9-docs
Peter van Dijk [Tue, 17 May 2016 09:40:50 +0000 (11:40 +0200)]
Merge pull request #3861 from Habbie/auth-3.4.9-docs

changelog for auth 3.4.9

8 years agochangelog for auth 3.4.9
Peter van Dijk [Tue, 17 May 2016 08:15:35 +0000 (10:15 +0200)]
changelog for auth 3.4.9

8 years agobuild scripts: Stop patching config-dir in pdns.conf
Christian Hofstaedtler [Fri, 13 May 2016 16:45:14 +0000 (18:45 +0200)]
build scripts: Stop patching config-dir in pdns.conf

By the time this is read, it is too late anyway.

8 years agodnsdist: Only log YaHTTP's parser exceptions in verbose mode
Remi Gacogne [Fri, 13 May 2016 16:09:38 +0000 (18:09 +0200)]
dnsdist: Only log YaHTTP's parser exceptions in verbose mode

Log the remote client address in any case.

8 years agoadd simple stubquery tool for testing the stubresolver
Peter van Dijk [Fri, 13 May 2016 12:23:41 +0000 (14:23 +0200)]
add simple stubquery tool for testing the stubresolver

8 years agodeal with unset name in nproxy replies, closes #3844
Peter van Dijk [Fri, 13 May 2016 11:30:54 +0000 (13:30 +0200)]
deal with unset name in nproxy replies, closes #3844

8 years agoMerge pull request #3840 from rgacogne/dnsdist-client-wrongtype-3839
Peter van Dijk [Fri, 13 May 2016 09:26:04 +0000 (11:26 +0200)]
Merge pull request #3840 from rgacogne/dnsdist-client-wrongtype-3839

dnsdist: Catch WrongTypeException in client mode

8 years agoMerge pull request #3834 from rgacogne/dnsdist-config-tests
Peter van Dijk [Fri, 13 May 2016 09:25:55 +0000 (11:25 +0200)]
Merge pull request #3834 from rgacogne/dnsdist-config-tests

dnsdist: Wait for dnsdist to exit in CheckConfig tests

8 years agoMerge pull request #3836 from rgacogne/dnsdist-web-log-exception
Peter van Dijk [Fri, 13 May 2016 09:25:00 +0000 (11:25 +0200)]
Merge pull request #3836 from rgacogne/dnsdist-web-log-exception

dnsdist: Log the content of webserver's exceptions

8 years agoMerge pull request #3854 from pieterlexis/4a3-secpoll
Peter van Dijk [Thu, 12 May 2016 15:53:55 +0000 (17:53 +0200)]
Merge pull request #3854 from pieterlexis/4a3-secpoll

Add alpha3 secpoll records

8 years agoAdd alpha3 secpoll records
Pieter Lexis [Thu, 12 May 2016 15:51:26 +0000 (17:51 +0200)]
Add alpha3 secpoll records

8 years agodoc nit, thanks Bart Smit
Peter van Dijk [Thu, 12 May 2016 13:52:07 +0000 (15:52 +0200)]
doc nit, thanks Bart Smit

8 years agoremove mbedtls/polarssl leftovers
Kees Monshouwer [Wed, 11 May 2016 15:34:34 +0000 (17:34 +0200)]
remove mbedtls/polarssl leftovers

8 years agofix typo (thanks @jpmens)
Pieter Lexis [Wed, 11 May 2016 10:35:51 +0000 (12:35 +0200)]
fix typo (thanks @jpmens)

8 years agoMerge pull request #3847 from pieterlexis/auth-4-alpha3-changelog
Pieter Lexis [Wed, 11 May 2016 09:17:09 +0000 (11:17 +0200)]
Merge pull request #3847 from pieterlexis/auth-4-alpha3-changelog

Update changelog for auth 4.0.0 alpha 3

8 years agoUpdate changelog for auth 4.0.0 alpha 3
Pieter Lexis [Wed, 11 May 2016 09:10:44 +0000 (11:10 +0200)]
Update changelog for auth 4.0.0 alpha 3

8 years agoMerge pull request #3827 from pieterlexis/issue-3796-NSEC3PARAM-algo-fix auth-4.0.0-alpha3
Pieter Lexis [Wed, 11 May 2016 08:51:40 +0000 (10:51 +0200)]
Merge pull request #3827 from pieterlexis/issue-3796-NSEC3PARAM-algo-fix

set NSEC3PARAM algorithm to 1

8 years agoCheck/fix invalid NSEC3PARAM hash algo
Pieter Lexis [Tue, 10 May 2016 10:47:46 +0000 (12:47 +0200)]
Check/fix invalid NSEC3PARAM hash algo

8 years agoDon't allow other values than '1' for the NSEC3PARAM algorithm
Pieter Lexis [Fri, 6 May 2016 11:07:22 +0000 (13:07 +0200)]
Don't allow other values than '1' for the NSEC3PARAM algorithm

8 years agoMerge pull request #3810 from pieterlexis/issue-1905-rm-pdns-conf-dist
Pieter Lexis [Tue, 10 May 2016 16:50:22 +0000 (18:50 +0200)]
Merge pull request #3810 from pieterlexis/issue-1905-rm-pdns-conf-dist

Remove pdns.conf-dist (generate it after compiling)

8 years agoMerge pull request #3815 from pieterlexis/issue-3210-rm-SOA-EDIT-values
Pieter Lexis [Tue, 10 May 2016 16:50:13 +0000 (18:50 +0200)]
Merge pull request #3815 from pieterlexis/issue-3210-rm-SOA-EDIT-values

Deprecate bad soa-edit values. Closes #3210

8 years agoMerge pull request #3817 from pieterlexis/issue-3615-prevent-multiple-backend-launch
Pieter Lexis [Tue, 10 May 2016 16:50:03 +0000 (18:50 +0200)]
Merge pull request #3817 from pieterlexis/issue-3615-prevent-multiple-backend-launch

Prevent launching similarly named backend

8 years agoMerge pull request #3842 from pieterlexis/ignore-recursor-service-file
Pieter Lexis [Tue, 10 May 2016 16:49:49 +0000 (18:49 +0200)]
Merge pull request #3842 from pieterlexis/ignore-recursor-service-file

rec: ignore the generated service file

8 years agoMerge pull request #3843 from pieterlexis/auth-4-alpha3-changelog
Pieter Lexis [Tue, 10 May 2016 16:17:18 +0000 (18:17 +0200)]
Merge pull request #3843 from pieterlexis/auth-4-alpha3-changelog

Auth and Recursor 4.0.0-alpha3 changelogs

8 years agoAuth and Recursor 4.0.0-alpha3 changelogs
Pieter Lexis [Fri, 29 Apr 2016 10:33:31 +0000 (12:33 +0200)]
Auth and Recursor 4.0.0-alpha3 changelogs

8 years agoMerge pull request #3837 from pieterlexis/rm-service-file-dnsdist-trusty rec-4.0.0-alpha3
Peter van Dijk [Tue, 10 May 2016 14:25:25 +0000 (16:25 +0200)]
Merge pull request #3837 from pieterlexis/rm-service-file-dnsdist-trusty

Remove dnsdist service file on trusty

8 years agoAdd deprecation warnings for #3210
Pieter Lexis [Tue, 10 May 2016 10:28:18 +0000 (12:28 +0200)]
Add deprecation warnings for #3210

8 years agoGenerate pdns.conf-dist after building pdns_server
Pieter Lexis [Wed, 4 May 2016 12:08:52 +0000 (14:08 +0200)]
Generate pdns.conf-dist after building pdns_server

8 years agorec: ignore the generated service file
Pieter Lexis [Tue, 10 May 2016 12:22:47 +0000 (14:22 +0200)]
rec: ignore the generated service file

8 years agoMerge pull request #3733 from Habbie/alias-testing
Peter van Dijk [Tue, 10 May 2016 11:33:01 +0000 (13:33 +0200)]
Merge pull request #3733 from Habbie/alias-testing

improve ALIAS handling

8 years agorec: Remove systemd service file on trusty
Pieter Lexis [Tue, 10 May 2016 11:05:20 +0000 (13:05 +0200)]
rec: Remove systemd service file on trusty

And actually ship it on non-trusty

8 years agoauth: Remove systemd service file on trusty
Pieter Lexis [Tue, 10 May 2016 11:04:56 +0000 (13:04 +0200)]
auth: Remove systemd service file on trusty

8 years agoRemove dnsdist service file on trusty
Pieter Lexis [Tue, 10 May 2016 07:19:29 +0000 (09:19 +0200)]
Remove dnsdist service file on trusty

Having it there will lead to pain

8 years agodnsdist: Catch WrongTypeException in client mode
Remi Gacogne [Tue, 10 May 2016 10:19:36 +0000 (12:19 +0200)]
dnsdist: Catch WrongTypeException in client mode

8 years agoPrevent launching identical backends
Pieter Lexis [Wed, 4 May 2016 17:18:01 +0000 (19:18 +0200)]
Prevent launching identical backends

This catches configuration bugs (mostly when includes are used) where a
line `launch=backend` and a line `launch+=backend` occur in the sum of
the configuration.

Closes #3615

8 years agoMerge pull request #3820 from pieterlexis/issue-3818-double-SOA
Peter van Dijk [Tue, 10 May 2016 08:54:52 +0000 (10:54 +0200)]
Merge pull request #3820 from pieterlexis/issue-3818-double-SOA

pdnsutil load-zone: ignore double SOA

8 years agoMerge pull request #3833 from rgacogne/coverity-issues
Peter van Dijk [Tue, 10 May 2016 08:53:56 +0000 (10:53 +0200)]
Merge pull request #3833 from rgacogne/coverity-issues

Minor fixes to make coverity happier

8 years agoMerge pull request #3831 from Habbie/nsec3dig-exception
Peter van Dijk [Tue, 10 May 2016 08:52:47 +0000 (10:52 +0200)]
Merge pull request #3831 from Habbie/nsec3dig-exception

pick up PDNSException in nsec3dig

8 years agoMerge pull request #3764 from pieterlexis/systemd-notify
Peter van Dijk [Tue, 10 May 2016 08:43:44 +0000 (10:43 +0200)]
Merge pull request #3764 from pieterlexis/systemd-notify

Add systemd notify support to auth and recursor

8 years agoMerge pull request #3816 from pieterlexis/issue-3644-rediscover-skipped-is-rejected
Peter van Dijk [Tue, 10 May 2016 08:36:52 +0000 (10:36 +0200)]
Merge pull request #3816 from pieterlexis/issue-3644-rediscover-skipped-is-rejected

bind: Improve skipped zone error messages

8 years agoMerge pull request #3835 from pieterlexis/issue-3832-silence-warning
Peter van Dijk [Tue, 10 May 2016 08:25:25 +0000 (10:25 +0200)]
Merge pull request #3835 from pieterlexis/issue-3832-silence-warning

Squash 2 compiler warnings in ws-auth.cc

8 years agoSquash 2 compiler warnings in ws-auth.cc
Pieter Lexis [Mon, 9 May 2016 15:38:35 +0000 (17:38 +0200)]
Squash 2 compiler warnings in ws-auth.cc

Use the correct datatype and initialize. Closes #3832

8 years agodnsdist: Log the content of webserver's exceptions
Remi Gacogne [Mon, 9 May 2016 15:35:17 +0000 (17:35 +0200)]
dnsdist: Log the content of webserver's exceptions

8 years agodnsdist: Wait for dnsdist to exit in CheckConfig tests
Remi Gacogne [Mon, 9 May 2016 14:13:14 +0000 (16:13 +0200)]
dnsdist: Wait for dnsdist to exit in CheckConfig tests

Otherwise we can't be sure that the exit code is the one we
expected.
Use `addACL()` instead of `newServer()` for the invalid parameter
test, as `newServer()` is skipped in client mode, and
`check-config` is run in this mode to prevent bind issues.

8 years agoskip ALIAS tests for various backends
Peter van Dijk [Mon, 9 May 2016 10:32:14 +0000 (12:32 +0200)]
skip ALIAS tests for various backends

8 years agochange axfr-time ALIAS expansion to use stubDoResolve; catch errors
Peter van Dijk [Mon, 9 May 2016 10:10:28 +0000 (12:10 +0200)]
change axfr-time ALIAS expansion to use stubDoResolve; catch errors

8 years agoenable axfr alias expansion in gsql test
Peter van Dijk [Mon, 9 May 2016 09:20:19 +0000 (11:20 +0200)]
enable axfr alias expansion in gsql test

8 years agodocument outgoing-axfr-expand-alias
Peter van Dijk [Tue, 3 May 2016 11:14:12 +0000 (13:14 +0200)]
document outgoing-axfr-expand-alias

8 years agomake ALIAS expansion in outgoing AXFR optional
Peter van Dijk [Mon, 2 May 2016 15:22:21 +0000 (17:22 +0200)]
make ALIAS expansion in outgoing AXFR optional

8 years agoremove bogus skip.nodnssec files, they did the opposite of what i wanted
Peter van Dijk [Mon, 2 May 2016 14:20:38 +0000 (16:20 +0200)]
remove bogus skip.nodnssec files, they did the opposite of what i wanted

8 years agotrailing newline
Peter van Dijk [Mon, 2 May 2016 14:13:29 +0000 (16:13 +0200)]
trailing newline

8 years agoskip unbound-host because ALIAS does not support DNSSEC on direct queries
Peter van Dijk [Mon, 2 May 2016 13:40:06 +0000 (15:40 +0200)]
skip unbound-host because ALIAS does not support DNSSEC on direct queries

8 years agosynthesise ALIAS during outgoing AXFR
Peter van Dijk [Fri, 1 Apr 2016 10:34:03 +0000 (12:34 +0200)]
synthesise ALIAS during outgoing AXFR

8 years agoallow skipping DNS/UeberBackend lookup in FindNS
Peter van Dijk [Fri, 1 Apr 2016 10:33:49 +0000 (12:33 +0200)]
allow skipping DNS/UeberBackend lookup in FindNS

8 years agoskip ALIAS dnssec testing for now
Peter van Dijk [Tue, 15 Mar 2016 20:34:08 +0000 (21:34 +0100)]
skip ALIAS dnssec testing for now

8 years agoonly do backend ALIAS query for ANY/A/AAAA;
Peter van Dijk [Tue, 15 Mar 2016 19:50:55 +0000 (20:50 +0100)]
only do backend ALIAS query for ANY/A/AAAA;
don't return useless backend SOA (but now we sometimes return no SOA at all);
don't return ALIAS itself even when asked for directly

8 years agoadd failing MX ALIAS test
Peter van Dijk [Tue, 15 Mar 2016 15:11:46 +0000 (16:11 +0100)]
add failing MX ALIAS test

8 years agotest A/AAAA with alias
Peter van Dijk [Tue, 15 Mar 2016 20:04:18 +0000 (21:04 +0100)]
test A/AAAA with alias

8 years agopick up PDNSException in nsec3dig
Peter van Dijk [Mon, 9 May 2016 09:40:06 +0000 (11:40 +0200)]
pick up PDNSException in nsec3dig

8 years agopass more arguments down from cleandig to sdig
Peter van Dijk [Tue, 15 Mar 2016 20:03:19 +0000 (21:03 +0100)]
pass more arguments down from cleandig to sdig

8 years agodnsdist: In verbose mode, warn if `sendto()`/`sendfromto()` failed
Remi Gacogne [Mon, 9 May 2016 08:09:28 +0000 (10:09 +0200)]
dnsdist: In verbose mode, warn if `sendto()`/`sendfromto()` failed

8 years ago`writen2()` returns a size_t or throws an exception
Remi Gacogne [Mon, 9 May 2016 08:08:25 +0000 (10:08 +0200)]
`writen2()` returns a size_t or throws an exception

8 years agoReturn false if `setsockopt()` failed in `setTCPNoDelay()`
Remi Gacogne [Mon, 9 May 2016 08:06:07 +0000 (10:06 +0200)]
Return false if `setsockopt()` failed in `setTCPNoDelay()`

8 years agoMerge pull request #3823 from mind04/gcc61-master
bert hubert [Fri, 6 May 2016 12:03:08 +0000 (14:03 +0200)]
Merge pull request #3823 from mind04/gcc61-master

add gcc 6.1 support to boost.m4

8 years agoMerge pull request #3826 from ahupowerdns/quietsmn
bert hubert [Fri, 6 May 2016 11:38:18 +0000 (13:38 +0200)]
Merge pull request #3826 from ahupowerdns/quietsmn

implement a 'quiet' mode for SuffixMatchNodeRule() which prevents Sho…

8 years agoimplement a 'quiet' mode for SuffixMatchNodeRule() which prevents ShowRules() from...
bert hubert [Fri, 6 May 2016 07:43:11 +0000 (09:43 +0200)]
implement a 'quiet' mode for SuffixMatchNodeRule() which prevents ShowRules() from listing a million domain names.

8 years agoinclude 1.0.0 announcement and announcement-video on website of dnsdist
bert hubert [Fri, 6 May 2016 05:00:08 +0000 (07:00 +0200)]
include 1.0.0 announcement and announcement-video on website of dnsdist

8 years agoadd gcc 6.1 support to boost.m4
Kees Monshouwer [Thu, 5 May 2016 12:52:20 +0000 (14:52 +0200)]
add gcc 6.1 support to boost.m4

8 years agoMerge pull request #3813 from ahupowerdns/multi-wash
bert hubert [Thu, 5 May 2016 12:22:29 +0000 (14:22 +0200)]
Merge pull request #3813 from ahupowerdns/multi-wash

Multi wash: make dnswash process multiple files at once & anonymize IPv6 fully now (128 bits)

8 years agopdnsutil load-zone: ignore double SOA
Pieter Lexis [Wed, 4 May 2016 18:53:53 +0000 (20:53 +0200)]
pdnsutil load-zone: ignore double SOA

Closes #3818

8 years agoMerge pull request #3812 from zeha/docs-rrsets
bert hubert [Wed, 4 May 2016 18:16:56 +0000 (20:16 +0200)]
Merge pull request #3812 from zeha/docs-rrsets

APi docs: Fix typo rrset -> rrsets

8 years agoAPi docs: Fix typo rrset -> rrsets
Christian Hofstaedtler [Wed, 4 May 2016 17:21:42 +0000 (19:21 +0200)]
APi docs: Fix typo rrset -> rrsets

8 years agomake sure we zero out the anonymized IPv6 address.
bert hubert [Wed, 4 May 2016 17:10:47 +0000 (19:10 +0200)]
make sure we zero out the anonymized IPv6 address.

8 years agobind: Improve skipped zone error messages, closes #3644
Pieter Lexis [Wed, 4 May 2016 16:57:12 +0000 (18:57 +0200)]
bind: Improve skipped zone error messages, closes #3644

8 years agodays since fixing last part where we got IPv6 wrong: 0
bert hubert [Wed, 4 May 2016 14:29:57 +0000 (16:29 +0200)]
days since fixing last part where we got IPv6 wrong: 0

8 years agorecursor: install systemd unit file
Pieter Lexis [Mon, 25 Apr 2016 16:31:02 +0000 (18:31 +0200)]
recursor: install systemd unit file

8 years agorecursor: add sd_notify() support
Pieter Lexis [Mon, 25 Apr 2016 15:51:13 +0000 (17:51 +0200)]
recursor: add sd_notify() support

8 years agoauth Install systemd unit file
Pieter Lexis [Mon, 25 Apr 2016 14:09:17 +0000 (16:09 +0200)]
auth Install systemd unit file

8 years agosd_notify support in the auth server
Pieter Lexis [Mon, 25 Apr 2016 12:56:23 +0000 (14:56 +0200)]
sd_notify support in the auth server

8 years agoMove systemd-related m4 files
Pieter Lexis [Mon, 25 Apr 2016 12:17:53 +0000 (14:17 +0200)]
Move systemd-related m4 files