]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
12 years agoremove old enums
bert hubert [Wed, 2 Apr 2014 21:21:56 +0000 (23:21 +0200)] 
remove old enums

12 years agobroke our socket stuff as part of our cleanup - spotted by Christian Hofstädtler
bert hubert [Wed, 2 Apr 2014 20:35:58 +0000 (22:35 +0200)] 
broke our socket stuff as part of our cleanup - spotted by Christian Hofstädtler

12 years agoremove silly enum for AF_INET and AF_INET6 and in the process discovered auth webserv...
bert hubert [Wed, 2 Apr 2014 20:09:34 +0000 (22:09 +0200)] 
remove silly enum for AF_INET and AF_INET6 and in the process discovered auth webserver.. was IPv4 only

12 years agoneeds misc.hh, normally already happened to be included
bert hubert [Wed, 2 Apr 2014 20:07:49 +0000 (22:07 +0200)] 
needs misc.hh, normally already happened to be included

12 years agowe reinitialized all our statistics function for each rec_control or even API call...
bert hubert [Wed, 2 Apr 2014 19:49:00 +0000 (21:49 +0200)] 
we reinitialized all our statistics function for each rec_control or even API call, which was wasteful.

12 years agonow, I'm not one to get OCD over things, but that log message about stats based on...
bert hubert [Wed, 2 Apr 2014 18:38:59 +0000 (20:38 +0200)] 
now, I'm not one to get OCD over things, but that log message about stats based on 1801 seconds got to me. 1800 now.

12 years agoAPI: don't add priority to content field on save 1351/head
Christian Hofstaedtler [Wed, 2 Apr 2014 14:56:33 +0000 (16:56 +0200)] 
API: don't add priority to content field on save

We need the prio in content for verification purposes, but for storage
it needs to stay in rr.priority. Adds a test for this.

12 years agoAPI: add api-readonly to Recursor 1350/head
Christian Hofstaedtler [Tue, 1 Apr 2014 12:40:19 +0000 (14:40 +0200)] 
API: add api-readonly to Recursor

12 years agoMerge pull request #1349 from zeha/api-bugfixes
Peter van Dijk [Tue, 1 Apr 2014 13:38:36 +0000 (15:38 +0200)] 
Merge pull request #1349 from zeha/api-bugfixes

Fix (possible) bugs in (Recursor) webserver

12 years agoInitialize AddressFamily for slave sockets 1349/head
Christian Hofstaedtler [Tue, 1 Apr 2014 10:06:19 +0000 (12:06 +0200)] 
Initialize AddressFamily for slave sockets

Fixes Coverity CID 727958.

12 years agoInitialize d_server
Christian Hofstaedtler [Tue, 1 Apr 2014 10:03:46 +0000 (12:03 +0200)] 
Initialize d_server

Fixes Coverity CID 1194781.

12 years agoAPI: Recursor: fix initialization of recv buffer
Christian Hofstaedtler [Tue, 1 Apr 2014 10:02:12 +0000 (12:02 +0200)] 
API: Recursor: fix initialization of recv buffer

Fixes Coverity CID 1194782.

12 years agoMerge pull request #1347 from mind04/warning
bert hubert [Fri, 28 Mar 2014 10:48:38 +0000 (11:48 +0100)] 
Merge pull request #1347 from mind04/warning

fix compiler warning in dnsreplay.cc

12 years agosession.o is gone
Peter van Dijk [Thu, 27 Mar 2014 11:12:06 +0000 (11:12 +0000)] 
session.o is gone

12 years agofix compiler warning in dnsreplay.cc 1347/head
Kees Monshouwer [Mon, 24 Mar 2014 20:20:09 +0000 (21:20 +0100)] 
fix compiler warning in dnsreplay.cc

12 years agoMove zombie session.(cc|hh) to webserver.hh 1345/head
Christian Hofstaedtler [Tue, 25 Mar 2014 17:15:17 +0000 (18:15 +0100)] 
Move zombie session.(cc|hh) to webserver.hh

12 years agoRecursor HTTP: Fix processing of split requests
Christian Hofstaedtler [Tue, 25 Mar 2014 16:31:42 +0000 (17:31 +0100)] 
Recursor HTTP: Fix processing of split requests

Requests that were split over multiple TCP packets (-> reads) were
not processed correctly. Also, writes are now integrated into MPlexer.

12 years agooops, committed all the wrong stuff for dnsreplay.cc in 15c01debce267a442e136ea34dca1...
bert hubert [Sat, 22 Mar 2014 20:11:48 +0000 (21:11 +0100)] 
oops, committed all the wrong stuff for dnsreplay.cc in 15c01debce267a442e136ea34dca190c1357c35b - revert the wrong bits.

