]> granicus.if.org Git - pdns/log
pdns
10 years agoInclude config.h in yahttp-config.h without path to avoid location specific problems...
Aki Tuomi [Sat, 12 Jul 2014 07:00:31 +0000 (10:00 +0300)]
Include config.h in yahttp-config.h without path to avoid location specific problems. Thanks @mind04

10 years agoMerge pull request #1531 from cmouse/yahttp-sync-20140710
Peter van Dijk [Fri, 11 Jul 2014 17:03:35 +0000 (19:03 +0200)]
Merge pull request #1531 from cmouse/yahttp-sync-20140710

Yahttp sync 20140710

10 years agoRemake yahttp-config.h when config.h changes
Aki Tuomi [Fri, 11 Jul 2014 15:14:32 +0000 (18:14 +0300)]
Remake yahttp-config.h when config.h changes

10 years agoMerge pull request #1530 from mind04/gmt
Peter van Dijk [Fri, 11 Jul 2014 14:35:12 +0000 (16:35 +0200)]
Merge pull request #1530 from mind04/gmt

fix include of config.h for recursor in yahttp-config.h

10 years agoCreate yahttp-config.h dynamically
Aki Tuomi [Thu, 10 Jul 2014 20:31:23 +0000 (23:31 +0300)]
Create yahttp-config.h dynamically

10 years agoSync with upstream
Aki Tuomi [Thu, 10 Jul 2014 20:31:03 +0000 (23:31 +0300)]
Sync with upstream

10 years agofix include of config.h for recursor in yahttp-config.h
Kees Monshouwer [Thu, 10 Jul 2014 18:55:16 +0000 (20:55 +0200)]
fix include of config.h for recursor in yahttp-config.h

10 years agoMerge pull request #1528 from mind04/gmt
Peter van Dijk [Thu, 10 Jul 2014 17:40:01 +0000 (19:40 +0200)]
Merge pull request #1528 from mind04/gmt

detect presense of tm_gmtoff in tm structure and add conditional build l...

10 years agodetect presense of tm_gmtoff in tm structure and add conditional build logic in yahttp
Kees Monshouwer [Thu, 10 Jul 2014 17:23:04 +0000 (19:23 +0200)]
detect presense of tm_gmtoff in tm structure and add conditional build logic in yahttp

10 years agooops
Peter van Dijk [Thu, 10 Jul 2014 14:37:58 +0000 (16:37 +0200)]
oops

10 years agolimit AXFR to loopback by default, closes #1287
Peter van Dijk [Thu, 10 Jul 2014 14:09:42 +0000 (16:09 +0200)]
limit AXFR to loopback by default, closes #1287

10 years agofix typo, thanks Marek Kozlovsky
Peter van Dijk [Thu, 10 Jul 2014 12:42:37 +0000 (12:42 +0000)]
fix typo, thanks Marek Kozlovsky

10 years agoMerge pull request #1526 from mind04/no-flu
Peter van Dijk [Thu, 10 Jul 2014 11:27:47 +0000 (13:27 +0200)]
Merge pull request #1526 from mind04/no-flu

don't add superfluous nsec3 for old bind

10 years agoMerge pull request #1525 from mind04/libdir
Peter van Dijk [Thu, 10 Jul 2014 11:24:41 +0000 (13:24 +0200)]
Merge pull request #1525 from mind04/libdir

upgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR

10 years agoMerge pull request #1518 from mind04/receiver-threads
Peter van Dijk [Thu, 10 Jul 2014 11:21:24 +0000 (13:21 +0200)]
Merge pull request #1518 from mind04/receiver-threads

add default for empty value to asNum(), and use a value of 1 for all thr...

10 years agoallow building of db2/goracle/ldap/opendbx/oracle backends (untested) plus tinydnsbac...
Peter van Dijk [Thu, 10 Jul 2014 08:57:09 +0000 (10:57 +0200)]
allow building of db2/goracle/ldap/opendbx/oracle backends (untested) plus tinydnsbackend (tested), when boost is in a non-standard location

