]>
granicus.if.org Git - pdns/log
Peter van Dijk [Mon, 3 Mar 2014 15:51:39 +0000 (16:51 +0100)]
Merge pull request #1312 from zeha/api-set-ptr
JSON API: Add 'set-ptr' PTR-creating functionality
Christian Hofstaedtler [Mon, 3 Mar 2014 15:11:36 +0000 (16:11 +0100)]
JSON API: Add 'set-ptr' PTR-creating functionality
bert hubert [Fri, 28 Feb 2014 11:00:46 +0000 (12:00 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Thu, 6 Feb 2014 11:48:23 +0000 (12:48 +0100)]
make sure we don't exceed the number of available filedescriptors for mthreads. You can still overshoot a little bit, but not all mthreads will be using an fd.
Conflicts:
pdns/misc.hh
pdns/pdns_recursor.cc
Peter van Dijk [Fri, 28 Feb 2014 10:34:39 +0000 (11:34 +0100)]
Merge pull request #1309 from mind04/travis-retry
workaround for remotebackend failures on travis-ci
Kees Monshouwer [Fri, 28 Feb 2014 09:59:22 +0000 (10:59 +0100)]
workaround for remotebackend failures on travis-ci
bert hubert [Fri, 28 Feb 2014 10:23:39 +0000 (11:23 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 28 Feb 2014 10:22:31 +0000 (11:22 +0100)]
raise our socket buffer raise so it no longer generates a warning, move our checkFDs to separate function (still #ifdeffed out), add automated failsafe checking of Linux IPv6 limits & warning. We warn all the time, even if you don't yet use IPv6. Hoping people will see it!
Peter van Dijk [Fri, 28 Feb 2014 10:18:53 +0000 (11:18 +0100)]
Merge pull request #1308 from mind04/2ent-optout
fix for errata 3441 of RFC5155
bert hubert [Fri, 28 Feb 2014 09:57:03 +0000 (10:57 +0100)]
remove outdated NPTL advice, add net.ipv6.route.max_size tuning suggestion
Kees Monshouwer [Fri, 28 Feb 2014 08:58:33 +0000 (09:58 +0100)]
limit mode 0 closest provable encloser to optout
Kees Monshouwer [Fri, 28 Feb 2014 00:19:38 +0000 (01:19 +0100)]
workaround for ldns-verify-zone nsec3 bug in regression tests
Kees Monshouwer [Fri, 28 Feb 2014 00:07:07 +0000 (01:07 +0100)]
fix for errata 3441 of RFC5155
Kees Monshouwer [Fri, 28 Feb 2014 00:03:55 +0000 (01:03 +0100)]
add additional levels of ents (auth and unauth) to the insecure delegation ent test
Peter van Dijk [Wed, 26 Feb 2014 18:33:10 +0000 (19:33 +0100)]
fix i386 compile, thanks @zeha
Peter van Dijk [Wed, 26 Feb 2014 17:34:27 +0000 (18:34 +0100)]
Merge pull request #1301 from zeha/comments
Add per-rrset-comments
Christian Hofstaedtler [Wed, 26 Feb 2014 13:50:11 +0000 (14:50 +0100)]
Travis: Add travis_retry for rubygems operations
As per http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries/
and a recommendation from @travis-ci.
Christian Hofstaedtler [Wed, 26 Feb 2014 09:15:59 +0000 (10:15 +0100)]
JSON API: Catch wrong container types
Avoids an assert/abort in rapidjson.
Christian Hofstaedtler [Tue, 25 Feb 2014 12:29:32 +0000 (13:29 +0100)]
Add per-rrset-comments
bert hubert [Tue, 25 Feb 2014 21:12:24 +0000 (22:12 +0100)]
Merge pull request #1300 from pmca31/master
Recursor: Throttle all queries to a server after N consecutive timeouts (or unreachables) - thanks to Paulo Anes
Peter van Dijk [Tue, 25 Feb 2014 19:43:55 +0000 (20:43 +0100)]
Merge pull request #1302 from zeha/faster-travis
Slightly faster Travis builds
Christian Hofstaedtler [Tue, 25 Feb 2014 13:49:57 +0000 (14:49 +0100)]
Travis: skip downloading LaTeX
Christian Hofstaedtler [Tue, 25 Feb 2014 13:49:41 +0000 (14:49 +0100)]
Travis: build all manpages
Peter van Dijk [Tue, 25 Feb 2014 09:24:32 +0000 (09:24 +0000)]
nit, thanks @jpmens
Peter van Dijk [Mon, 24 Feb 2014 18:51:35 +0000 (19:51 +0100)]
Merge pull request #1292 from mind04/compiler
fix compiler warning in lua-auth.cc
Peter van Dijk [Mon, 24 Feb 2014 18:26:25 +0000 (19:26 +0100)]
travis: add git describe
Paulo Anes [Mon, 24 Feb 2014 18:22:21 +0000 (18:22 +0000)]
Recursor: Throttle all queries to a server after N consecutive timeouts (or unreachables).
This feature saves valuable resources by avoiding queries to servers from which we don't receive any answer. It's disabled by default.
Peter van Dijk [Mon, 24 Feb 2014 18:11:27 +0000 (19:11 +0100)]
Merge pull request #1298 from zeha/search-log-throw-error
REST API: report errors in search-log
Peter van Dijk [Mon, 24 Feb 2014 16:55:36 +0000 (17:55 +0100)]
Merge pull request #1299 from zeha/disabled-defaults
Default 'disabled' to 0/f (vs. NULL) in gsql backends
Christian Hofstaedtler [Mon, 24 Feb 2014 15:12:08 +0000 (16:12 +0100)]
Correct MySQL datatype mismatch for 'disabled'
Found by @mind04, thanks.
Christian Hofstaedtler [Mon, 24 Feb 2014 15:01:48 +0000 (16:01 +0100)]
Default 'disabled' to 0/f (vs. NULL) in gsql backends
Otherwise, records would effectively be disabled when the user wasn't
explicitly inserting 0.
Peter van Dijk [Mon, 24 Feb 2014 14:46:43 +0000 (15:46 +0100)]
add saxfr to tools packages
Peter van Dijk [Mon, 24 Feb 2014 14:14:15 +0000 (15:14 +0100)]
Merge pull request #1296 from mind04/unauth-ents
insecure delegation ents and ...
Christian Hofstaedtler [Mon, 24 Feb 2014 13:42:52 +0000 (14:42 +0100)]
REST API: report errors in search-log
Peter van Dijk [Mon, 24 Feb 2014 13:32:48 +0000 (14:32 +0100)]
Merge pull request #1297 from zeha/recursor-config-name
Recursor: restore correct syslog name
Kees Monshouwer [Mon, 24 Feb 2014 13:11:22 +0000 (14:11 +0100)]
add saxfr to tools
Kees Monshouwer [Mon, 24 Feb 2014 13:11:00 +0000 (14:11 +0100)]
add comment in travis.yml
Christian Hofstaedtler [Mon, 24 Feb 2014 12:54:59 +0000 (13:54 +0100)]
REST API: take config-name into account in search-log
Christian Hofstaedtler [Mon, 24 Feb 2014 12:45:31 +0000 (13:45 +0100)]
Recursor: restore correct syslog name
Was broken since
5124de27a39e1ae6f143abdf146dff609880de0e .
Kees Monshouwer [Mon, 24 Feb 2014 10:22:23 +0000 (11:22 +0100)]
add skipreasons to gpgsql and gsqlite3 regression tests
Kees Monshouwer [Mon, 24 Feb 2014 10:07:10 +0000 (11:07 +0100)]
add skipreasons to (g)oracle regression tests
Peter van Dijk [Fri, 21 Feb 2014 10:41:07 +0000 (10:41 +0000)]
also build extra binaries on travis
Peter van Dijk [Mon, 24 Feb 2014 09:33:16 +0000 (09:33 +0000)]
adapt notify to changes in merge of #1291
Kees Monshouwer [Sun, 23 Feb 2014 20:12:33 +0000 (21:12 +0100)]
mydns: set soadata.qname in getSOA()
Kees Monshouwer [Sun, 23 Feb 2014 20:01:45 +0000 (21:01 +0100)]
opendbx: set sd.qname in getSOA()
Kees Monshouwer [Sun, 23 Feb 2014 19:39:34 +0000 (20:39 +0100)]
skip axfr test for broken backends (mydns, tinydns and opendbx)
Kees Monshouwer [Sun, 23 Feb 2014 18:41:42 +0000 (19:41 +0100)]
test AXFR content
Kees Monshouwer [Sun, 23 Feb 2014 18:41:05 +0000 (19:41 +0100)]
saxfr: fix next owner name hiding
Kees Monshouwer [Sun, 23 Feb 2014 00:07:40 +0000 (01:07 +0100)]
saxfr: remove hidesoadetails and add showdetails option
Kees Monshouwer [Sat, 22 Feb 2014 22:25:28 +0000 (23:25 +0100)]
saxfr: add unhash option which make NSEC3 records readable
Kees Monshouwer [Sat, 22 Feb 2014 13:42:27 +0000 (14:42 +0100)]
saxfr: a (signed) zone transfer tool with readable output
Kees Monshouwer [Fri, 21 Feb 2014 23:19:46 +0000 (00:19 +0100)]
travis: skip verify-dnssec-zone test for optout test runs
Kees Monshouwer [Fri, 21 Feb 2014 23:17:20 +0000 (00:17 +0100)]
remote-backend: change nonterm type for feedENT() and feedEnt3()
Kees Monshouwer [Fri, 21 Feb 2014 21:59:54 +0000 (22:59 +0100)]
bind-backend: fix ent generation for insecure delegations
Kees Monshouwer [Fri, 21 Feb 2014 10:04:57 +0000 (11:04 +0100)]
workaround for ldns-verify-zone bug in regression tests
Kees Monshouwer [Fri, 21 Feb 2014 08:52:14 +0000 (09:52 +0100)]
allow covering NSEC3 record in NODATA response
Kees Monshouwer [Fri, 21 Feb 2014 00:04:07 +0000 (01:04 +0100)]
AXFR-in: fix ent generation for insecure delegations
Kees Monshouwer [Thu, 20 Feb 2014 12:47:53 +0000 (13:47 +0100)]
pdnssec: fix ent generation for insecure delegations
Kees Monshouwer [Thu, 20 Feb 2014 08:09:10 +0000 (09:09 +0100)]
add .bind zones to .gitignore
Kees Monshouwer [Thu, 20 Feb 2014 08:05:19 +0000 (09:05 +0100)]
add test for ent which is only derived from an insecure delegation
Peter van Dijk [Fri, 21 Feb 2014 10:21:58 +0000 (11:21 +0100)]
Merge pull request #1291 from cmouse/fix-issue-1290
Fix issue #1290
Aki Tuomi [Thu, 20 Feb 2014 13:48:07 +0000 (15:48 +0200)]
Remove strrcode
Aki Tuomi [Thu, 20 Feb 2014 13:22:08 +0000 (15:22 +0200)]
Updated as per registry
Aki Tuomi [Thu, 20 Feb 2014 06:54:03 +0000 (08:54 +0200)]
Fix typo
Aki Tuomi [Thu, 20 Feb 2014 06:53:57 +0000 (08:53 +0200)]
Add dns.cc to testrunner deps
Aki Tuomi [Thu, 20 Feb 2014 06:21:31 +0000 (08:21 +0200)]
Use Err# prefix
Aki Tuomi [Thu, 20 Feb 2014 06:19:21 +0000 (08:19 +0200)]
Replace rcode with RCode::to_s(rcode)
Aki Tuomi [Thu, 20 Feb 2014 06:19:10 +0000 (08:19 +0200)]
Replace strrcode with RCode::to_s
Kees Monshouwer [Tue, 18 Feb 2014 21:39:19 +0000 (22:39 +0100)]
fix compiler warning in lua-auth.cc
Peter van Dijk [Mon, 17 Feb 2014 18:34:28 +0000 (18:34 +0000)]
fix log-dns-details in pdns.conf-dist
Peter van Dijk [Mon, 17 Feb 2014 18:06:44 +0000 (18:06 +0000)]
default log-dns-details to "no" instead of the empty string that apparently meant "yes", thanks @terrorobe
Peter van Dijk [Mon, 17 Feb 2014 14:34:44 +0000 (15:34 +0100)]
Merge pull request #1286 from zeha/api-recursor-fixes
JSON API: fixes in recursor API code
Christian Hofstaedtler [Mon, 17 Feb 2014 14:30:56 +0000 (15:30 +0100)]
JSON API: Recursor: refuse invalid netmasks in allow-from
Christian Hofstaedtler [Mon, 17 Feb 2014 14:23:34 +0000 (15:23 +0100)]
JSON API: Recursor: fix renaming zones
Peter van Dijk [Mon, 17 Feb 2014 13:55:13 +0000 (14:55 +0100)]
Merge pull request #1285 from zeha/api-refuse-outofzone-data
JSON API: refuse modifying out-of-zone records
Christian Hofstaedtler [Mon, 17 Feb 2014 13:49:37 +0000 (14:49 +0100)]
JSON API: refuse modifying out-of-zone records
Peter van Dijk [Fri, 14 Feb 2014 12:33:40 +0000 (13:33 +0100)]
Merge pull request #1282 from mind04/oracle-fix
fix getAllDomainMetadata in oracle backend
Kees Monshouwer [Fri, 14 Feb 2014 12:20:15 +0000 (13:20 +0100)]
fix getAllDomainMetadata in oracle backend
Peter van Dijk [Fri, 14 Feb 2014 11:23:22 +0000 (12:23 +0100)]
Merge pull request #1274 from cmouse/meta-interface-change
Meta interface change
Peter van Dijk [Thu, 13 Feb 2014 14:27:48 +0000 (15:27 +0100)]
Merge pull request #1281 from zeha/recursor-deb-minor-improvement
Recursor Set Build-Depends in auto-built .dsc file
Christian Hofstaedtler [Thu, 13 Feb 2014 14:12:37 +0000 (15:12 +0100)]
Recursor Set Build-Depends in auto-built .dsc file
Useful for people working from git, yet still needing to deploy to
wheezy for testing.
Peter van Dijk [Wed, 12 Feb 2014 18:08:28 +0000 (19:08 +0100)]
Merge pull request #1280 from zeha/allow-from-api-fix
Fix JSON API to return an object for /config/allow-from
Aki Tuomi [Wed, 12 Feb 2014 16:26:40 +0000 (18:26 +0200)]
Fix typo
Christian Hofstaedtler [Wed, 12 Feb 2014 15:32:18 +0000 (16:32 +0100)]
Fix JSON API to return an object for /config/allow-from
Can't return arrays for stuff that isn't a collection.
Peter van Dijk [Tue, 11 Feb 2014 22:02:55 +0000 (23:02 +0100)]
Merge pull request #1278 from mind04/transaction
when an exception is thrown in suck() only rollback if there is a open t...
Peter van Dijk [Tue, 11 Feb 2014 22:02:37 +0000 (23:02 +0100)]
Merge pull request #1279 from zeha/fix-ws-rec-zone-id-corruption
Fix zone id corruption in Recursor JSON API
Christian Hofstaedtler [Tue, 11 Feb 2014 21:07:59 +0000 (22:07 +0100)]
Fix zone id corruption in Recursor JSON API
Peter van Dijk [Tue, 11 Feb 2014 08:08:14 +0000 (09:08 +0100)]
Merge pull request #1277 from mind04/pdnssec
set non-zero exit status in pdnssec if an exception was thrown
Kees Monshouwer [Sun, 9 Feb 2014 23:30:36 +0000 (00:30 +0100)]
set non-zero exit status in pdnssec if an exception was thrown
Kees Monshouwer [Mon, 10 Feb 2014 18:36:26 +0000 (19:36 +0100)]
when an exception is thrown in suck() only rollback if there is a open transaction
Peter van Dijk [Mon, 10 Feb 2014 11:16:55 +0000 (12:16 +0100)]
add warning
Peter van Dijk [Mon, 10 Feb 2014 08:17:45 +0000 (09:17 +0100)]
Merge pull request #1270 from cmouse/compiler-nits-
20140207
Compiler nits
20140207
Peter van Dijk [Mon, 10 Feb 2014 07:45:34 +0000 (08:45 +0100)]
Merge pull request #1273 from mind04/rawhide
rawhide testbuild rpm improvements
Aki Tuomi [Sun, 9 Feb 2014 17:23:17 +0000 (19:23 +0200)]
Added comment why the compiler nit is acceptable here.
Aki Tuomi [Sat, 8 Feb 2014 22:05:24 +0000 (00:05 +0200)]
Use getAllDomainMetadata instead of known list
Aki Tuomi [Sat, 8 Feb 2014 22:05:14 +0000 (00:05 +0200)]
Documentation for remotebackend
Aki Tuomi [Sat, 8 Feb 2014 21:48:47 +0000 (23:48 +0200)]
Test case for getAllDomainMetadata
Aki Tuomi [Sat, 8 Feb 2014 21:48:30 +0000 (23:48 +0200)]
Implementation for remotebackend
Aki Tuomi [Sat, 8 Feb 2014 20:56:41 +0000 (22:56 +0200)]
Implementation for oracle backend
Aki Tuomi [Sat, 8 Feb 2014 20:56:30 +0000 (22:56 +0200)]
Implementation for bind backend