12 years agofix up compilation against older boost w/o loss of functionality
bert hubert [Sat, 22 Mar 2014 20:07:59 +0000 (21:07 +0100)] 
fix up compilation against older boost w/o loss of functionality

12 years agoNo longer attempt to answer questions coming in from port 0, reply would not reach...
bert hubert [Sat, 22 Mar 2014 11:15:48 +0000 (12:15 +0100)] 
No longer attempt to answer questions coming in from port 0, reply would not reach them anyhow. Thanks to Niels Bakker and sid3windr for insight & debugging.
Closes #844.

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 21 Mar 2014 21:55:53 +0000 (22:55 +0100)] 
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agoimprove logging of sendmsg order - we may be logging errors about invalid remote...
bert hubert [Fri, 21 Mar 2014 21:55:20 +0000 (22:55 +0100)] 
improve logging of sendmsg order - we may be logging errors about invalid remote addresses

12 years agomake SIGUSR2 a toggle instead of 'on for now and forever'. USR2 is undocumented btw.
bert hubert [Fri, 21 Mar 2014 20:40:02 +0000 (21:40 +0100)] 
make SIGUSR2 a toggle instead of 'on for now and forever'. USR2 is undocumented btw.

12 years agoMerge pull request #1337 from flygoast/master
Peter van Dijk [Thu, 20 Mar 2014 11:59:49 +0000 (12:59 +0100)] 
Merge pull request #1337 from flygoast/master

logging socket file name when using gmysql-socket instead of gmysql-host

12 years agoimplement CNAME following when requested from Lua.
bert hubert [Thu, 20 Mar 2014 11:38:25 +0000 (12:38 +0100)] 
implement CNAME following when requested from Lua.

12 years agoavoid logging socket file name when a user both set socket and host 1337/head
flygoast [Thu, 20 Mar 2014 11:16:14 +0000 (19:16 +0800)] 
avoid logging socket file name when a user both set socket and host

12 years agologging socket file name when using gmysql-socket instead of gmysql-host
flygoast [Thu, 20 Mar 2014 10:37:25 +0000 (18:37 +0800)] 
logging socket file name when using gmysql-socket instead of gmysql-host

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Thu, 20 Mar 2014 08:16:19 +0000 (09:16 +0100)] 
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agowe had a deadly embrace in getUpdatedMasters in bindbackend reimplementation, thanks...
bert hubert [Thu, 20 Mar 2014 08:15:33 +0000 (09:15 +0100)] 
we had a deadly embrace in getUpdatedMasters in bindbackend reimplementation, thanks to Winfried for detailed debugging!

12 years agoimproved verbose output
bert hubert [Thu, 20 Mar 2014 07:59:06 +0000 (08:59 +0100)] 
improved verbose output

12 years agoMerge pull request #1336 from zeha/api-recursor-search
Peter van Dijk [Wed, 19 Mar 2014 18:51:31 +0000 (19:51 +0100)] 
Merge pull request #1336 from zeha/api-recursor-search

API: implement search-data for recursor auth zones

12 years agoAPI: implement search-data for recursor auth zones 1336/head
Christian Hofstaedtler [Wed, 19 Mar 2014 15:47:38 +0000 (16:47 +0100)] 
API: implement search-data for recursor auth zones

12 years agovarious speedups, make ^C interrupt dnsreplay but still emit final stats 'so far...
bert hubert [Tue, 18 Mar 2014 20:42:10 +0000 (21:42 +0100)] 
various speedups, make ^C interrupt dnsreplay but still emit final stats 'so far', add time histogram on responses, deal smarter with duplicates and weird packets (assign them an *old* id)

12 years agoadd non-string version of Socket::sendTo()
bert hubert [Tue, 18 Mar 2014 20:12:58 +0000 (21:12 +0100)] 
add non-string version of Socket::sendTo()

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Tue, 18 Mar 2014 20:06:56 +0000 (21:06 +0100)] 
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agoremove packet cache scanning functions from rec_control get-all - too much overhead!
bert hubert [Tue, 18 Mar 2014 20:06:30 +0000 (21:06 +0100)] 
remove packet cache scanning functions from rec_control get-all - too much overhead!

12 years agoagain spruce up wording of dnsscope a bit
bert hubert [Tue, 18 Mar 2014 16:59:22 +0000 (17:59 +0100)] 
again spruce up wording of dnsscope a bit

12 years agoMerge pull request #1335 from zeha/api-fix-zone-ids
Peter van Dijk [Tue, 18 Mar 2014 14:05:02 +0000 (15:05 +0100)] 
Merge pull request #1335 from zeha/api-fix-zone-ids