10 years agoallow building of gpgsql/lua/mydnsbackend, plus yahttp, when boost is in a non-standa...
Peter van Dijk [Thu, 10 Jul 2014 08:39:03 +0000 (10:39 +0200)]
allow building of gpgsql/lua/mydnsbackend, plus yahttp, when boost is in a non-standard location. Fixes #1521

10 years agodon't add superfluous nsec3 for old bind
Kees Monshouwer [Wed, 9 Jul 2014 23:45:54 +0000 (01:45 +0200)]
don't add superfluous nsec3 for old bind

10 years agoupgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR
Kees Monshouwer [Sat, 5 Jul 2014 12:20:49 +0000 (14:20 +0200)]
upgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR

10 years agoadd default for empty value to asNum(), and use a value of 1 for all thread settings...
Kees Monshouwer [Thu, 12 Jun 2014 22:38:51 +0000 (00:38 +0200)]
add default for empty value to asNum(), and use a value of 1 for all thread settings in auth

10 years agoupdate recursor build instructions
Peter van Dijk [Wed, 9 Jul 2014 17:29:22 +0000 (19:29 +0200)]
update recursor build instructions

10 years agoMerge pull request #1516 from sid3windr/master
Peter van Dijk [Wed, 9 Jul 2014 16:36:11 +0000 (18:36 +0200)]
Merge pull request #1516 from sid3windr/master

Manpage and help output updates for rec_control

10 years agoSmall typo fix for set-minimum-ttl
Tom Laermans [Wed, 9 Jul 2014 16:11:49 +0000 (18:11 +0200)]
Small typo fix for set-minimum-ttl

10 years agoManpage: small parameter syntax consistency
Tom Laermans [Wed, 9 Jul 2014 15:50:52 +0000 (17:50 +0200)]
Manpage: small parameter syntax consistency

Add <> around all parameters.

10 years agoManpage: document all known options for rec_control
Tom Laermans [Wed, 9 Jul 2014 15:10:39 +0000 (17:10 +0200)]
Manpage: document all known options for rec_control

The rec_control manpage was missing a number of options that were mentioned in rec_control help. Rectified.

10 years agoDocument optional trace-regex in rec_control help
Tom Laermans [Wed, 9 Jul 2014 15:01:13 +0000 (17:01 +0200)]
Document optional trace-regex in rec_control help

To clear tracing, rec_control trage-regex should be called without a regex parameter. Document in rec_control help.

10 years agoMerge pull request #1505 from mind04/yahttp
Peter van Dijk [Wed, 9 Jul 2014 12:18:25 +0000 (14:18 +0200)]
Merge pull request #1505 from mind04/yahttp

add yahttp LICENSE and README.md to dist tarball

10 years agoMerge pull request #1503 from cmouse/fix-issue-1455
Peter van Dijk [Wed, 9 Jul 2014 07:23:19 +0000 (09:23 +0200)]
Merge pull request #1503 from cmouse/fix-issue-1455

Fix remotebackend pipe connection-string documentation

10 years agoMerge pull request #1504 from cmouse/remotebackend-docs-correct-methods
Peter van Dijk [Wed, 9 Jul 2014 07:23:01 +0000 (09:23 +0200)]
Merge pull request #1504 from cmouse/remotebackend-docs-correct-methods

Document correct HTTP methods used

10 years agoMerge pull request #1506 from mind04/v3.4.0
Peter van Dijk [Wed, 9 Jul 2014 07:19:25 +0000 (09:19 +0200)]
Merge pull request #1506 from mind04/v3.4.0

next version is 3.4.0 s/3.4/3.4.0

10 years agoMerge pull request #1508 from zeha/remotebackend-test-no-socat
Peter van Dijk [Wed, 9 Jul 2014 07:18:53 +0000 (09:18 +0200)]
Merge pull request #1508 from zeha/remotebackend-test-no-socat

Fix remotebackend tests without socat

