]> granicus.if.org Git - pdns/log
pdns
10 years agoReconnect on read error, also fix whitespace
Aki Tuomi [Sat, 1 Nov 2014 08:56:34 +0000 (10:56 +0200)]
Reconnect on read error, also fix whitespace

10 years agoMerge pull request #1848 from zeha/httpapi-docs
Peter van Dijk [Tue, 28 Oct 2014 19:51:49 +0000 (20:51 +0100)]
Merge pull request #1848 from zeha/httpapi-docs

API: Document set-ptr

10 years agoAPI: Document set-ptr
Christian Hofstaedtler [Tue, 28 Oct 2014 19:41:55 +0000 (20:41 +0100)]
API: Document set-ptr

10 years agoMerge pull request #1846 from mind04/ldns
Peter van Dijk [Tue, 28 Oct 2014 14:38:09 +0000 (15:38 +0100)]
Merge pull request #1846 from mind04/ldns

update test output for verify-zone version 1.6.17

10 years agoupdate test output for verify-zone version 1.6.17
Kees Monshouwer [Sun, 26 Oct 2014 19:47:35 +0000 (20:47 +0100)]
update test output for verify-zone version 1.6.17

10 years agoMerge pull request #1842 from zeha/httpapi-docs
Peter van Dijk [Sun, 26 Oct 2014 14:33:40 +0000 (15:33 +0100)]
Merge pull request #1842 from zeha/httpapi-docs

HTTP API documentation update

10 years agoAPI: Clarify record creation in example
Christian Hofstaedtler [Sun, 26 Oct 2014 14:31:32 +0000 (15:31 +0100)]
API: Clarify record creation in example

Also fix it to have required 'priority' field.

10 years agoAPI: Document causes of the 400 Bad Request reply
Christian Hofstaedtler [Sun, 26 Oct 2014 14:05:57 +0000 (15:05 +0100)]
API: Document causes of the 400 Bad Request reply

10 years agoMerge pull request #1841 from wecould/master
Christian Hofstaedtler [Sun, 26 Oct 2014 14:19:32 +0000 (15:19 +0100)]
Merge pull request #1841 from wecould/master

Update httpapi README.md

10 years agoUpdate README.md
wecould [Sun, 26 Oct 2014 14:16:06 +0000 (14:16 +0000)]
Update README.md

Make it clear how to add records for quicker implementation

10 years agomake very sure we don't keel over if something goes wrong polling security status...
bert hubert [Thu, 23 Oct 2014 17:28:36 +0000 (19:28 +0200)]
make very sure we don't keel over if something goes wrong polling security status in auth

10 years agoMerge pull request #1834 from mind04/test
Peter van Dijk [Thu, 23 Oct 2014 11:02:29 +0000 (13:02 +0200)]
Merge pull request #1834 from mind04/test

report aborted test runs in jenkins

10 years agofix the fix for building on rhel
bert hubert [Wed, 22 Oct 2014 19:57:50 +0000 (21:57 +0200)]
fix the fix for building on rhel

10 years agoadd our security zone, plus update documentation
bert hubert [Wed, 22 Oct 2014 18:54:40 +0000 (20:54 +0200)]
add our security zone, plus update documentation

10 years agoadd missing space to notification error message
bert hubert [Wed, 22 Oct 2014 18:45:25 +0000 (20:45 +0200)]
add missing space to notification error message

10 years agoinitialize security_status to 0 (unknown)
bert hubert [Wed, 22 Oct 2014 18:45:04 +0000 (20:45 +0200)]
initialize security_status to 0 (unknown)

10 years agofix up compilation on RHEL (missing include)
bert hubert [Wed, 22 Oct 2014 15:18:30 +0000 (17:18 +0200)]
fix up compilation on RHEL (missing include)

10 years agofix include that breaks make dist
bert hubert [Wed, 22 Oct 2014 15:04:52 +0000 (17:04 +0200)]
fix include that breaks make dist