API: fix escaping in zone ids

12 years agoAPI: fix escaping in zone ids 1335/head
Christian Hofstaedtler [Tue, 18 Mar 2014 13:55:46 +0000 (14:55 +0100)] 
API: fix escaping in zone ids

Realized that we should have been taking the character code as hex,
so it actually fits into two digits.

12 years agofurther improve statistics, they almost line up now. almost.
bert hubert [Tue, 18 Mar 2014 13:31:25 +0000 (14:31 +0100)] 
further improve statistics, they almost line up now. almost.

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Tue, 18 Mar 2014 11:48:13 +0000 (12:48 +0100)] 
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agoimprove statistics with names of rcodes & don't measure rcodes of questions!
bert hubert [Tue, 18 Mar 2014 11:46:27 +0000 (12:46 +0100)] 
improve statistics with names of rcodes & don't measure rcodes of questions!

12 years agoMerge pull request #1334 from zeha/f/case-insensitive-search
Peter van Dijk [Tue, 18 Mar 2014 10:28:46 +0000 (11:28 +0100)] 
Merge pull request #1334 from zeha/f/case-insensitive-search

Make API search case insensitive

12 years agolittle cleanup of dnsscope, plus also count non-RA answers.
bert hubert [Tue, 18 Mar 2014 10:23:43 +0000 (11:23 +0100)] 
little cleanup of dnsscope, plus also count non-RA answers.

12 years agoMake API search case insensitive 1334/head
Christian Hofstaedtler [Mon, 17 Mar 2014 15:39:38 +0000 (16:39 +0100)] 
Make API search case insensitive

12 years agomake dnsreplay set the right socket size buffers for its abusive use of them
bert hubert [Mon, 17 Mar 2014 15:24:46 +0000 (16:24 +0100)] 
make dnsreplay set the right socket size buffers for its abusive use of them

12 years agobetter reporting of out of range error
bert hubert [Mon, 17 Mar 2014 14:50:40 +0000 (15:50 +0100)] 
better reporting of out of range error

12 years agofix up whitespace plus pdns-distributes-queries efficiency error handling
bert hubert [Mon, 17 Mar 2014 14:18:14 +0000 (15:18 +0100)] 
fix up whitespace plus pdns-distributes-queries efficiency error handling

12 years agofix statistics when running with pdns-distributes-queries. Closes issue #1333.
bert hubert [Mon, 17 Mar 2014 08:26:26 +0000 (09:26 +0100)] 
fix statistics when running with pdns-distributes-queries. Closes issue #1333.

12 years agohook up -l in dnsscope to emit per second statistics
bert hubert [Sat, 15 Mar 2014 21:29:15 +0000 (22:29 +0100)] 
hook up -l in dnsscope to emit per second statistics

12 years agoadd some infrastructure for outputting per second statistics
bert hubert [Sat, 15 Mar 2014 20:58:15 +0000 (21:58 +0100)] 
add some infrastructure for outputting per second statistics

12 years agomake sure --help works, hook up --verbose/-v, properly detect & for now ignore fragme...
bert hubert [Sat, 15 Mar 2014 18:14:45 +0000 (19:14 +0100)] 
make sure --help works, hook up --verbose/-v, properly detect & for now ignore fragmented datagrams

12 years agoremove debugging output and some whitespace
bert hubert [Sat, 15 Mar 2014 18:06:16 +0000 (19:06 +0100)] 
remove debugging output and some whitespace

12 years agoMerge pull request #1332 from mind04/root
Peter van Dijk [Sat, 15 Mar 2014 10:34:42 +0000 (11:34 +0100)] 
Merge pull request #1332 from mind04/root

update l.root ip

12 years agoupdate l.root ip in tests 1332/head
Kees Monshouwer [Fri, 14 Mar 2014 22:25:16 +0000 (23:25 +0100)] 
update l.root ip in tests

12 years agoupdate l.root ip
Kees Monshouwer [Fri, 14 Mar 2014 21:49:38 +0000 (22:49 +0100)] 
update l.root ip

12 years agoMerge branch 'bind3'
bert hubert [Thu, 13 Mar 2014 10:49:58 +0000 (11:49 +0100)] 
Merge branch 'bind3'

12 years agocomment on mutable entry in bb2domaininfo
bert hubert [Thu, 13 Mar 2014 10:46:04 +0000 (11:46 +0100)] 
comment on mutable entry in bb2domaininfo

12 years agoand fix up removing of domains, also under load
bert hubert [Thu, 13 Mar 2014 10:39:29 +0000 (11:39 +0100)] 
and fix up removing of domains, also under load