10 years agoMerge pull request #1514 from mind04/solaris
Peter van Dijk [Tue, 8 Jul 2014 22:11:33 +0000 (00:11 +0200)]
Merge pull request #1514 from mind04/solaris

WORDS_BIGENDIAN not defined on sparc Solaris 10

10 years agoMerge pull request #1513 from mind04/pgsql
Peter van Dijk [Tue, 8 Jul 2014 21:32:14 +0000 (23:32 +0200)]
Merge pull request #1513 from mind04/pgsql

remove unused gpgsql-socket option and document postgres socket usage

10 years agodon't abort make on failure in travis
Peter van Dijk [Tue, 8 Jul 2014 21:11:18 +0000 (23:11 +0200)]
don't abort make on failure in travis

10 years agoWORDS_BIGENDIAN not defined on sparc Solaris 10
Kees Monshouwer [Fri, 16 May 2014 19:23:47 +0000 (21:23 +0200)]
WORDS_BIGENDIAN not defined on sparc Solaris 10

10 years agonext version is 3.4.0 s/3.4/3.4.0
Kees Monshouwer [Sat, 5 Jul 2014 11:38:39 +0000 (13:38 +0200)]
next version is 3.4.0 s/3.4/3.4.0

10 years agoremove unused gpgsql-socket option and document postgres socket usage
Kees Monshouwer [Sun, 6 Jul 2014 11:49:38 +0000 (13:49 +0200)]
remove unused gpgsql-socket option and document postgres socket usage

10 years agoFix remotebackend tests without socat
Christian Hofstaedtler [Sat, 5 Jul 2014 12:32:09 +0000 (14:32 +0200)]
Fix remotebackend tests without socat

When socat is not installed, the testrunner would fail instead of
exiting without testing as planned.

This also adds `set -x` to the testrunner for future error diagnosis.

10 years agoadd yahttp LICENSE and README.md to dist tarball
Kees Monshouwer [Sat, 5 Jul 2014 10:44:47 +0000 (12:44 +0200)]
add yahttp LICENSE and README.md to dist tarball

10 years agoDocument correct HTTP methods used
Aki Tuomi [Fri, 4 Jul 2014 13:41:57 +0000 (16:41 +0300)]
Document correct HTTP methods used

10 years agoFixes issue #1455
Aki Tuomi [Fri, 4 Jul 2014 13:37:38 +0000 (16:37 +0300)]
Fixes issue #1455

10 years agoMerge pull request #1450 from mind04/lmdbsec
Peter van Dijk [Thu, 3 Jul 2014 09:38:28 +0000 (11:38 +0200)]
Merge pull request #1450 from mind04/lmdbsec

lmdb-backend experimental presigned dnssec support, zone2lmdb and regression tests

10 years agoMerge pull request #1495 from cmouse/yahttp-update-20140630
Peter van Dijk [Tue, 1 Jul 2014 19:22:21 +0000 (21:22 +0200)]
Merge pull request #1495 from cmouse/yahttp-update-20140630

YaHTTP upstream update

10 years agoremove .la files during make install
Peter van Dijk [Tue, 1 Jul 2014 12:49:14 +0000 (14:49 +0200)]
remove .la files during make install

10 years agomake lmdbbackend use libtool object
Peter van Dijk [Tue, 1 Jul 2014 12:12:42 +0000 (14:12 +0200)]
make lmdbbackend use libtool object

10 years agodon't build .a files for backends, we do not use them at all
Peter van Dijk [Tue, 1 Jul 2014 11:24:27 +0000 (13:24 +0200)]
don't build .a files for backends, we do not use them at all

10 years agolist make install content
Peter van Dijk [Mon, 30 Jun 2014 09:13:01 +0000 (11:13 +0200)]
list make install content

10 years agoYaHTTP upstream update
Aki Tuomi [Mon, 30 Jun 2014 20:56:26 +0000 (23:56 +0300)]
YaHTTP upstream update

Fixes:
  - Chunked responses and requests are parsed properly even when
    the headers and body come in separately.