10 years agoRevert "make sure we don't launch the query distribution thread if configured to...
bert hubert [Wed, 22 Oct 2014 15:03:27 +0000 (17:03 +0200)]
Revert "make sure we don't launch the query distribution thread if configured to run unthreaded"

This reverts commit 16207ec6ba9c8710635e80236e2a3f30dd77face.

10 years agoimplement security polling for auth
bert hubert [Wed, 22 Oct 2014 14:55:06 +0000 (16:55 +0200)]
implement security polling for auth

10 years agorecursor security poll is now feature complete. Distributors can set their security...
bert hubert [Wed, 22 Oct 2014 10:55:42 +0000 (12:55 +0200)]
recursor security poll is now feature complete. Distributors can set their security domain suffix in PACKAGEVERSION, ie PACKAGEVERSION=3.6.1-2.debian

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns into secpoll
bert hubert [Wed, 22 Oct 2014 08:32:34 +0000 (10:32 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns into secpoll

10 years agofix test for ns_t rename
bert hubert [Tue, 21 Oct 2014 19:23:42 +0000 (21:23 +0200)]
fix test for ns_t rename

10 years agowe duplicated the ns_t_enums from resolv.h or arpa/nameser.h for no good reason....
bert hubert [Tue, 21 Oct 2014 19:21:35 +0000 (21:21 +0200)]
we duplicated the ns_t_enums from resolv.h or arpa/nameser.h for no good reason. Shift to QType::enum.

10 years agosecond attempt to prevent us from launching the distributor thread when attempting...
bert hubert [Tue, 21 Oct 2014 15:07:29 +0000 (17:07 +0200)]
second attempt to prevent us from launching the distributor thread when attempting to operate unthreaded

10 years agoimprove error message on reporting failed secpoll retrieval
bert hubert [Tue, 21 Oct 2014 14:48:50 +0000 (16:48 +0200)]
improve error message on reporting failed secpoll retrieval

10 years agohonor SOA-EDIT while considering "empty IXFR" fallback, fixes #1835
Peter van Dijk [Tue, 21 Oct 2014 11:28:20 +0000 (11:28 +0000)]
honor SOA-EDIT while considering "empty IXFR" fallback, fixes #1835

10 years agoRevert "make sure we don't launch the query distribution thread if configured to...
Peter van Dijk [Tue, 21 Oct 2014 10:05:21 +0000 (12:05 +0200)]
Revert "make sure we don't launch the query distribution thread if configured to run unthreaded"

This reverts commit cfc99d7ea24aa40ca0d8cabd11ca2257626197bf.

10 years agodocument alternative TSIG algos, thanks maik
Peter van Dijk [Tue, 21 Oct 2014 08:30:25 +0000 (10:30 +0200)]
document alternative TSIG algos, thanks maik

10 years agoreport aborted test runs in jenkins
Kees Monshouwer [Mon, 20 Oct 2014 20:31:29 +0000 (22:31 +0200)]
report aborted test runs in jenkins

10 years agoMerge branch 'secpoll' of github.com:ahupowerdns/pdns into secpoll
bert hubert [Mon, 20 Oct 2014 18:55:18 +0000 (20:55 +0200)]
Merge branch 'secpoll' of github.com:ahupowerdns/pdns into secpoll

10 years agomake sure we don't launch the query distribution thread if configured to run unthreaded
bert hubert [Mon, 20 Oct 2014 12:54:04 +0000 (14:54 +0200)]
make sure we don't launch the query distribution thread if configured to run unthreaded

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Mon, 20 Oct 2014 18:22:21 +0000 (20:22 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoslightly improve docs of semantics of dynamic dns updates
bert hubert [Mon, 20 Oct 2014 18:21:20 +0000 (20:21 +0200)]
slightly improve docs of semantics of dynamic dns updates

10 years agoMerge pull request #1612 from cmouse/use-zeromq-c-api
Peter van Dijk [Mon, 20 Oct 2014 16:22:30 +0000 (18:22 +0200)]
Merge pull request #1612 from cmouse/use-zeromq-c-api

Use ZeroMQ C API

10 years agoactually add the relevant files
bert hubert [Mon, 20 Oct 2014 14:49:20 +0000 (16:49 +0200)]
actually add the relevant files

10 years agoimplement security polling according to docs/security-poll.md
bert hubert [Mon, 20 Oct 2014 14:38:08 +0000 (16:38 +0200)]
implement security polling according to docs/security-poll.md

10 years agoclarify -1 semantics
bert hubert [Mon, 20 Oct 2014 13:51:42 +0000 (15:51 +0200)]
clarify -1 semantics

10 years agomake sure we don't launch the query distribution thread if configured to run unthreaded
bert hubert [Mon, 20 Oct 2014 12:54:04 +0000 (14:54 +0200)]
make sure we don't launch the query distribution thread if configured to run unthreaded

10 years agoimprove "subversion" idea, add delegation
bert hubert [Mon, 20 Oct 2014 10:56:23 +0000 (12:56 +0200)]
improve "subversion" idea, add delegation

10 years agosecurity poll
bert hubert [Mon, 20 Oct 2014 10:33:40 +0000 (12:33 +0200)]
security poll

10 years agoMerge pull request #1829 from rubenk/remove-padlock
Peter van Dijk [Mon, 20 Oct 2014 07:32:15 +0000 (09:32 +0200)]
Merge pull request #1829 from rubenk/remove-padlock

Don't include padlock code

10 years agoMerge pull request #1830 from rubenk/travis-disable-dependency-tracking
Peter van Dijk [Mon, 20 Oct 2014 07:11:20 +0000 (09:11 +0200)]
Merge pull request #1830 from rubenk/travis-disable-dependency-tracking

Disable dependency tracking in Travis

10 years agoUse zeromq library C API, based on work by @wtfuzz and @hexwave. Fixes #1760.
Aki Tuomi [Tue, 22 Jul 2014 19:59:10 +0000 (22:59 +0300)]
Use zeromq library C API, based on work by @wtfuzz and @hexwave. Fixes #1760.

10 years agoDisable dependency tracking in Travis
Ruben Kerkhof [Thu, 16 Oct 2014 16:31:19 +0000 (18:31 +0200)]
Disable dependency tracking in Travis

Since we don't reuse the results we have no use for it.
Speeds up the build a and makes the build output more readable.

10 years agoDon't include padlock code
Ruben Kerkhof [Thu, 16 Oct 2014 15:39:20 +0000 (17:39 +0200)]
Don't include padlock code

10 years agoWe did not transmit the right 'local' socket address to Lua for TCP/IP queries in...
bert hubert [Thu, 16 Oct 2014 13:57:58 +0000 (15:57 +0200)]
We did not transmit the right 'local' socket address to Lua for TCP/IP queries in the recursor. In addition, we
would attempt to lookup a filedescriptor that wasn't there in an unlocked map which could conceivably lead to crashes. Closes #1828, thanks Winfried for reporting

10 years agoMerge pull request #1814 from rubenk/makefile-cleanup-part-II
Peter van Dijk [Thu, 16 Oct 2014 07:12:51 +0000 (09:12 +0200)]
Merge pull request #1814 from rubenk/makefile-cleanup-part-II

Cleanup the rest of the Makefile.am's

10 years agoMerge pull request #1823 from mind04/dist-recursor
Peter van Dijk [Thu, 16 Oct 2014 06:33:42 +0000 (08:33 +0200)]
Merge pull request #1823 from mind04/dist-recursor

build dist-recursor in travis

10 years agoMerge pull request #1816 from rubenk/polarssl-disable-padlock
Peter van Dijk [Thu, 16 Oct 2014 06:32:09 +0000 (08:32 +0200)]
Merge pull request #1816 from rubenk/polarssl-disable-padlock

Polarssl: disable padlock

10 years agoMerge pull request #1680 from mind04/prino
Peter van Dijk [Wed, 15 Oct 2014 14:09:02 +0000 (16:09 +0200)]
Merge pull request #1680 from mind04/prino

move MX and SRV priority to content

10 years agoMerge pull request #1817 from cmouse/fix-issue-1811
Peter van Dijk [Wed, 15 Oct 2014 13:00:35 +0000 (15:00 +0200)]
Merge pull request #1817 from cmouse/fix-issue-1811

Fix ordername for SOA record after update

10 years agoMerge pull request #1820 from cmouse/fix-remotebackend-test-problem
Peter van Dijk [Wed, 15 Oct 2014 12:17:18 +0000 (14:17 +0200)]
Merge pull request #1820 from cmouse/fix-remotebackend-test-problem

Use correct syntax for escapes

10 years agoMerge pull request #1821 from rubenk/pick-up-cppflags-in-remotebackend
Peter van Dijk [Wed, 15 Oct 2014 12:16:42 +0000 (14:16 +0200)]
Merge pull request #1821 from rubenk/pick-up-cppflags-in-remotebackend

Pick up cppflags in remotebackend

10 years agoMerge pull request #1822 from rubenk/fix-recursor-build
Peter van Dijk [Wed, 15 Oct 2014 08:17:02 +0000 (10:17 +0200)]
Merge pull request #1822 from rubenk/fix-recursor-build

After aed373029748 we need polarssl/version.h

10 years agoMerge pull request #1824 from rubenk/travis-silence-apt-output
Peter van Dijk [Wed, 15 Oct 2014 08:09:53 +0000 (10:09 +0200)]
Merge pull request #1824 from rubenk/travis-silence-apt-output

Only show apt errors

10 years agoremove priority in geo backend
Kees Monshouwer [Fri, 10 Oct 2014 22:00:07 +0000 (00:00 +0200)]
remove priority in geo backend

10 years agoremove priority in oracle backend
Kees Monshouwer [Fri, 10 Oct 2014 21:42:56 +0000 (23:42 +0200)]
remove priority in oracle backend

10 years agoOnly show apt errors
Ruben Kerkhof [Tue, 14 Oct 2014 19:24:50 +0000 (21:24 +0200)]
Only show apt errors

And skip the progress output

10 years agobuild distrecursor in travis
Kees Monshouwer [Tue, 14 Oct 2014 18:49:16 +0000 (20:49 +0200)]
build distrecursor in travis

10 years agoAfter aed373029748 we need polarssl/version.h
Ruben Kerkhof [Tue, 14 Oct 2014 18:39:31 +0000 (20:39 +0200)]
After aed373029748 we need polarssl/version.h

So copy it into the dist dir

10 years agoAlways link libtestremotebackend with -ld
Ruben Kerkhof [Tue, 14 Oct 2014 18:12:24 +0000 (20:12 +0200)]
Always link libtestremotebackend with -ld

Not only when PKCS11 is enabled

10 years agoMake sure libremotebackend picks up correct flags
Ruben Kerkhof [Tue, 14 Oct 2014 18:06:14 +0000 (20:06 +0200)]
Make sure libremotebackend picks up correct flags

This fixes the build if we build with --disable-experimental-pkcs11

10 years agoMerge pull request #1798 from James-TR/remote-backend-docs-fix
Peter van Dijk [Tue, 14 Oct 2014 18:05:37 +0000 (20:05 +0200)]
Merge pull request #1798 from James-TR/remote-backend-docs-fix

Fixes documentation for remotehttp-backend.

10 years agoUse correct syntax for escapes
Aki Tuomi [Tue, 14 Oct 2014 17:27:45 +0000 (20:27 +0300)]
Use correct syntax for escapes

10 years agoMerge pull request #1818 from mind04/polarversion
bert hubert [Tue, 14 Oct 2014 07:29:37 +0000 (09:29 +0200)]
Merge pull request #1818 from mind04/polarversion

report built-in PolarSSL version

10 years agoUse transaction when updating serial
Aki Tuomi [Tue, 14 Oct 2014 07:27:06 +0000 (10:27 +0300)]
Use transaction when updating serial

10 years agoFix ordername for SOA record after update
Aki Tuomi [Tue, 14 Oct 2014 06:42:33 +0000 (09:42 +0300)]
Fix ordername for SOA record after update

10 years agoreport built-in PolarSSL version
Kees Monshouwer [Mon, 13 Oct 2014 23:12:28 +0000 (01:12 +0200)]
report built-in PolarSSL version

10 years agoremove priority in lua backend
Kees Monshouwer [Fri, 10 Oct 2014 20:32:43 +0000 (22:32 +0200)]
remove priority in lua backend

10 years agoremove priority in docs
Kees Monshouwer [Fri, 10 Oct 2014 20:21:17 +0000 (22:21 +0200)]
remove priority in docs

10 years agoremove priority in geoip backend
Kees Monshouwer [Thu, 18 Sep 2014 17:27:35 +0000 (19:27 +0200)]
remove priority in geoip backend

10 years agoremove priority in recursor
Kees Monshouwer [Sun, 17 Aug 2014 22:43:11 +0000 (00:43 +0200)]
remove priority in recursor

10 years agoremove priority in remote backend
Kees Monshouwer [Sun, 17 Aug 2014 19:11:29 +0000 (21:11 +0200)]
remove priority in remote backend

10 years agoremove priority from api tests
Kees Monshouwer [Sun, 17 Aug 2014 18:20:03 +0000 (20:20 +0200)]
remove priority from api tests

10 years agoadd priority to content for MX and SRV records
Kees Monshouwer [Sun, 17 Aug 2014 13:03:06 +0000 (15:03 +0200)]
add priority to content for MX and SRV records

10 years agoCleanup the rest of the Makefile.am's
Ruben Kerkhof [Sat, 11 Oct 2014 16:14:41 +0000 (18:14 +0200)]
Cleanup the rest of the Makefile.am's

10 years agoMerge pull request #1779 from rubenk/use-automake-variable-for-server-building
bert hubert [Mon, 13 Oct 2014 18:49:54 +0000 (20:49 +0200)]
Merge pull request #1779 from rubenk/use-automake-variable-for-server-building

Use an automake variable for server building

10 years agoMerge pull request #1813 from mind04/polar-cleanup
bert hubert [Mon, 13 Oct 2014 18:48:35 +0000 (20:48 +0200)]
Merge pull request #1813 from mind04/polar-cleanup

cleanup polar update

10 years agoMerge pull request #1815 from rubenk/remove-bootstrap.freebsd
bert hubert [Mon, 13 Oct 2014 18:46:28 +0000 (20:46 +0200)]
Merge pull request #1815 from rubenk/remove-bootstrap.freebsd

Remove outdated bootstrap.freebsd script

10 years agoPolarssl: disable padlock
Ruben Kerkhof [Mon, 13 Oct 2014 17:56:52 +0000 (19:56 +0200)]
Polarssl: disable padlock

10 years agoRemove outdated bootstrap.freebsd script
Ruben Kerkhof [Mon, 13 Oct 2014 17:51:01 +0000 (19:51 +0200)]
Remove outdated bootstrap.freebsd script

The normal bootstrap script works just fine

10 years agocleanup polar update
Kees Monshouwer [Mon, 13 Oct 2014 14:24:34 +0000 (16:24 +0200)]
cleanup polar update

10 years agoMerge pull request #1812 from nlyan/minor-fixes
bert hubert [Mon, 13 Oct 2014 13:33:19 +0000 (15:33 +0200)]
Merge pull request #1812 from nlyan/minor-fixes

Memory allocating with new[] should be freed with delete[]

10 years agoalso dist polarssl platform.h with the recursor
Peter van Dijk [Mon, 13 Oct 2014 10:05:43 +0000 (12:05 +0200)]
also dist polarssl platform.h with the recursor

10 years agoMerge pull request #1808 from rubenk/upgrade-polarssl
Peter van Dijk [Mon, 13 Oct 2014 09:41:54 +0000 (11:41 +0200)]
Merge pull request #1808 from rubenk/upgrade-polarssl

Upgrade polarssl

10 years agoMerge pull request #1782 from zeha/api-key
Peter van Dijk [Mon, 13 Oct 2014 08:19:54 +0000 (10:19 +0200)]
Merge pull request #1782 from zeha/api-key

API: Replace HTTP Basic auth with static key in custom header

10 years agoMerge pull request #1804 from rubenk/conditionalize-lua
Peter van Dijk [Mon, 13 Oct 2014 07:36:26 +0000 (09:36 +0200)]
Merge pull request #1804 from rubenk/conditionalize-lua

Only add LUA_CFLAGS and LUA_LIBS if we have lua

10 years agoMerge pull request #1807 from rubenk/cleanup-linking-with-yahttp
Peter van Dijk [Mon, 13 Oct 2014 06:43:39 +0000 (08:43 +0200)]
Merge pull request #1807 from rubenk/cleanup-linking-with-yahttp

Cleanup linking with YaHTTP

10 years agoMerge pull request #1809 from rubenk/remove-last-remnant-of-boost-cppflags
Peter van Dijk [Mon, 13 Oct 2014 05:46:23 +0000 (07:46 +0200)]
Merge pull request #1809 from rubenk/remove-last-remnant-of-boost-cppflags

Remove leftover BOOST_CPPFLAGS and THREADFLAGS

10 years agoMerge pull request #1806 from mind04/lua-test
Peter van Dijk [Sun, 12 Oct 2014 19:48:10 +0000 (21:48 +0200)]
Merge pull request #1806 from mind04/lua-test

cleanup lua backend test dir

10 years agoMemory allocating with new[] should be freed with delete[]
Andrew Nelless [Sun, 12 Oct 2014 12:12:57 +0000 (13:12 +0100)]
Memory allocating with new[] should be freed with delete[]

10 years agoRemove leftover BOOST_CPPFLAGS and THREADFLAGS
Ruben Kerkhof [Sat, 11 Oct 2014 15:46:07 +0000 (17:46 +0200)]
Remove leftover BOOST_CPPFLAGS and THREADFLAGS

They're now set in configure.ac

10 years agoUse an automake variable for server building
Ruben Kerkhof [Sun, 5 Oct 2014 09:50:02 +0000 (11:50 +0200)]
Use an automake variable for server building

Since automake knows all possible values of this variable
up front, it can determine what goes into DIST_SUBDIRS
automagically.

10 years agoDisable aesni for now
Ruben Kerkhof [Sat, 11 Oct 2014 12:25:13 +0000 (14:25 +0200)]
Disable aesni for now

10 years agoUpgrade to polarssl 1.3.8
Ruben Kerkhof [Sat, 11 Oct 2014 12:24:13 +0000 (14:24 +0200)]
Upgrade to polarssl 1.3.8

Upstream commit 1910aa78a367

10 years agoRename polarssl-1.3.2 to polarssl
Ruben Kerkhof [Sat, 11 Oct 2014 11:16:27 +0000 (13:16 +0200)]
Rename polarssl-1.3.2 to polarssl

Makes upgrading in the future much easier
since we don't hardcode the version number everywhere.

10 years agoCleanup linking with YaHTTP
Ruben Kerkhof [Fri, 10 Oct 2014 18:49:19 +0000 (20:49 +0200)]
Cleanup linking with YaHTTP

Replace the hardcoded paths with variables.

10 years agocleanup lua backend test dir
Kees Monshouwer [Fri, 10 Oct 2014 18:10:44 +0000 (20:10 +0200)]
cleanup lua backend test dir

10 years agotravis: enable verbose builds, fixes #1778
Peter van Dijk [Fri, 10 Oct 2014 13:45:53 +0000 (15:45 +0200)]
travis: enable verbose builds, fixes #1778