12 years agocleanup, plus move more code to safeGetBBDomainInfo
bert hubert [Thu, 13 Mar 2014 10:35:19 +0000 (11:35 +0100)] 
cleanup, plus move more code to safeGetBBDomainInfo

12 years agodocument new bindbackend semantics, plus fix that we did not learn about slave zones.
bert hubert [Thu, 13 Mar 2014 09:08:54 +0000 (10:08 +0100)] 
document new bindbackend semantics, plus fix that we did not learn about slave zones.

12 years agoadd code to detect removal and new domains in bindbackend
bert hubert [Thu, 13 Mar 2014 08:08:41 +0000 (09:08 +0100)] 
add code to detect removal and new domains in bindbackend

12 years agomoved some stuff around, added some comments
bert hubert [Thu, 13 Mar 2014 07:48:22 +0000 (08:48 +0100)] 
moved some stuff around, added some comments

12 years agoMerge pull request #1330 from zeha/api-zone-ids
Peter van Dijk [Thu, 13 Mar 2014 05:33:05 +0000 (06:33 +0100)] 
Merge pull request #1330 from zeha/api-zone-ids

JSON API: add zone ids to search-data results

12 years agoJSON API: add zone ids to search-data results 1330/head
Christian Hofstaedtler [Wed, 12 Mar 2014 19:48:51 +0000 (20:48 +0100)] 
JSON API: add zone ids to search-data results

Otherwise clients need another round-trip to /zones to get those ids.

12 years agorationalize the API a bit, actually fix up reloading, survives mild torture now
bert hubert [Wed, 12 Mar 2014 20:34:59 +0000 (21:34 +0100)] 
rationalize the API a bit, actually fix up reloading, survives mild torture now

12 years agoimplement actual domain storage in cleaner architecture, survives 1 query
bert hubert [Wed, 12 Mar 2014 19:26:56 +0000 (20:26 +0100)] 
implement actual domain storage in cleaner architecture, survives 1 query

12 years agoit is a ip
bert hubert [Wed, 12 Mar 2014 16:05:57 +0000 (17:05 +0100)] 
it is a ip

12 years agofix gmysql upgrade schema 1327/head
Kees Monshouwer [Tue, 11 Mar 2014 20:35:53 +0000 (21:35 +0100)] 
fix gmysql upgrade schema

12 years agoMerge pull request #1328 from zeha/http-logging
Peter van Dijk [Mon, 10 Mar 2014 20:05:37 +0000 (21:05 +0100)] 
Merge pull request #1328 from zeha/http-logging

Webserver (logging) improvements

12 years agoMerge pull request #1329 from zeha/api-search
Peter van Dijk [Mon, 10 Mar 2014 19:26:38 +0000 (20:26 +0100)] 
Merge pull request #1329 from zeha/api-search

JSON API: add search-data

12 years agoschema change upgrade notes
Kees Monshouwer [Mon, 10 Mar 2014 19:04:57 +0000 (20:04 +0100)] 
schema change upgrade notes

12 years agoJSON API: add search-data 1329/head
Christian Hofstaedtler [Mon, 10 Mar 2014 12:28:44 +0000 (13:28 +0100)] 
JSON API: add search-data

Searches for zones, records, comments.

12 years agoAdd request debug logging to webserver 1328/head
Christian Hofstaedtler [Mon, 10 Mar 2014 11:22:53 +0000 (12:22 +0100)] 
Add request debug logging to webserver

12 years agoAdd loglevel config setting to recursor
Christian Hofstaedtler [Mon, 10 Mar 2014 11:18:39 +0000 (12:18 +0100)] 
Add loglevel config setting to recursor

12 years agoWebserver: try harder to always return *some* response
Christian Hofstaedtler [Mon, 10 Mar 2014 10:59:39 +0000 (11:59 +0100)] 
Webserver: try harder to always return *some* response

Even a 500 is better than a connection reset.

12 years agouse new schema for api test
Kees Monshouwer [Mon, 10 Mar 2014 09:03:44 +0000 (10:03 +0100)] 
use new schema for api test

12 years agoremove old schema from doc
Kees Monshouwer [Mon, 10 Mar 2014 08:29:49 +0000 (09:29 +0100)] 
remove old schema from doc

12 years agoalways store non DNSSEC metadata in oracle backend
Kees Monshouwer [Sat, 8 Mar 2014 22:46:31 +0000 (23:46 +0100)] 
always store non DNSSEC metadata in oracle backend