10 years agoMerge pull request #1491 from cmouse/remotebackend-yahttp
Peter van Dijk [Mon, 30 Jun 2014 07:36:59 +0000 (09:36 +0200)]
Merge pull request #1491 from cmouse/remotebackend-yahttp

Remotebackend yahttp

10 years agoMerge pull request #1492 from mind04/hybrid
Peter van Dijk [Mon, 30 Jun 2014 06:57:45 +0000 (08:57 +0200)]
Merge pull request #1492 from mind04/hybrid

reinstate, optional, bindbackend hybrid mode operation

10 years agoMerge pull request #1490 from cmouse/yahttp-update-20140605
Peter van Dijk [Mon, 30 Jun 2014 05:31:22 +0000 (07:31 +0200)]
Merge pull request #1490 from cmouse/yahttp-update-20140605

Update YaHTTP from upstream (fixes several bugs)

10 years agoMerge pull request #1493 from zeha/hacking
Peter van Dijk [Mon, 30 Jun 2014 05:30:44 +0000 (07:30 +0200)]
Merge pull request #1493 from zeha/hacking

Integrate HACKING into README

10 years agoIntegrate HACKING into README
Christian Hofstaedtler [Sun, 29 Jun 2014 13:47:44 +0000 (15:47 +0200)]
Integrate HACKING into README

10 years agoadd hybrid mode regression tests
Kees Monshouwer [Sun, 29 Jun 2014 10:56:15 +0000 (12:56 +0200)]
add hybrid mode regression tests

10 years agoreinstate, optional, bindbackend hybrid mode operation
Kees Monshouwer [Sun, 15 Jun 2014 22:23:00 +0000 (00:23 +0200)]
reinstate, optional, bindbackend hybrid mode operation

10 years agoavoid clobbering shell prompt with 'job backgrounded' output
Peter van Dijk [Thu, 26 Jun 2014 17:11:24 +0000 (17:11 +0000)]
avoid clobbering shell prompt with 'job backgrounded' output

10 years agoadd hijack test
Peter van Dijk [Thu, 26 Jun 2014 17:09:27 +0000 (17:09 +0000)]
add hijack test

10 years agomake dnsscope match the description on gist
bert hubert [Thu, 26 Jun 2014 11:19:07 +0000 (13:19 +0200)]
make dnsscope match the description on gist

10 years agoteach dnsscope --servfail-tree which emits nodes in DNS that cause servfails, plus...
bert hubert [Thu, 26 Jun 2014 10:49:17 +0000 (12:49 +0200)]
teach dnsscope --servfail-tree which emits nodes in DNS that cause servfails, plus IP addresses doing queries within those trees

10 years agoUpdate YaHTTP from upstream (fixes several bugs)
Aki Tuomi [Wed, 25 Jun 2014 20:31:40 +0000 (23:31 +0300)]
Update YaHTTP from upstream (fixes several bugs)

10 years agoAdd some sanity checks
Aki Tuomi [Wed, 25 Jun 2014 22:33:23 +0000 (01:33 +0300)]
Add some sanity checks

10 years agoSupport new RESTful methods
Aki Tuomi [Wed, 25 Jun 2014 22:33:14 +0000 (01:33 +0300)]
Support new RESTful methods

10 years agoRemove CURL and REMOTEBACKEND_HTTP
Aki Tuomi [Wed, 25 Jun 2014 21:36:52 +0000 (00:36 +0300)]
Remove CURL and REMOTEBACKEND_HTTP

10 years agoComplete implementation of httpconnector
Aki Tuomi [Wed, 25 Jun 2014 21:35:58 +0000 (00:35 +0300)]
Complete implementation of httpconnector

10 years agoPartial implementation of remotebackend http connector using yahttp
Aki Tuomi [Wed, 25 Jun 2014 20:30:43 +0000 (23:30 +0300)]
Partial implementation of remotebackend http connector using yahttp

