]>
granicus.if.org Git - pdns/log
Pieter Lexis [Tue, 12 May 2015 15:49:12 +0000 (17:49 +0200)]
Enable the geoip backend in the dynamic debian build
Pieter Lexis [Tue, 12 May 2015 14:17:24 +0000 (16:17 +0200)]
Build the geoip backend for the semistatic auth
Pieter Lexis [Thu, 7 May 2015 12:14:10 +0000 (14:14 +0200)]
Have a flag to enable reproducible builds
* Add Date and Time back to the modules
Pieter Lexis [Thu, 7 May 2015 12:12:52 +0000 (14:12 +0200)]
Do away with version_generated.h
Pieter Lexis [Wed, 6 May 2015 14:55:13 +0000 (16:55 +0200)]
Correctly capitalize Lua
Pieter Lexis [Wed, 10 Jun 2015 07:42:58 +0000 (09:42 +0200)]
test-auth
Pieter Lexis [Mon, 4 May 2015 07:42:44 +0000 (09:42 +0200)]
Add a simple test-recursor script
Pieter Lexis [Fri, 24 Apr 2015 14:50:34 +0000 (16:50 +0200)]
Add build-auth-rpm
Pieter Lexis [Thu, 23 Apr 2015 08:41:39 +0000 (10:41 +0200)]
Authoritative semi-static packages
* Move debian to build-scripts/build-auth-semistatic
* Add a build script for the semistatic builds
* Remove pdns.spec
Pieter Lexis [Fri, 17 Apr 2015 16:34:33 +0000 (18:34 +0200)]
Add buildscript for the recursor on debian
Pieter Lexis [Mon, 13 Apr 2015 10:09:04 +0000 (12:09 +0200)]
Rename and modernize the build-recursor script
Pieter Lexis [Mon, 13 Apr 2015 09:55:11 +0000 (11:55 +0200)]
Import the debian dir for the recursor as debian-recursor
Pieter Lexis [Sun, 12 Apr 2015 07:52:51 +0000 (09:52 +0200)]
Build debian package for the auth server
* Import the debian/ dir from debian sid as
build-scripts/debian-authoritative.
* Remove all db-config stuff
* Remove the changelog
* Create a pdns-tools package
* Fix the script further so it uses this dir
Pieter Lexis [Thu, 9 Apr 2015 12:47:05 +0000 (14:47 +0200)]
Move {dist,build}-recursor to buildscripts/
And make travis aware of the new dist-recursor location
Pieter Lexis [Tue, 7 Apr 2015 11:33:33 +0000 (13:33 +0200)]
Set module versions to VERSION
- Also remove '__DATE__' and '__TIME__', Closes #1764
- Update docs for backend-writers
Pieter Lexis [Fri, 3 Apr 2015 16:04:10 +0000 (18:04 +0200)]
Set the source version number in a clean fashion
This commit changes the version number of the tarball created by 'make
dist'. One can set PDNS_BUILD_NUMBER to create incremental version
numbers. This commit also adds a message to secpoll about PowerDNS being
from git and not a released version.
The version produced depends on the branch:
master: 0.0.${PDNS_BUILD_NUMBER}g${GIT_HASH}
rel/*: ${PREVIOUS_TAG}-${NUM_COMMITS_AFTER_TAG}-${GIT_HASH}
any other: 0.0.${BRANCH_NAME}.${PDNS_BUILD_NUM}g${GIT_HASH}
Pieter Lexis [Tue, 9 Jun 2015 13:32:13 +0000 (15:32 +0200)]
Merge pull request #2557 from mind04/pdnssec
pdnssec: check for glue and delegations in parent zones
Pieter Lexis [Tue, 9 Jun 2015 13:26:34 +0000 (15:26 +0200)]
Merge pull request #2524 from 42wim/systemd
Restart recursor / auth on failure (unlimited restarts)
bert hubert [Tue, 9 Jun 2015 12:45:31 +0000 (14:45 +0200)]
Merge pull request #2574 from ahupowerdns/delaypipe
Delaypipe for dnsdist
Pieter Lexis [Tue, 9 Jun 2015 11:17:40 +0000 (13:17 +0200)]
Changelog updates
bert hubert [Tue, 9 Jun 2015 11:15:39 +0000 (13:15 +0200)]
Merge branch 'delaypipe' of github.com:ahupowerdns/pdns into delaypipe
bert hubert [Tue, 9 Jun 2015 11:12:51 +0000 (13:12 +0200)]
Revert "disable git test that is currently broken (the 'gemfile' issue)."
This reverts commit
8562640ee9c612deeb95059ced067551f085ffb9 .
bert hubert [Tue, 9 Jun 2015 10:42:46 +0000 (12:42 +0200)]
disable git test that is currently broken (the 'gemfile' issue).
bert hubert [Tue, 9 Jun 2015 09:38:35 +0000 (11:38 +0200)]
also distribute delaypipe in dnsdist tarball
bert hubert [Tue, 9 Jun 2015 07:39:27 +0000 (09:39 +0200)]
add RT libs to testrunner since delaypipe now needs it
bert hubert [Mon, 8 Jun 2015 17:57:48 +0000 (19:57 +0200)]
update gitignore for delaypipe.cc delaypipe.hh
bert hubert [Fri, 5 Jun 2015 21:41:37 +0000 (23:41 +0200)]
teach TCP to ignore the addDelay() infra for now
bert hubert [Fri, 5 Jun 2015 21:33:26 +0000 (23:33 +0200)]
fix up the worst non-sodium breakage
bert hubert [Fri, 5 Jun 2015 21:00:48 +0000 (23:00 +0200)]
fix crash on error, plus add addDelay() to autocomplete
bert hubert [Fri, 5 Jun 2015 20:49:14 +0000 (22:49 +0200)]
fix up 0.0.0.0 binding with delayed packets
bert hubert [Fri, 5 Jun 2015 20:40:35 +0000 (22:40 +0200)]
more tests, plus make longer delays possible, plus comments
bert hubert [Fri, 5 Jun 2015 19:21:46 +0000 (21:21 +0200)]
make timeout a double, since we'd busy loop otherwise on sub-msec intervals, plus fix testcase which was actually a race condition.
bert hubert [Fri, 5 Jun 2015 17:04:29 +0000 (19:04 +0200)]
add documentation, make sure dnsdist builds separately with delaypipe
bert hubert [Fri, 5 Jun 2015 14:52:50 +0000 (16:52 +0200)]
delaypipe, plus addDelay() command
Peter van Dijk [Tue, 9 Jun 2015 11:03:06 +0000 (13:03 +0200)]
Merge pull request #2578 from pieterlexis/secpoll-update-june-9th
Secpoll update june 9th
bert hubert [Tue, 9 Jun 2015 10:42:46 +0000 (12:42 +0200)]
disable git test that is currently broken (the 'gemfile' issue).
Pieter Lexis [Tue, 9 Jun 2015 10:08:56 +0000 (12:08 +0200)]
Sort and layout secpoll.zone
Pieter Lexis [Tue, 9 Jun 2015 09:55:26 +0000 (11:55 +0200)]
Update secpoll
Peter van Dijk [Tue, 9 Jun 2015 09:40:45 +0000 (11:40 +0200)]
Merge pull request #2577 from pieterlexis/auth-3.4.5-3.3.3-release-notes
Changelogs for the June 9th 2015 releases
bert hubert [Tue, 9 Jun 2015 09:38:35 +0000 (11:38 +0200)]
also distribute delaypipe in dnsdist tarball
Pieter Lexis [Fri, 5 Jun 2015 11:53:25 +0000 (13:53 +0200)]
Changelogs for the June 9th 2015 releases
- Auth 3.4.5
- Auth 3.3.3
- Recursor 3.6.4
- Recursor 3.7.3
Pieter Lexis [Tue, 9 Jun 2015 08:28:52 +0000 (10:28 +0200)]
Update public suffix list
bert hubert [Tue, 9 Jun 2015 07:39:27 +0000 (09:39 +0200)]
add RT libs to testrunner since delaypipe now needs it
bert hubert [Mon, 8 Jun 2015 17:57:48 +0000 (19:57 +0200)]
update gitignore for delaypipe.cc delaypipe.hh
Pieter Lexis [Mon, 8 Jun 2015 10:29:33 +0000 (12:29 +0200)]
Merge pull request #2566 from pieterlexis/issue-2564-dnsdist-must-fail-on-no-lua
dnsdist: fail if no Lua is found during configure
Pieter Lexis [Mon, 8 Jun 2015 10:16:44 +0000 (12:16 +0200)]
Merge pull request #2553 from cmouse/relocate-tkey-code
Relocate tkey code
Pieter Lexis [Fri, 5 Jun 2015 07:45:07 +0000 (09:45 +0200)]
dnsdist: fail if no Lua is found during configure
Fixes #2564
Aki Tuomi [Thu, 28 May 2015 19:42:22 +0000 (22:42 +0300)]
Add docblock
Aki Tuomi [Thu, 28 May 2015 18:04:35 +0000 (21:04 +0300)]
Add tkey.cc to Makefile
Aki Tuomi [Thu, 28 May 2015 18:03:28 +0000 (21:03 +0300)]
Move tkeyHandler to separate file
Peter van Dijk [Sun, 7 Jun 2015 17:33:47 +0000 (19:33 +0200)]
Merge pull request #2569 from cmouse/freeze-bundle
Freeze bundle to avoid changes
Aki Tuomi [Sun, 7 Jun 2015 13:36:23 +0000 (16:36 +0300)]
Freeze bundle to avoid changes
bert hubert [Fri, 5 Jun 2015 21:41:37 +0000 (23:41 +0200)]
teach TCP to ignore the addDelay() infra for now
bert hubert [Fri, 5 Jun 2015 21:33:26 +0000 (23:33 +0200)]
fix up the worst non-sodium breakage
bert hubert [Fri, 5 Jun 2015 21:00:48 +0000 (23:00 +0200)]
fix crash on error, plus add addDelay() to autocomplete
bert hubert [Fri, 5 Jun 2015 20:49:14 +0000 (22:49 +0200)]
fix up 0.0.0.0 binding with delayed packets
bert hubert [Fri, 5 Jun 2015 20:40:35 +0000 (22:40 +0200)]
more tests, plus make longer delays possible, plus comments
bert hubert [Fri, 5 Jun 2015 19:21:46 +0000 (21:21 +0200)]
make timeout a double, since we'd busy loop otherwise on sub-msec intervals, plus fix testcase which was actually a race condition.
bert hubert [Fri, 5 Jun 2015 17:04:29 +0000 (19:04 +0200)]
add documentation, make sure dnsdist builds separately with delaypipe
bert hubert [Fri, 5 Jun 2015 14:52:50 +0000 (16:52 +0200)]
delaypipe, plus addDelay() command
Kees Monshouwer [Sun, 31 May 2015 10:34:00 +0000 (12:34 +0200)]
remote backend: add bundler version to Gemfile.lock to make travis happy
Kees Monshouwer [Mon, 1 Jun 2015 08:24:09 +0000 (10:24 +0200)]
pdnssec: log missing glue as warning
Kees Monshouwer [Sun, 31 May 2015 10:34:00 +0000 (12:34 +0200)]
remote backend: add bundler version to Gemfile.lock to make travis happy
Kees Monshouwer [Sat, 30 May 2015 23:11:12 +0000 (01:11 +0200)]
pdnssec: check for glue and delegations in parent zones
Pieter Lexis [Fri, 29 May 2015 10:28:44 +0000 (12:28 +0200)]
Merge pull request #2551 from pieterlexis/rm-pdns_string
Remove pdns::string
bert hubert [Thu, 28 May 2015 19:30:58 +0000 (21:30 +0200)]
Merge pull request #2550 from ahupowerdns/redistro
Revamp the distributor, removing a lot of unused functionality, and hopefully making it a Lot faster
Pieter Lexis [Thu, 28 May 2015 17:31:46 +0000 (19:31 +0200)]
Merge pull request #2540 from cmouse/gss-tsig
Support for GSS-TSIG for AXFR and DNS updates
Pieter Lexis [Thu, 28 May 2015 15:15:59 +0000 (17:15 +0200)]
Remove a "using" statement that is in namespaces.hh
Pieter Lexis [Thu, 28 May 2015 14:39:30 +0000 (16:39 +0200)]
Remove the definition and use of pdns::string
Pieter Lexis [Thu, 28 May 2015 14:50:47 +0000 (16:50 +0200)]
Merge pull request #2539 from cmouse/squash-compiler-nit
Emit warning when socket timestamps cannot be enabled
Aki Tuomi [Sat, 23 May 2015 13:59:45 +0000 (16:59 +0300)]
Add support for GSS and TSIG for AXFR
Aki Tuomi [Sat, 23 May 2015 13:57:31 +0000 (16:57 +0300)]
Add hmac-md5 shortname support
Aki Tuomi [Sat, 23 May 2015 13:57:16 +0000 (16:57 +0300)]
Add function for converting TSIG algorithm to string
Aki Tuomi [Sat, 23 May 2015 13:56:21 +0000 (16:56 +0300)]
Add dns_random to saxfr
Aki Tuomi [Fri, 22 May 2015 13:12:02 +0000 (16:12 +0300)]
Add TSIG_GSS algorithm
Aki Tuomi [Fri, 22 May 2015 13:02:26 +0000 (16:02 +0300)]
Move getTSIGHashEnum to misc
Aki Tuomi [Fri, 22 May 2015 12:55:12 +0000 (15:55 +0300)]
Add gss sources to necessary places
Aki Tuomi [Thu, 21 May 2015 20:22:08 +0000 (23:22 +0300)]
Update documentation about GSS-TSIG feature
Aki Tuomi [Thu, 21 May 2015 20:14:34 +0000 (23:14 +0300)]
Allow update using GSS-TSIG with matching principal
Aki Tuomi [Thu, 21 May 2015 19:31:31 +0000 (22:31 +0300)]
Add support for AXFR using GSS-TSIG
Aki Tuomi [Thu, 21 May 2015 19:30:53 +0000 (22:30 +0300)]
Hook GSS-TSIG feature to code
Aki Tuomi [Thu, 21 May 2015 19:15:28 +0000 (22:15 +0300)]
Add implementation for GSS-TSIG feature
Aki Tuomi [Thu, 21 May 2015 19:15:01 +0000 (22:15 +0300)]
Add GSS libraries when needed
Aki Tuomi [Thu, 21 May 2015 19:14:47 +0000 (22:14 +0300)]
Add option for enabling GSS-TSIG feature
Aki Tuomi [Thu, 21 May 2015 19:14:25 +0000 (22:14 +0300)]
Add check for gss libraries
bert hubert [Thu, 28 May 2015 12:45:31 +0000 (14:45 +0200)]
do not complain if no security status was found for a git version
bert hubert [Thu, 28 May 2015 12:34:59 +0000 (14:34 +0200)]
spread support for reporting udp packet drops from auth to recursor - needs documentation!
bert hubert [Thu, 28 May 2015 11:55:38 +0000 (13:55 +0200)]
Merge branch 'redistro' of github.com:ahupowerdns/pdns into redistro
Conflicts:
pdns/distributor.hh
bert hubert [Thu, 28 May 2015 11:50:58 +0000 (13:50 +0200)]
big cleanup of distributor, with free unit tests.
bert hubert [Thu, 14 May 2015 09:54:59 +0000 (11:54 +0200)]
initial cleanup of distributor.hh
bert hubert [Thu, 28 May 2015 09:58:07 +0000 (11:58 +0200)]
clarify even FURTHER that the pipe backend does not get the qname from the packet
bert hubert [Wed, 27 May 2015 20:32:52 +0000 (22:32 +0200)]
improve warnings at pipe backend
Aki Tuomi [Thu, 21 May 2015 19:52:09 +0000 (22:52 +0300)]
Emit warning when socket timestamps cannot be enabled
Pieter Lexis [Wed, 27 May 2015 14:10:15 +0000 (16:10 +0200)]
Merge pull request #2546 from pieterlexis/issue-2544-gsqlite2
Remove everything sqlite2 related, closes #2544
Pieter Lexis [Wed, 27 May 2015 10:28:15 +0000 (12:28 +0200)]
Merge pull request #2545 from pieterlexis/fix-weird-linkchecker-issue
Work around weird linkchecker issue raised in #2539
Pieter Lexis [Wed, 27 May 2015 09:43:27 +0000 (11:43 +0200)]
Merge pull request #2516 from pieterlexis/issue-2453-secpol-after-dnsproxy
Auth: start DNSProxy before doing secpoll
Pieter Lexis [Wed, 27 May 2015 09:22:18 +0000 (11:22 +0200)]
Remove everything sqlite2 related, closes #2544
Pieter Lexis [Wed, 27 May 2015 09:11:41 +0000 (11:11 +0200)]
Work around weird linkchecker issue raised in #2539
Pieter Lexis [Wed, 27 May 2015 07:30:00 +0000 (09:30 +0200)]
Merge pull request #2543 from pieterlexis/dnsdistVersionNumbering
Update version numbering from dnsdist
Pieter Lexis [Thu, 21 May 2015 14:48:21 +0000 (16:48 +0200)]
Update version numbering from dnsdist