]>
granicus.if.org Git - pdns/log
Peter van Dijk [Tue, 29 Apr 2014 10:55:39 +0000 (12:55 +0200)]
Merge pull request #1389 from paddg/help_is_not_an_error
to ask for help is not an error
Winfried Angele [Tue, 29 Apr 2014 09:20:31 +0000 (11:20 +0200)]
to ask for help is not an error
Peter van Dijk [Mon, 28 Apr 2014 13:39:53 +0000 (15:39 +0200)]
Merge pull request #1387 from zeha/api-zone-creation-fixes
API: Fixes to zone creation (Auth)
Christian Hofstaedtler [Mon, 28 Apr 2014 12:53:41 +0000 (14:53 +0200)]
API tests: rewrite test to ensure API stability
Let's test the fact that we don't need to send type/name in individual
comment entries for PATCH.
Christian Hofstaedtler [Mon, 28 Apr 2014 12:36:50 +0000 (14:36 +0200)]
API: Support adding records/comments at zone creation
Records and comments can now be supplied at zone creation time;
a given SOA record replaces the automatically generated SOA.
If no nameservers are given, we assume the user supplied NS
records as well. (This now allows creating a zone without
NS records, which may be useful for slaves.)
Default SOA serial is now 0 to match other parts of PowerDNS.
SOA-EDIT-API is now honored at creation time.
Fixes #1379.
Fixes #1376.
Christian Hofstaedtler [Mon, 28 Apr 2014 10:44:00 +0000 (12:44 +0200)]
API: Don't crash when given non-string as nameserver
Fixes #1375.
Christian Hofstaedtler [Mon, 28 Apr 2014 10:36:19 +0000 (12:36 +0200)]
Mention default-soa-mail in docs
Fixes #1382.
Peter van Dijk [Fri, 25 Apr 2014 10:18:09 +0000 (12:18 +0200)]
Merge pull request #1367 from mind04/signing-slave
fix axfr in metadata handling and code cleanup
Peter van Dijk [Fri, 25 Apr 2014 09:36:22 +0000 (11:36 +0200)]
Merge pull request #1377 from cmouse/ensure_record_consumed
Ensure that entire text record gets consumed on parsing
bert hubert [Fri, 25 Apr 2014 07:29:19 +0000 (09:29 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 25 Apr 2014 07:28:58 +0000 (09:28 +0200)]
actually insert the comments
Peter van Dijk [Thu, 24 Apr 2014 16:45:15 +0000 (18:45 +0200)]
Merge pull request #1378 from mind04/goracle-schema
goracle schema cleanup/update
Kees Monshouwer [Thu, 24 Apr 2014 16:23:07 +0000 (18:23 +0200)]
comment is a reserved word in oracle
Kees Monshouwer [Thu, 24 Apr 2014 16:21:31 +0000 (18:21 +0200)]
drop table comments in goracle-drop-schema.sql
Kees Monshouwer [Thu, 24 Apr 2014 16:20:34 +0000 (18:20 +0200)]
cleanup goracle database schema
Aki Tuomi [Thu, 24 Apr 2014 14:24:41 +0000 (17:24 +0300)]
Check that parser throws when all data is not consumed
Aki Tuomi [Thu, 24 Apr 2014 14:24:28 +0000 (17:24 +0300)]
Require that all text data is consumed when parsing records
Peter van Dijk [Thu, 24 Apr 2014 12:41:54 +0000 (14:41 +0200)]
Merge pull request #1373 from cmouse/fix-issue-1371
Fix SSHFP record parsing
Peter van Dijk [Thu, 24 Apr 2014 12:38:58 +0000 (14:38 +0200)]
Merge pull request #1374 from mind04/travis
disarm two api tests after
4bd3d119
Kees Monshouwer [Thu, 24 Apr 2014 12:21:41 +0000 (14:21 +0200)]
disarm two api tests after
4bd3d119
bert hubert [Thu, 24 Apr 2014 07:34:53 +0000 (09:34 +0200)]
I think this will finally give us working zone2sql merge
bert hubert [Thu, 24 Apr 2014 07:26:39 +0000 (09:26 +0200)]
Merge branch 'jsonzone2sql'
Conflicts:
pdns/zone2sql.cc
pdns/zoneparser-tng.hh
bert hubert [Thu, 24 Apr 2014 07:23:14 +0000 (09:23 +0200)]
make json-comments optional & off by default, remove switch from zoneparser-tng, turn on with get()
bert hubert [Thu, 24 Apr 2014 07:14:14 +0000 (09:14 +0200)]
Merge branch 'jsonzone2sql' of github.com:ahupowerdns/pdns into jsonzone2sql
bert hubert [Wed, 23 Apr 2014 21:38:07 +0000 (23:38 +0200)]
the ever vigilant Job Snijders spotted a typo & general lack of comments
bert hubert [Wed, 23 Apr 2014 20:33:18 +0000 (22:33 +0200)]
make pdns-distributes-queries use a hash so queries get sent to the same thread. Original ideal from https://github.com/paddg/pdns/commit/
9e176976e2499998787e15a45fbe5da250d20fc1
Astoundingly effective, approximately halves CPU usage.
bert hubert [Wed, 23 Apr 2014 19:47:47 +0000 (21:47 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Wed, 23 Apr 2014 19:42:31 +0000 (21:42 +0200)]
dnsreplay had odd race conditions in sending/reseinding packets
We had logic to pre-read the first packet for better error reporting, and then not read it at the top of the while loop,
but process the pre-read packet. However, this logic kept engaging, causing us to retransmit the previous packet a lot, depending
on the size of our retransmit window, which in turn depended on the receiver characteristic. Horrible.
dnsreplay may previously have overstated the number of duplicate packets because of this.
bert hubert [Wed, 23 Apr 2014 14:57:28 +0000 (16:57 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Wed, 23 Apr 2014 14:57:04 +0000 (16:57 +0200)]
comment out full database linear search for the API for now.
Aki Tuomi [Wed, 23 Apr 2014 13:32:06 +0000 (16:32 +0300)]
Test for issue 1371, SSHFP record parser truncates at white space
Aki Tuomi [Wed, 23 Apr 2014 13:31:36 +0000 (16:31 +0300)]
Make SSHFP read space separated fingerprints
bert hubert [Wed, 23 Apr 2014 12:59:56 +0000 (14:59 +0200)]
fix how we emit 'disabled' for 't' and 'f' SQL, plus implement feature to supress duplicate SOAs and turn it on by default
bert hubert [Wed, 23 Apr 2014 07:09:26 +0000 (09:09 +0200)]
Revert "appears to do something"
This reverts commit
a2e9e5a5891f74ce4f15fa79395085915f449340 .
bert hubert [Wed, 23 Apr 2014 05:50:03 +0000 (07:50 +0200)]
fix botched fix for s_quiet
bert hubert [Wed, 23 Apr 2014 05:54:24 +0000 (07:54 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Wed, 23 Apr 2014 05:50:03 +0000 (07:50 +0200)]
fix botched fix for s_quiet
bert hubert [Wed, 23 Apr 2014 05:49:18 +0000 (07:49 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns into jsonzone2sql
bert hubert [Tue, 22 Apr 2014 13:28:59 +0000 (15:28 +0200)]
dnsreplay emitted output even with --quiet, fixed
bert hubert [Tue, 22 Apr 2014 11:22:03 +0000 (13:22 +0200)]
appears to do something
bert hubert [Fri, 18 Apr 2014 18:57:22 +0000 (20:57 +0200)]
Merge pull request #1370 from mind04/check-zone
pdnssc check-zone, ignore RRSIGs in presigned zones
Kees Monshouwer [Fri, 18 Apr 2014 18:01:15 +0000 (20:01 +0200)]
pdnssc check zone, ignore RRSIGs in presigned zones
bert hubert [Fri, 18 Apr 2014 12:25:26 +0000 (14:25 +0200)]
it is 2014, also on the web
bert hubert [Fri, 18 Apr 2014 10:16:10 +0000 (12:16 +0200)]
move a common error behind log-common-errors filter
bert hubert [Fri, 18 Apr 2014 09:58:39 +0000 (11:58 +0200)]
document minimum-ttl-override, rec_control set-minimum-ttl, status of pdns-distributes-queries
bert hubert [Fri, 18 Apr 2014 07:14:52 +0000 (09:14 +0200)]
t_id check was wrong for pdns-distributes-queries
bert hubert [Fri, 18 Apr 2014 06:48:43 +0000 (08:48 +0200)]
implement minimum-ttl-override setting and rec_constrol set-minimum-ttl for dealing with DoS
bert hubert [Fri, 18 Apr 2014 05:37:40 +0000 (07:37 +0200)]
prevent duplicate logging of TCP overflows
bert hubert [Thu, 17 Apr 2014 15:20:13 +0000 (17:20 +0200)]
missed a bit of rec 3.6 release notes
bert hubert [Thu, 17 Apr 2014 10:28:03 +0000 (12:28 +0200)]
candidate 3.6 recursor release notes
Kees Monshouwer [Tue, 15 Apr 2014 22:29:15 +0000 (00:29 +0200)]
whitespace
Kees Monshouwer [Tue, 15 Apr 2014 22:26:48 +0000 (00:26 +0200)]
fix axfr in metadata handling and code cleanup
Peter van Dijk [Mon, 14 Apr 2014 12:52:11 +0000 (14:52 +0200)]
Merge pull request #1363 from mind04/fix
cleanup regression test scripts
Kees Monshouwer [Mon, 14 Apr 2014 11:35:03 +0000 (13:35 +0200)]
run nodnssec slave tests without the (backend)-dnssec option
Kees Monshouwer [Mon, 14 Apr 2014 06:54:21 +0000 (08:54 +0200)]
fix feedEnt query
Kees Monshouwer [Mon, 14 Apr 2014 06:51:20 +0000 (08:51 +0200)]
add tests new tests to travis.yml
Kees Monshouwer [Mon, 14 Apr 2014 06:47:38 +0000 (08:47 +0200)]
use pdnssec for tsig keys and metadata in tests
Kees Monshouwer [Mon, 14 Apr 2014 06:33:21 +0000 (08:33 +0200)]
add postgress-slave mode to regression tests
Kees Monshouwer [Sat, 12 Apr 2014 22:51:47 +0000 (00:51 +0200)]
fix axfr source for goracle-slave tests
Kees Monshouwer [Sat, 12 Apr 2014 17:43:19 +0000 (19:43 +0200)]
remove duplicate code from gsql-master test scripts
Kees Monshouwer [Sat, 12 Apr 2014 14:55:53 +0000 (16:55 +0200)]
cleanup gsql-master regression test scripts
bert hubert [Sat, 12 Apr 2014 19:25:19 +0000 (21:25 +0200)]
add missing ' to error message
bert hubert [Sat, 12 Apr 2014 19:06:00 +0000 (21:06 +0200)]
silence bunch of warning in lmbdbbackend
bert hubert [Sat, 12 Apr 2014 17:16:45 +0000 (19:16 +0200)]
Merge branch 'lmdb-back' of https://github.com/mzealey/pdns into mzealey-lmdb-back
Conflicts:
.travis.yml
Peter van Dijk [Fri, 11 Apr 2014 19:00:44 +0000 (21:00 +0200)]
Merge pull request #1362 from mind04/update
Update schema
Kees Monshouwer [Fri, 11 Apr 2014 18:48:36 +0000 (20:48 +0200)]
gsqlite schema update improvements
Kees Monshouwer [Fri, 11 Apr 2014 15:28:43 +0000 (17:28 +0200)]
add 3.0 -> 3.1 db changes to update schemes
Kees Monshouwer [Fri, 11 Apr 2014 14:47:14 +0000 (16:47 +0200)]
gpgsql schema update improvements
Kees Monshouwer [Thu, 10 Apr 2014 22:32:30 +0000 (00:32 +0200)]
gmysql schema update improvements
Peter van Dijk [Fri, 11 Apr 2014 18:02:14 +0000 (20:02 +0200)]
also enable DNAME during goracle testing
Peter van Dijk [Fri, 11 Apr 2014 18:00:34 +0000 (20:00 +0200)]
also enable DNAME during oracle testing
Peter van Dijk [Fri, 11 Apr 2014 17:32:30 +0000 (17:32 +0000)]
document DNAME flag
bert hubert [Mon, 7 Apr 2014 15:04:12 +0000 (17:04 +0200)]
implement DNAME. Probably some rough edges.
bert hubert [Fri, 11 Apr 2014 07:19:37 +0000 (09:19 +0200)]
add little comment to guard against overly simple fix for slow qsize-q metric
Peter van Dijk [Thu, 10 Apr 2014 16:40:34 +0000 (18:40 +0200)]
Merge pull request #1358 from zeha/patch-1
Remove duplicate type in pg schema upgrade script
Christian Hofstaedtler [Thu, 10 Apr 2014 15:33:14 +0000 (17:33 +0200)]
Remove duplicate type in pg schema upgrade script
Spotted by azlev.
Peter van Dijk [Thu, 10 Apr 2014 14:14:12 +0000 (16:14 +0200)]
Merge pull request #1354 from zeha/api-consolidate-zone-update
API: Consolidate zone update plus SOA-EDIT-API
Peter van Dijk [Thu, 10 Apr 2014 14:08:20 +0000 (16:08 +0200)]
Merge pull request #1352 from mind04/mixed
AXFR in: don't accept zones with a mixture of Opt-Out NSEC3 RRs and non-...
Peter van Dijk [Thu, 10 Apr 2014 13:52:51 +0000 (15:52 +0200)]
Merge pull request #1357 from mind04/unused
remove unused wilcard queries
Kees Monshouwer [Thu, 10 Apr 2014 13:29:17 +0000 (15:29 +0200)]
remove unused wilcard queries
Peter van Dijk [Thu, 10 Apr 2014 08:13:57 +0000 (10:13 +0200)]
Merge pull request #1327 from mind04/schema-change
Schema change
Christian Hofstaedtler [Tue, 8 Apr 2014 13:15:02 +0000 (15:15 +0200)]
Add new SOA-EDIT-API SOA editing setting
This triggers whenever a record is changed through the API.
Christian Hofstaedtler [Tue, 8 Apr 2014 12:58:55 +0000 (14:58 +0200)]
API: correctly use lowercase compare for zone name
Christian Hofstaedtler [Tue, 8 Apr 2014 12:57:59 +0000 (14:57 +0200)]
API: merge domain manipulation from create and update
Remove code duplication.
Christian Hofstaedtler [Tue, 8 Apr 2014 12:45:44 +0000 (14:45 +0200)]
regression-tests.api: allow extra args in create_zone()
Christian Hofstaedtler [Tue, 8 Apr 2014 11:18:28 +0000 (13:18 +0200)]
API: Replace PATCH zone/rrset API with PATCH zone
PATCH zone updates multiple RRsets at once (and in one transaction).
bert hubert [Mon, 7 Apr 2014 17:27:31 +0000 (19:27 +0200)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Mon, 7 Apr 2014 17:27:11 +0000 (19:27 +0200)]
clean up namespace issue for rhel
Peter van Dijk [Mon, 7 Apr 2014 05:43:34 +0000 (07:43 +0200)]
nit
bert hubert [Sun, 6 Apr 2014 13:52:14 +0000 (15:52 +0200)]
terminate our hostname with the first ., confuses things otherwise
bert hubert [Sun, 6 Apr 2014 13:51:44 +0000 (15:51 +0200)]
remove some old wording from docs, plus document our carbon stats sending
bert hubert [Sun, 6 Apr 2014 12:52:02 +0000 (14:52 +0200)]
update pdns.conf-dist with our new features
bert hubert [Sun, 6 Apr 2014 12:19:01 +0000 (14:19 +0200)]
implement carbon/graphite stats for powerdns auth too, clean up some whitespace here and there
bert hubert [Fri, 4 Apr 2014 10:26:18 +0000 (12:26 +0200)]
perform checking on single IP address, no longer use wildcard CNAME.
bert hubert [Fri, 4 Apr 2014 09:45:49 +0000 (11:45 +0200)]
align with our GUI, plus allow creation of zones with / in them, turns out we escape that
bert hubert [Fri, 4 Apr 2014 09:08:32 +0000 (11:08 +0200)]
add single-ip-zone creation option
bert hubert [Fri, 4 Apr 2014 05:42:16 +0000 (07:42 +0200)]
improve case insensitivity of packetcache cleaning, plus silence coverity warning (possibly correct)
bert hubert [Thu, 3 Apr 2014 21:49:37 +0000 (23:49 +0200)]
implement indexed packet cache wiping for recursor
Kees Monshouwer [Thu, 3 Apr 2014 14:13:37 +0000 (16:13 +0200)]
AXFR in: don't accept zones with a mixture of Opt-Out NSEC3 RRs and non-Opt-Out NSEC3 RRs
bert hubert [Thu, 3 Apr 2014 10:47:30 +0000 (12:47 +0200)]
follow the graphite namespace we use for the rest of pdnscontrol