]> granicus.if.org Git - pdns/log
pdns
10 years agoMerge pull request #1685 from cmouse/catch-pdnsexception-signingpipe
bert hubert [Sun, 31 Aug 2014 17:31:06 +0000 (19:31 +0200)]
Merge pull request #1685 from cmouse/catch-pdnsexception-signingpipe

Catch PDNSException in Signingpiper::helperWorker to avoid abort

10 years agoCatch PDNSException in Signingpiper::helperWorker to avoid abort
Aki Tuomi [Sun, 31 Aug 2014 10:49:02 +0000 (13:49 +0300)]
Catch PDNSException in Signingpiper::helperWorker to avoid abort

10 years agonot quite clear, but jenkins needs this include it appears, and I don't here?
bert hubert [Fri, 29 Aug 2014 15:45:34 +0000 (17:45 +0200)]
not quite clear, but jenkins needs this include it appears, and I don't here?

10 years agoenable configuration of carbon/metronome telemetry at runtime for painless debugging
bert hubert [Fri, 29 Aug 2014 15:22:27 +0000 (17:22 +0200)]
enable configuration of carbon/metronome telemetry at runtime for painless debugging

10 years agoimprove error reporting on malformed labels
bert hubert [Fri, 29 Aug 2014 14:28:11 +0000 (16:28 +0200)]
improve error reporting on malformed labels