10 years agoUse YaHTTP instead of CURL in remotebackend
Aki Tuomi [Wed, 25 Jun 2014 20:30:11 +0000 (23:30 +0300)]
Use YaHTTP instead of CURL in remotebackend

10 years agoput lmdb-backend dnssec support behind lmdb-experimental-dnssec switch
Kees Monshouwer [Tue, 3 Jun 2014 08:24:28 +0000 (10:24 +0200)]
put lmdb-backend dnssec support behind lmdb-experimental-dnssec switch

10 years agounswap ttl and IN in saxfr output
Kees Monshouwer [Mon, 2 Jun 2014 15:24:37 +0000 (17:24 +0200)]
unswap ttl and IN in saxfr output

10 years agofix NSEC in lmdb-backend
Kees Monshouwer [Sun, 1 Jun 2014 22:40:43 +0000 (00:40 +0200)]
fix NSEC in lmdb-backend

10 years agostore lmdb metadata in zone record
Kees Monshouwer [Sun, 1 Jun 2014 11:09:50 +0000 (13:09 +0200)]
store lmdb metadata in zone record

10 years agoget RRSIGs direct from backend and use it for lmdb-backend
Kees Monshouwer [Fri, 30 May 2014 22:21:11 +0000 (00:21 +0200)]
get RRSIGs direct from backend and use it for lmdb-backend

10 years agoget NSECx direct from backend and use it for lmdb-backend
Kees Monshouwer [Fri, 30 May 2014 18:54:10 +0000 (20:54 +0200)]
get NSECx direct from backend and use it for lmdb-backend

10 years agoimport dnssec records in lmdb database
Kees Monshouwer [Thu, 29 May 2014 22:27:55 +0000 (00:27 +0200)]
import dnssec records in lmdb database

10 years agofirst baby steps to dnssec in lmdb-backend
Kees Monshouwer [Thu, 29 May 2014 20:09:06 +0000 (22:09 +0200)]
first baby steps to dnssec in lmdb-backend

10 years agozone2lmdb and lmdb-backend regression tests
Kees Monshouwer [Wed, 28 May 2014 22:02:18 +0000 (00:02 +0200)]
zone2lmdb and lmdb-backend regression tests

10 years agoMerge pull request #1487 from zeha/resync-yahttp-docs
Peter van Dijk [Tue, 24 Jun 2014 14:04:22 +0000 (16:04 +0200)]
Merge pull request #1487 from zeha/resync-yahttp-docs

Resync yahttp documentation

10 years agoResync yahttp documentation
Christian Hofstaedtler [Tue, 24 Jun 2014 14:02:21 +0000 (16:02 +0200)]
Resync yahttp documentation

10 years agoMerge pull request #1465 from zeha/update-yahttp
Peter van Dijk [Tue, 24 Jun 2014 12:19:30 +0000 (14:19 +0200)]
Merge pull request #1465 from zeha/update-yahttp

Update yahttp

10 years agoMerge pull request #1486 from zeha/f/api-201
Peter van Dijk [Tue, 24 Jun 2014 11:14:43 +0000 (13:14 +0200)]
Merge pull request #1486 from zeha/f/api-201

API: Send status 201 on create

10 years agoWebserver: convert to new yahttp api and router
Christian Hofstaedtler [Mon, 9 Jun 2014 14:35:26 +0000 (16:35 +0200)]
Webserver: convert to new yahttp api and router

10 years agoSync embedded yahttp copy
Christian Hofstaedtler [Mon, 9 Jun 2014 13:28:31 +0000 (15:28 +0200)]
Sync embedded yahttp copy

cmouse/yahttp@e8b4f1493e7c6a659102878c9b02fa7f1701464b

Including automake integration from @cmouse.

10 years agoIncrease loglevel in API tests
Christian Hofstaedtler [Mon, 9 Jun 2014 16:47:35 +0000 (18:47 +0200)]
Increase loglevel in API tests