12 years agodatabase schema change goracle backend
Kees Monshouwer [Sat, 8 Mar 2014 20:22:20 +0000 (21:22 +0100)] 
database schema change goracle backend

12 years agouse schema.sqlite3.sql for opendbx-sqlite3 backend tests
Kees Monshouwer [Sat, 8 Mar 2014 10:30:36 +0000 (11:30 +0100)] 
use schema.sqlite3.sql for opendbx-sqlite3 backend tests

12 years agoadd skipreason nometa for backends without metadata storage
Kees Monshouwer [Sat, 8 Mar 2014 01:15:46 +0000 (02:15 +0100)] 
add skipreason nometa for backends without metadata storage

12 years agodatabase schema change gsqlite3 backend
Kees Monshouwer [Sat, 8 Mar 2014 00:42:24 +0000 (01:42 +0100)] 
database schema change gsqlite3 backend

12 years agodatabase schema change gpgsql backend
Kees Monshouwer [Fri, 7 Mar 2014 22:39:04 +0000 (23:39 +0100)] 
database schema change gpgsql backend

12 years agoschema change gmsql and gmysql backend
Kees Monshouwer [Thu, 20 Feb 2014 18:44:00 +0000 (19:44 +0100)] 
schema change gmsql and gmysql backend

12 years agoMerge pull request #1325 from mind04/query
Peter van Dijk [Mon, 10 Mar 2014 10:09:27 +0000 (11:09 +0100)] 
Merge pull request #1325 from mind04/query

fix broken sqlite3 insert-record-order-query-auth query

12 years agos/trac/github/
Peter van Dijk [Mon, 10 Mar 2014 08:07:21 +0000 (09:07 +0100)] 
s/trac/github/

12 years agoMerge pull request #1326 from zeha/fix-solaris-setptr
Peter van Dijk [Sun, 9 Mar 2014 05:58:31 +0000 (06:58 +0100)] 
Merge pull request #1326 from zeha/fix-solaris-setptr

Portability fix for formatting IPv6 reverse names

12 years agoPortability fix for formatting IPv6 reverse names 1326/head
Christian Hofstaedtler [Sat, 8 Mar 2014 23:58:42 +0000 (00:58 +0100)] 
Portability fix for formatting IPv6 reverse names

12 years agoadd sqlite3 presigned tests to travis 1325/head
Kees Monshouwer [Sat, 8 Mar 2014 10:52:15 +0000 (11:52 +0100)] 
add sqlite3 presigned tests to travis

12 years agofix broken sqlite3 insert-record-order-query-auth query
Kees Monshouwer [Sat, 8 Mar 2014 10:46:46 +0000 (11:46 +0100)] 
fix broken sqlite3 insert-record-order-query-auth query

12 years agoMerge pull request #1324 from mind04/query-throw
Peter van Dijk [Sat, 8 Mar 2014 00:02:15 +0000 (01:02 +0100)] 
Merge pull request #1324 from mind04/query-throw

catch sql exceptions in replaceRRSet and replaceComment

12 years agocatch sql exceptions in replaceRRSet and replaceComments 1324/head
Kees Monshouwer [Fri, 7 Mar 2014 19:30:43 +0000 (20:30 +0100)] 
catch sql exceptions in replaceRRSet and replaceComments

12 years agoMerge pull request #1323 from mind04/warn
Peter van Dijk [Fri, 7 Mar 2014 08:23:50 +0000 (09:23 +0100)] 
Merge pull request #1323 from mind04/warn

small things

12 years agoMerge branch 'listdeletezone'
Peter van Dijk [Fri, 7 Mar 2014 07:30:02 +0000 (08:30 +0100)] 
Merge branch 'listdeletezone'

Closes #608, #1317, #1318, #1320

12 years agolist zones help text
Kees Monshouwer [Tue, 4 Mar 2014 23:24:41 +0000 (00:24 +0100)] 
list zones help text

12 years agoendl, whitespace and file prmissions
Kees Monshouwer [Tue, 4 Mar 2014 23:06:02 +0000 (00:06 +0100)] 
endl, whitespace and file prmissions

12 years agoAdd list-all-zones to pdnssec.
Ruben d'Arco [Tue, 6 Nov 2012 19:20:51 +0000 (20:20 +0100)] 
Add list-all-zones to pdnssec.

12 years agoRemoved unused \n at end of line.
Ruben d'Arco [Tue, 6 Nov 2012 19:04:56 +0000 (20:04 +0100)] 
Removed unused \n at end of line.

12 years agoAdd list-zone capability to pdns_control
Ruben d'Arco [Mon, 5 Nov 2012 17:02:03 +0000 (18:02 +0100)] 
Add list-zone capability to pdns_control