10 years agoIn dd42dfce2c09d9da27bbf7d5e693c94f0f5bb15b we turned off dependency
bert hubert [Fri, 29 Aug 2014 14:10:51 +0000 (16:10 +0200)]
In dd42dfce2c09d9da27bbf7d5e693c94f0f5bb15b we turned off dependency
tracking of include files so we make distclean would work.  I just spent 30
minutes chasing a phantom bug because of this - I understand people love for
make distclean to work, but this price is not worth it. so dependency
tracking is back.

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 29 Aug 2014 13:52:12 +0000 (15:52 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agofix in-tree compilation of pdns_recursor (unsupported) plus improve case insensitive...
bert hubert [Fri, 29 Aug 2014 13:49:40 +0000 (15:49 +0200)]
fix in-tree compilation of pdns_recursor (unsupported) plus improve case insensitive compare helper

10 years agoMerge pull request #1669 from cmouse/use-pg_config-gpgsql
Peter van Dijk [Fri, 29 Aug 2014 11:05:51 +0000 (13:05 +0200)]
Merge pull request #1669 from cmouse/use-pg_config-gpgsql

Use pg config gpgsql

10 years agoMerge pull request #1683 from cyclops1982/tsigforward
Peter van Dijk [Fri, 29 Aug 2014 09:59:39 +0000 (11:59 +0200)]
Merge pull request #1683 from cyclops1982/tsigforward

Tsigforward

10 years agoDetect postgresql better
Aki Tuomi [Fri, 15 Aug 2014 13:17:14 +0000 (16:17 +0300)]
Detect postgresql better

10 years agoBetter way of replacing a few chars - thx cmouse!
Ruben d'Arco [Wed, 27 Aug 2014 13:16:27 +0000 (15:16 +0200)]
Better way of replacing a few chars - thx cmouse!

10 years agoFix forwarded TSIG message issue
Ruben d'Arco [Wed, 27 Aug 2014 08:06:45 +0000 (10:06 +0200)]
Fix forwarded TSIG message issue

The TSIG message was not validated correctly if the dns update message was forwarded by a slave.
The forwarded message get's a new ID, this means the TSIG signature is now invalid as the bytes that are calculated for the TSIG are different.
The TSIG record contains the original ID, so this replace the new id with the original ID and this makes the message valid again.

10 years agoDo not retrieve message details for TSIG
Ruben d'Arco [Sun, 24 Aug 2014 16:31:49 +0000 (18:31 +0200)]
Do not retrieve message details for TSIG

Small optimization.

10 years agoMerge pull request #1678 from mortenstevens/master
Peter van Dijk [Tue, 26 Aug 2014 11:12:02 +0000 (13:12 +0200)]
Merge pull request #1678 from mortenstevens/master

use network-online target instead of just network

10 years agoMerge pull request #1681 from zeha/import-http-api-docs
Peter van Dijk [Tue, 26 Aug 2014 11:10:43 +0000 (13:10 +0200)]
Merge pull request #1681 from zeha/import-http-api-docs

Import HTTP API docs

10 years agosilence clang warning
bert hubert [Mon, 25 Aug 2014 20:26:22 +0000 (22:26 +0200)]
silence clang warning

10 years agoImport HTTP API docs
Christian Hofstaedtler [Mon, 25 Aug 2014 16:33:00 +0000 (09:33 -0700)]
Import HTTP API docs

10 years agoMerge pull request #1670 from cmouse/relro-and-pie-flags
Peter van Dijk [Fri, 22 Aug 2014 12:14:19 +0000 (14:14 +0200)]
Merge pull request #1670 from cmouse/relro-and-pie-flags

relro, stack-protector and pie compile flags; also makes -g default

10 years agouse network-online target instead of just network
Morten Stevens [Fri, 22 Aug 2014 10:09:32 +0000 (12:09 +0200)]
use network-online target instead of just network

See: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

10 years agouse network-online target instead of just network
Morten Stevens [Fri, 22 Aug 2014 10:08:48 +0000 (12:08 +0200)]
use network-online target instead of just network

See: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

10 years agoMerge pull request #1675 from cmouse/fail-if-ragel-needed
Peter van Dijk [Fri, 22 Aug 2014 08:11:03 +0000 (10:11 +0200)]
Merge pull request #1675 from cmouse/fail-if-ragel-needed

Check if ragel is missing but needed and fail

10 years agoUse correct macro name
Aki Tuomi [Fri, 22 Aug 2014 07:26:11 +0000 (10:26 +0300)]
Use correct macro name

10 years agoCheck if ragel is missing but needed and fail
Aki Tuomi [Fri, 22 Aug 2014 06:43:49 +0000 (09:43 +0300)]
Check if ragel is missing but needed and fail

10 years agoTest -D_FORTIFY_SOURCE=2 and --param ssp-buffer-size=4
Aki Tuomi [Fri, 22 Aug 2014 06:33:19 +0000 (09:33 +0300)]
Test -D_FORTIFY_SOURCE=2 and --param ssp-buffer-size=4

10 years agorelro, stack-protector and pie compile flags
Aki Tuomi [Fri, 15 Aug 2014 13:18:02 +0000 (16:18 +0300)]
relro, stack-protector and pie compile flags

10 years agofollowing up to the OPT label compression fix, guarantee that no future optimisation...
Peter van Dijk [Tue, 19 Aug 2014 19:45:32 +0000 (21:45 +0200)]
following up to the OPT label compression fix, guarantee that no future optimisation will re-introduce that bug

10 years agomove into right section, thanks @mind04
Peter van Dijk [Tue, 19 Aug 2014 17:27:24 +0000 (19:27 +0200)]
move into right section, thanks @mind04

10 years agonote pgsql dbname/user change, thanks @saltsa
Peter van Dijk [Tue, 19 Aug 2014 17:01:04 +0000 (19:01 +0200)]
note pgsql dbname/user change, thanks @saltsa

10 years agoskip TCP_DEFER_ACCEPT on platforms that do not have it (like FreeBSD); fixes #1658
Peter van Dijk [Tue, 19 Aug 2014 16:33:31 +0000 (18:33 +0200)]
skip TCP_DEFER_ACCEPT on platforms that do not have it (like FreeBSD); fixes #1658

10 years agoMerge pull request #1673 from PowerDNS/bindunlock
bert hubert [Tue, 19 Aug 2014 13:12:04 +0000 (15:12 +0200)]
Merge pull request #1673 from PowerDNS/bindunlock

should fix #1662, reloading while checking for domains that need to be n...

10 years agoshould fix #1662, reloading while checking for domains that need to be notified in...
bert hubert [Tue, 19 Aug 2014 11:12:10 +0000 (13:12 +0200)]
should fix #1662, reloading while checking for domains that need to be notified in BIND, causing lock

10 years agomake sure we don't encode the root label in EDNS0 for root queries as c00c, upsets...
bert hubert [Mon, 18 Aug 2014 14:35:56 +0000 (16:35 +0200)]
make sure we don't encode the root label in EDNS0 for root queries as c00c, upsets auth servers - reported by jens link

10 years agofix __ in SQL update statement
bert hubert [Mon, 18 Aug 2014 14:11:42 +0000 (16:11 +0200)]
fix __ in SQL update statement

10 years agoMerge pull request #1666 from cmouse/fix-issue-1646
Peter van Dijk [Wed, 13 Aug 2014 10:14:42 +0000 (12:14 +0200)]
Merge pull request #1666 from cmouse/fix-issue-1646

Make sure rd is initialized. Fixes #1646

10 years agoMake sure rd is initialized. Fixes #1646
Aki Tuomi [Tue, 12 Aug 2014 20:29:41 +0000 (23:29 +0300)]
Make sure rd is initialized. Fixes #1646

10 years agoMerge pull request #1656 from zeha/ws-addtl-htmlescape
Peter van Dijk [Tue, 12 Aug 2014 11:30:17 +0000 (13:30 +0200)]
Merge pull request #1656 from zeha/ws-addtl-htmlescape

webserver: htmlescape VERSION and config name

10 years agoMerge pull request #1657 from mind04/oracle
Peter van Dijk [Tue, 12 Aug 2014 11:27:34 +0000 (13:27 +0200)]
Merge pull request #1657 from mind04/oracle

add domainmetadata change to goracle upgrade notes

10 years agoMerge pull request #1659 from mind04/ixfr
Peter van Dijk [Tue, 12 Aug 2014 11:27:25 +0000 (13:27 +0200)]
Merge pull request #1659 from mind04/ixfr

allow OPT pseudo record type in IXFR query

10 years agoMerge pull request #1660 from pieterlexis/#1596-contd
Peter van Dijk [Tue, 12 Aug 2014 11:26:50 +0000 (13:26 +0200)]
Merge pull request #1660 from pieterlexis/#1596-contd

Fix personblurp warnings.

10 years agoMerge pull request #1655 from zeha/remove-unused-options
Peter van Dijk [Tue, 12 Aug 2014 11:24:39 +0000 (13:24 +0200)]
Merge pull request #1655 from zeha/remove-unused-options

Remove unused options

10 years agoFix personblurp warnings.
Pieter Lexis [Mon, 11 Aug 2014 08:14:50 +0000 (10:14 +0200)]
Fix personblurp warnings.

10 years agoallow OPT pseudo record type in IXFR query
Kees Monshouwer [Sun, 10 Aug 2014 19:23:03 +0000 (21:23 +0200)]
allow OPT pseudo record type in IXFR query

10 years agoadd domainmetadata change to goracle upgrade notes
Kees Monshouwer [Fri, 8 Aug 2014 11:57:31 +0000 (13:57 +0200)]
add domainmetadata change to goracle upgrade notes

10 years agowebserver: htmlescape VERSION and config name
Christian Hofstaedtler [Tue, 5 Aug 2014 08:44:38 +0000 (10:44 +0200)]
webserver: htmlescape VERSION and config name

Those should not really have html characters in them, but let's be sure.

10 years agoRemove "log-failed-updates" leftover
Christian Hofstaedtler [Mon, 4 Aug 2014 13:52:55 +0000 (15:52 +0200)]
Remove "log-failed-updates" leftover

10 years agoRemove unused "soa-serial-offset" option
Christian Hofstaedtler [Mon, 4 Aug 2014 13:52:07 +0000 (15:52 +0200)]
Remove unused "soa-serial-offset" option

10 years agoauth 3.4.0-rc1 docs
Peter van Dijk [Fri, 1 Aug 2014 11:30:00 +0000 (13:30 +0200)]
auth 3.4.0-rc1 docs

10 years agoimprove benchmark numbers auth-3.4.0-rc1
Peter van Dijk [Fri, 1 Aug 2014 10:04:43 +0000 (12:04 +0200)]
improve benchmark numbers

10 years agoclarify getaddrinfo avoidance, thanks ewoud
Peter van Dijk [Fri, 1 Aug 2014 09:55:41 +0000 (11:55 +0200)]
clarify getaddrinfo avoidance, thanks ewoud

10 years agoupdate 3.4.0 changelog with packetcache upgrade
Peter van Dijk [Fri, 1 Aug 2014 09:28:10 +0000 (11:28 +0200)]
update 3.4.0 changelog with packetcache upgrade

10 years agoMerge pull request #1652 from mind04/pc
Peter van Dijk [Fri, 1 Aug 2014 09:23:29 +0000 (11:23 +0200)]
Merge pull request #1652 from mind04/pc

packet cache performance improvements

10 years agoconversion mistake, thanks @rubenk
Peter van Dijk [Fri, 1 Aug 2014 08:48:22 +0000 (10:48 +0200)]
conversion mistake, thanks @rubenk

10 years agopreliminary auth 3.4.0 changelog
Peter van Dijk [Fri, 1 Aug 2014 08:26:31 +0000 (10:26 +0200)]
preliminary auth 3.4.0 changelog

10 years agofix purge zone$ and lookup for labels with spaces
Kees Monshouwer [Fri, 1 Aug 2014 07:34:00 +0000 (09:34 +0200)]
fix purge zone$ and lookup for labels with spaces

10 years agoreversed packetcache 'powerdns.com' -> 'moc sndrewop '
Kees Monshouwer [Thu, 31 Jul 2014 23:22:05 +0000 (01:22 +0200)]
reversed packetcache 'powerdns.com' -> 'moc sndrewop '

10 years agoMerge pull request #1651 from mind04/dnsupdate
Peter van Dijk [Thu, 31 Jul 2014 19:34:36 +0000 (21:34 +0200)]
Merge pull request #1651 from mind04/dnsupdate

replace RFC2136 with dnsupdate/DNS update in options, counters and docs

10 years agoupdate domainmetadata kind column size
Kees Monshouwer [Thu, 31 Jul 2014 12:09:51 +0000 (14:09 +0200)]
update domainmetadata kind column size

10 years agoreplace RFC2136 with dnsupdate/DNS update in options, counters and docs
Kees Monshouwer [Thu, 31 Jul 2014 10:51:02 +0000 (12:51 +0200)]
replace RFC2136 with dnsupdate/DNS update in options, counters and docs

10 years agoMerge pull request #1650 from mind04/fancy
Peter van Dijk [Thu, 31 Jul 2014 14:00:11 +0000 (16:00 +0200)]
Merge pull request #1650 from mind04/fancy

remove fancy-record options

10 years agoremove fancy-record options
Kees Monshouwer [Wed, 30 Jul 2014 15:22:22 +0000 (17:22 +0200)]
remove fancy-record options

10 years agoallow two-step changelog generation, for easier editing
Peter van Dijk [Wed, 30 Jul 2014 17:06:37 +0000 (19:06 +0200)]
allow two-step changelog generation, for easier editing

10 years agoMerge pull request #1645 from mind04/systemd
Peter van Dijk [Wed, 30 Jul 2014 14:41:54 +0000 (16:41 +0200)]
Merge pull request #1645 from mind04/systemd

no systemd kill signals required, pdns_control take care of this

10 years agoMerge pull request #1644 from mind04/acl
Peter van Dijk [Wed, 30 Jul 2014 14:41:23 +0000 (16:41 +0200)]
Merge pull request #1644 from mind04/acl

log denied webserver connections

10 years agoMerge pull request #1649 from mind04/nuke
Peter van Dijk [Wed, 30 Jul 2014 12:45:17 +0000 (14:45 +0200)]
Merge pull request #1649 from mind04/nuke

remove dnssec scripts from another era

10 years agoremove dnssec scripts from another era
Kees Monshouwer [Wed, 30 Jul 2014 12:42:41 +0000 (14:42 +0200)]
remove dnssec scripts from another era

10 years agoMerge pull request #1648 from zeha/remove-outdated-debian-dir
Peter van Dijk [Wed, 30 Jul 2014 12:17:46 +0000 (14:17 +0200)]
Merge pull request #1648 from zeha/remove-outdated-debian-dir

Remove debian/ dir

10 years agoRemove debian/ dir
Christian Hofstaedtler [Wed, 30 Jul 2014 12:06:12 +0000 (14:06 +0200)]
Remove debian/ dir

Makes arguing about packaging easier, and this copy is outdated and
broken anyway.

10 years agono systemd kill signals required, pdns_control take care of this
Kees Monshouwer [Tue, 29 Jul 2014 20:47:04 +0000 (22:47 +0200)]
no systemd kill signals required, pdns_control take care of this

10 years agoinclude *.sql in RPM builds
Peter van Dijk [Tue, 29 Jul 2014 13:41:50 +0000 (15:41 +0200)]
include *.sql in RPM builds

10 years agolog denied webserver connections
Kees Monshouwer [Tue, 29 Jul 2014 13:01:55 +0000 (15:01 +0200)]
log denied webserver connections

10 years agoMerge pull request #1641 from mind04/sig-cache
Peter van Dijk [Tue, 29 Jul 2014 12:44:36 +0000 (14:44 +0200)]
Merge pull request #1641 from mind04/sig-cache

add option to limit the maximum number of cached signatures

10 years agoMerge pull request #1629 from mind04/acl
Peter van Dijk [Tue, 29 Jul 2014 12:43:29 +0000 (14:43 +0200)]
Merge pull request #1629 from mind04/acl

implement acl for webserver

10 years agoMerge pull request #1642 from mind04/make-install
Peter van Dijk [Tue, 29 Jul 2014 12:26:30 +0000 (14:26 +0200)]
Merge pull request #1642 from mind04/make-install

install all sql files in doc and make sure the names don't collide

10 years agoadd option to limit the maximum number of cached signatures
Kees Monshouwer [Tue, 29 Jul 2014 11:25:57 +0000 (13:25 +0200)]
add option to limit the maximum number of cached signatures

10 years agoMerge pull request #1635 from mind04/log-size
Peter van Dijk [Mon, 28 Jul 2014 10:54:42 +0000 (12:54 +0200)]
Merge pull request #1635 from mind04/log-size

make sure we stay within the 4mb log length limit on travis

10 years agoMerge pull request #1637 from cmouse/yahttp-upgrade-20140727
Peter van Dijk [Mon, 28 Jul 2014 10:51:56 +0000 (12:51 +0200)]
Merge pull request #1637 from cmouse/yahttp-upgrade-20140727

YaHTTP upgrade

10 years agomake sure we stay within the 4mb log length limit on travis
Kees Monshouwer [Sun, 27 Jul 2014 18:52:15 +0000 (20:52 +0200)]
make sure we stay within the 4mb log length limit on travis

10 years agoYaHTTP upgrade
Aki Tuomi [Sun, 27 Jul 2014 16:14:01 +0000 (19:14 +0300)]
YaHTTP upgrade

10 years agoMerge pull request #1634 from zeha/travis-snip-remotebackend
Peter van Dijk [Sun, 27 Jul 2014 16:13:06 +0000 (18:13 +0200)]
Merge pull request #1634 from zeha/travis-snip-remotebackend

travis: snip remotebackend output on success

10 years agotravis: snip remotebackend output on success
Christian Hofstaedtler [Fri, 25 Jul 2014 15:16:10 +0000 (17:16 +0200)]
travis: snip remotebackend output on success

If the remotebackend tests worked, cut out the debug output.

10 years agoinstall other sql files in doc and make sure the names don't collide
Kees Monshouwer [Fri, 25 Jul 2014 19:37:28 +0000 (21:37 +0200)]
install other sql files in doc and make sure the names don't collide

10 years agoInstall mysql schemas in docs
Ruben Kerkhof [Wed, 23 Jul 2014 12:36:10 +0000 (14:36 +0200)]
Install mysql schemas in docs

Fixes issue #1501

10 years agoimplement acl for webserver
Kees Monshouwer [Fri, 25 Jul 2014 11:06:28 +0000 (13:06 +0200)]
implement acl for webserver

10 years agoMerge pull request #1630 from mind04/cryptopp
Peter van Dijk [Fri, 25 Jul 2014 16:13:58 +0000 (18:13 +0200)]
Merge pull request #1630 from mind04/cryptopp

also detect cryptopp

10 years agoMerge pull request #1633 from zeha/fix-ws-head-and-content-length
Peter van Dijk [Fri, 25 Jul 2014 16:13:36 +0000 (18:13 +0200)]
Merge pull request #1633 from zeha/fix-ws-head-and-content-length

web: Fix HEAD body and Content-Length

10 years agoMerge pull request #1632 from zeha/fix-1624
Peter van Dijk [Fri, 25 Jul 2014 16:13:01 +0000 (18:13 +0200)]
Merge pull request #1632 from zeha/fix-1624

Add missing status codes in webserver

10 years agoweb: Fix HEAD body and Content-Length
Christian Hofstaedtler [Fri, 25 Jul 2014 14:02:35 +0000 (16:02 +0200)]
web: Fix HEAD body and Content-Length

For HEAD requests, we MUST throw away the body, for all other
requests we SHOULD return a Content-Length.

10 years agoweb: Add missing statuscode on css and jsonstat
Christian Hofstaedtler [Fri, 25 Jul 2014 13:44:45 +0000 (15:44 +0200)]
web: Add missing statuscode on css and jsonstat

10 years agoadd missing statuscode in webserver
Kees Monshouwer [Fri, 25 Jul 2014 13:21:50 +0000 (15:21 +0200)]
add missing statuscode in webserver

10 years agoalso detect cryptopp
Kees Monshouwer [Fri, 25 Jul 2014 12:46:39 +0000 (14:46 +0200)]
also detect cryptopp

10 years agoMerge pull request #1625 from mind04/docs
Peter van Dijk [Fri, 25 Jul 2014 09:24:46 +0000 (11:24 +0200)]
Merge pull request #1625 from mind04/docs

add option changes to notes on upgrading

10 years agoMerge pull request #1627 from tuxis-ie/fix-libtool-and-readme
Peter van Dijk [Fri, 25 Jul 2014 07:43:31 +0000 (09:43 +0200)]
Merge pull request #1627 from tuxis-ie/fix-libtool-and-readme

Test for libtool in ./bootstrap and add libmysqlclient-dev to dependency...

10 years agoThis is a better way of stopping if libtoolstuff is missing
Mark Schouten [Fri, 25 Jul 2014 07:40:43 +0000 (09:40 +0200)]
This is a better way of stopping if libtoolstuff is missing

10 years agoMerge pull request #1626 from tuxis-ie/fix-mx-srv-parsing
Peter van Dijk [Fri, 25 Jul 2014 07:07:12 +0000 (09:07 +0200)]
Merge pull request #1626 from tuxis-ie/fix-mx-srv-parsing

'Compensate' for legacy stuff in parsing the priorityfield

10 years agoAlso check for priority and name. And while we're at it, redo the way we create expev...
Mark Schouten [Thu, 24 Jul 2014 21:00:12 +0000 (23:00 +0200)]
Also check for priority and name. And while we're at it, redo the way we create expevted{}

10 years agoTest for libtool in ./bootstrap and add libmysqlclient-dev to dependencylist in README
Mark Schouten [Thu, 24 Jul 2014 20:29:52 +0000 (22:29 +0200)]
Test for libtool in ./bootstrap and add libmysqlclient-dev to dependencylist in README

10 years ago'Compensate' for legacy stuff in parsing the priorityfield
Mark Schouten [Thu, 24 Jul 2014 20:18:39 +0000 (22:18 +0200)]
'Compensate' for legacy stuff in parsing the priorityfield

10 years agoadd option changes to notes on upgrading
Kees Monshouwer [Thu, 24 Jul 2014 17:29:52 +0000 (19:29 +0200)]
add option changes to notes on upgrading

10 years agoMerge pull request #1623 from mind04/nsec3-iter
Peter van Dijk [Thu, 24 Jul 2014 14:37:49 +0000 (16:37 +0200)]
Merge pull request #1623 from mind04/nsec3-iter

limit the number of NSEC3 iterations RFC5155 10.3