10 years agoSend status 201 on create
Christian Hofstaedtler [Tue, 24 Jun 2014 10:56:50 +0000 (12:56 +0200)]
Send status 201 on create

10 years agouse correct luaL_openlib replacement for 5.2, fixes #1353
Peter van Dijk [Tue, 24 Jun 2014 10:33:10 +0000 (12:33 +0200)]
use correct luaL_openlib replacement for 5.2, fixes #1353

10 years agofix edns subnet option code at 8
Peter van Dijk [Fri, 20 Jun 2014 07:41:40 +0000 (09:41 +0200)]
fix edns subnet option code at 8

10 years agoMerge pull request #1485 from tuxis-ie/dnskey_private
Peter van Dijk [Mon, 23 Jun 2014 09:18:20 +0000 (11:18 +0200)]
Merge pull request #1485 from tuxis-ie/dnskey_private

Add dnskey and set the content to actual private data

10 years agoMerge pull request #1481 from zeha/typo
Peter van Dijk [Mon, 23 Jun 2014 09:18:13 +0000 (11:18 +0200)]
Merge pull request #1481 from zeha/typo

Fix typo in log message

10 years agoAdd dnskey and set the content to actual private data
Mark Schouten [Mon, 23 Jun 2014 08:10:54 +0000 (10:10 +0200)]
Add dnskey and set the content to actual private data

10 years agoboiling the plate
Peter van Dijk [Fri, 20 Jun 2014 10:02:01 +0000 (12:02 +0200)]
boiling the plate

10 years agonit
Peter van Dijk [Fri, 20 Jun 2014 09:59:52 +0000 (09:59 +0000)]
nit

10 years agoMerge remote-tracking branch 'origin/master'
Peter van Dijk [Fri, 20 Jun 2014 09:55:27 +0000 (11:55 +0200)]
Merge remote-tracking branch 'origin/master'

10 years agoprelim rec 3.6.0 release notes rec-3.6.0
Peter van Dijk [Fri, 20 Jun 2014 09:21:58 +0000 (11:21 +0200)]
prelim rec 3.6.0 release notes

10 years agoMerge pull request #1483 from cmouse/fix-issue-1482
Peter van Dijk [Fri, 20 Jun 2014 08:37:36 +0000 (10:37 +0200)]
Merge pull request #1483 from cmouse/fix-issue-1482

Closes #1482, use getRealRemote instead of getRemote to support EDNS

10 years agoCloses #1482, use getRealRemote instead of getRemote to support EDNS
Aki Tuomi [Fri, 20 Jun 2014 07:27:55 +0000 (10:27 +0300)]
Closes #1482, use getRealRemote instead of getRemote to support EDNS

10 years agoFix typo in log message
Christian Hofstaedtler [Thu, 19 Jun 2014 16:44:23 +0000 (18:44 +0200)]
Fix typo in log message

10 years agoMerge pull request #1477 from mind04/nosoa
Peter van Dijk [Thu, 19 Jun 2014 14:59:25 +0000 (16:59 +0200)]
Merge pull request #1477 from mind04/nosoa

pdnssec: check-all-zones detect zones without SOA record, and check all ...

10 years agodoh, thanks @zeha
Peter van Dijk [Thu, 19 Jun 2014 12:52:25 +0000 (14:52 +0200)]
doh, thanks @zeha

10 years agoclarify that seed is a seed, not a source, thanks Bram Heerink
Peter van Dijk [Thu, 19 Jun 2014 12:46:22 +0000 (14:46 +0200)]
clarify that seed is a seed, not a source, thanks Bram Heerink

10 years agodo not apply some of our filters to root and gtlds, plus remove some useless {}
bert hubert [Thu, 19 Jun 2014 11:04:37 +0000 (13:04 +0200)]
do not apply some of our filters to root and gtlds, plus remove some useless {}

10 years agofix bool comparison, thanks @xbgmsharp
Peter van Dijk [Thu, 19 Jun 2014 09:21:53 +0000 (11:21 +0200)]
fix bool comparison, thanks @xbgmsharp