]> granicus.if.org Git - pdns/log
pdns
10 years agoallow referencing of compressed label directly before another compressed label, thank...
Peter van Dijk [Tue, 21 Apr 2015 09:58:27 +0000 (11:58 +0200)]
allow referencing of compressed label directly before another compressed label, thanks @giganteous

10 years agoMerge pull request #2427 from pieterlexis/rel-auth344-rec372
Peter van Dijk [Tue, 21 Apr 2015 07:30:38 +0000 (09:30 +0200)]
Merge pull request #2427 from pieterlexis/rel-auth344-rec372

Rel auth344 rec372

10 years agoChangelogs for auth 3.4.4 and rec 3.7.2 (sans pointer fix)
Pieter Lexis [Mon, 13 Apr 2015 13:03:46 +0000 (15:03 +0200)]
Changelogs for auth 3.4.4 and rec 3.7.2 (sans pointer fix)

10 years agoMerge pull request #2435 from pieterlexis/fix-root-nx-trust
Peter van Dijk [Mon, 20 Apr 2015 11:34:03 +0000 (13:34 +0200)]
Merge pull request #2435 from pieterlexis/fix-root-nx-trust

Improve robustness of root-nx-trust

10 years agoMerge pull request #2433 from zeha/id.server-example
Peter van Dijk [Mon, 20 Apr 2015 11:33:09 +0000 (13:33 +0200)]
Merge pull request #2433 from zeha/id.server-example

Add id.server query example

10 years agoImprove robustness of root-nx-trust
Pieter Lexis [Fri, 17 Apr 2015 15:58:19 +0000 (17:58 +0200)]
Improve robustness of root-nx-trust

Query names with embedded dots or 00's in labels will no longer make the
recursor (possibly) forget existing TLDs.

10 years agoAdd id.server query example
Christian Hofstaedtler [Sun, 19 Apr 2015 22:45:56 +0000 (00:45 +0200)]
Add id.server query example

10 years agoMerge pull request #2424 from mind04/loop
Peter van Dijk [Mon, 13 Apr 2015 17:52:10 +0000 (19:52 +0200)]
Merge pull request #2424 from mind04/loop

Loop

10 years agoMerge pull request #2426 from mind04/hardening
Peter van Dijk [Mon, 13 Apr 2015 15:36:22 +0000 (17:36 +0200)]
Merge pull request #2426 from mind04/hardening

add environment variable to disable hardening in recursor

10 years agoOutput more info with git-to-changelog
Pieter Lexis [Mon, 13 Apr 2015 13:03:02 +0000 (15:03 +0200)]
Output more info with git-to-changelog

10 years agoadd environment variable to disable hardening in recursor
Kees Monshouwer [Mon, 13 Apr 2015 12:42:26 +0000 (14:42 +0200)]
add environment variable to disable hardening in recursor

10 years agolower number of allowed compression loops in getLabelFromContent()
Kees Monshouwer [Mon, 13 Apr 2015 11:53:55 +0000 (13:53 +0200)]
lower number of allowed compression loops in getLabelFromContent()
1000 is a bit high for a max 255 character qname

10 years agofix forward reference-check in getLabelFromContent()
Kees Monshouwer [Mon, 13 Apr 2015 11:52:42 +0000 (13:52 +0200)]
fix forward reference-check in getLabelFromContent()

10 years agoMerge pull request #2414 from pieterlexis/reportSQLite3Summary
Pieter Lexis [Wed, 8 Apr 2015 16:23:07 +0000 (18:23 +0200)]
Merge pull request #2414 from pieterlexis/reportSQLite3Summary

Correctly report SQLite3 usage in summary

10 years agoMerge pull request #2412 from cmouse/handle-space-with-hash
Pieter Lexis [Wed, 8 Apr 2015 12:26:39 +0000 (14:26 +0200)]
Merge pull request #2412 from cmouse/handle-space-with-hash

Strip # only when preceded with whitespace or start of line

10 years agoMerge pull request #1861 from cmouse/getsoa-check-rr-type
Pieter Lexis [Wed, 8 Apr 2015 12:24:20 +0000 (14:24 +0200)]
Merge pull request #1861 from cmouse/getsoa-check-rr-type

Ignore non-SOA records in getSOA

10 years agoMerge pull request #2384 from cmouse/fix-issue-2382
Pieter Lexis [Wed, 8 Apr 2015 06:56:40 +0000 (08:56 +0200)]
Merge pull request #2384 from cmouse/fix-issue-2382

Correctly store unknown records

10 years agoUpdate tinydns data result
Aki Tuomi [Tue, 7 Apr 2015 19:20:17 +0000 (22:20 +0300)]
Update tinydns data result

10 years agoSkip MyDNS because it does not support unknown types
Aki Tuomi [Tue, 7 Apr 2015 19:06:16 +0000 (22:06 +0300)]
Skip MyDNS because it does not support unknown types

10 years agoUpdate other tests to include ucr65226.test.com
Aki Tuomi [Tue, 31 Mar 2015 19:21:30 +0000 (22:21 +0300)]
Update other tests to include ucr65226.test.com

10 years agoRegression test for unknown record contents
Aki Tuomi [Tue, 31 Mar 2015 14:49:47 +0000 (17:49 +0300)]
Regression test for unknown record contents

10 years agoTest for unknown record content
Aki Tuomi [Sun, 29 Mar 2015 20:06:32 +0000 (23:06 +0300)]
Test for unknown record content

10 years agoCorrectly store unknown records, fixes #2382
Aki Tuomi [Sun, 29 Mar 2015 20:06:22 +0000 (23:06 +0300)]
Correctly store unknown records, fixes #2382

10 years agoMove entire file parsing to parseFile
Aki Tuomi [Tue, 7 Apr 2015 18:29:32 +0000 (21:29 +0300)]
Move entire file parsing to parseFile

10 years agoMove line parsing to its own method
Aki Tuomi [Tue, 7 Apr 2015 18:13:01 +0000 (21:13 +0300)]
Move line parsing to its own method

10 years agoCorrectly report SQLite3 usage in summary
Pieter Lexis [Tue, 7 Apr 2015 12:27:30 +0000 (14:27 +0200)]
Correctly report SQLite3 usage in summary

10 years agoStrip # only when preceded with whitespace or start of line
Aki Tuomi [Sun, 5 Apr 2015 14:42:16 +0000 (17:42 +0300)]
Strip # only when preceded with whitespace or start of line

10 years agoMerge pull request #2410 from zeha/1538-revival
Pieter Lexis [Fri, 3 Apr 2015 10:28:52 +0000 (12:28 +0200)]
Merge pull request #2410 from zeha/1538-revival

Use PDNSException in place of ZoneParserTNG::exception

10 years agoMerge pull request #2409 from pieterlexis/rmZip
Pieter Lexis [Fri, 3 Apr 2015 10:24:53 +0000 (12:24 +0200)]
Merge pull request #2409 from pieterlexis/rmZip

Don't create a zip for the recursor

10 years agoUse PDNSException in place of ZoneParserTNG::exception
Christian Hofstaedtler [Fri, 3 Apr 2015 09:26:42 +0000 (11:26 +0200)]
Use PDNSException in place of ZoneParserTNG::exception

10 years agoDon't create a zip for the recursor
Pieter Lexis [Fri, 3 Apr 2015 09:12:38 +0000 (11:12 +0200)]
Don't create a zip for the recursor

10 years agoMerge pull request #2406 from zeha/stt
Pieter Lexis [Thu, 2 Apr 2015 15:22:15 +0000 (17:22 +0200)]
Merge pull request #2406 from zeha/stt

support --help in start-test-stop

10 years agosupport --help in start-test-stop
Christian Hofstaedtler [Thu, 2 Apr 2015 12:05:08 +0000 (14:05 +0200)]
support --help in start-test-stop

10 years agoMerge pull request #2399 from cmouse/patch-2
Pieter Lexis [Thu, 2 Apr 2015 11:32:26 +0000 (13:32 +0200)]
Merge pull request #2399 from cmouse/patch-2

Fix attribute__((unused))__ in LuaContext.hpp

10 years agoThrow is getSOA gets non-SOA record
Aki Tuomi [Sat, 1 Nov 2014 14:09:34 +0000 (16:09 +0200)]
Throw is getSOA gets non-SOA record

10 years agoMerge branch 'tuxis-ie-fix-debian-scripts'
Pieter Lexis [Thu, 2 Apr 2015 10:29:55 +0000 (12:29 +0200)]
Merge branch 'tuxis-ie-fix-debian-scripts'

10 years agoMerge branch 'fix-debian-scripts' of https://github.com/tuxis-ie/pdns into tuxis...
Pieter Lexis [Thu, 2 Apr 2015 10:29:36 +0000 (12:29 +0200)]
Merge branch 'fix-debian-scripts' of https://github.com/tuxis-ie/pdns into tuxis-ie-fix-debian-scripts

Conflicts:
debian-pdns/pdns-doc.postinst
debian-pdns/pdns-doc.prerm

10 years agoMerge pull request #2147 from cyclops1982/autoserial
Pieter Lexis [Thu, 2 Apr 2015 07:40:00 +0000 (09:40 +0200)]
Merge pull request #2147 from cyclops1982/autoserial

RFC2136 to ignore serial update when using autoserial

10 years agoMerge pull request #2404 from cmouse/pkcs11-patches
Pieter Lexis [Thu, 2 Apr 2015 06:48:23 +0000 (08:48 +0200)]
Merge pull request #2404 from cmouse/pkcs11-patches

PKCS#11 patches

10 years agoUse correct macro for GNU CC
Aki Tuomi [Tue, 31 Mar 2015 22:03:28 +0000 (01:03 +0300)]
Use correct macro for GNU CC

10 years agoChange ATTR_UNUNSED to ATTR_UNUSED
Aki Tuomi [Tue, 31 Mar 2015 22:02:45 +0000 (01:02 +0300)]
Change ATTR_UNUNSED to ATTR_UNUSED

10 years agoUse hashed input for ECDSA
Aki Tuomi [Tue, 31 Mar 2015 20:09:22 +0000 (23:09 +0300)]
Use hashed input for ECDSA

10 years agoValidate algorithm on assign
Aki Tuomi [Tue, 31 Mar 2015 20:08:58 +0000 (23:08 +0300)]
Validate algorithm on assign

10 years agoMerge pull request #2385 from cmouse/fail-tests-with-xsuccess
Pieter Lexis [Tue, 31 Mar 2015 14:36:21 +0000 (16:36 +0200)]
Merge pull request #2385 from cmouse/fail-tests-with-xsuccess

Emit test failure on unexpected pass

10 years agoMerge pull request #2395 from cmouse/pkcs11-string-errors
Pieter Lexis [Tue, 31 Mar 2015 14:34:21 +0000 (16:34 +0200)]
Merge pull request #2395 from cmouse/pkcs11-string-errors

Use p11_kit_strerror in logError

10 years agoMerge pull request #2387 from cmouse/fix-luawrapper-nits
Pieter Lexis [Tue, 31 Mar 2015 09:49:18 +0000 (11:49 +0200)]
Merge pull request #2387 from cmouse/fix-luawrapper-nits

Fix compiler warning on unused variables

10 years agoMerge pull request #2397 from zeha/api-allow-ooz-delete
Pieter Lexis [Tue, 31 Mar 2015 09:48:16 +0000 (11:48 +0200)]
Merge pull request #2397 from zeha/api-allow-ooz-delete

API: Allow deleting out-of-zone records

10 years agoMerge pull request #2359 from cmouse/gsql-report-failed-statement
Pieter Lexis [Tue, 31 Mar 2015 09:41:28 +0000 (11:41 +0200)]
Merge pull request #2359 from cmouse/gsql-report-failed-statement

Add statement logging on error

10 years agoAPI: Allow deleting out-of-zone records
Christian Hofstaedtler [Mon, 30 Mar 2015 19:43:13 +0000 (21:43 +0200)]
API: Allow deleting out-of-zone records

Useful for fixing legacy data (but note that it's impossible to re-create
such data using the API.)

Fixes #2393.

10 years agoUse p11_kit_strerror in logError
Aki Tuomi [Mon, 30 Mar 2015 19:31:24 +0000 (22:31 +0300)]
Use p11_kit_strerror in logError

10 years agoMerge pull request #10 from pieterlexis/additions-for-2359
Aki Tuomi [Mon, 30 Mar 2015 18:44:57 +0000 (21:44 +0300)]
Merge pull request #10 from pieterlexis/additions-for-2359

Output query on error for gpgsql and goracle backends

10 years agoOutput query on error for gpgsql and goracle backends
Pieter Lexis [Mon, 30 Mar 2015 14:30:14 +0000 (16:30 +0200)]
Output query on error for gpgsql and goracle backends

10 years agoEmit test failure on unexpected pass
Aki Tuomi [Sun, 29 Mar 2015 20:29:43 +0000 (23:29 +0300)]
Emit test failure on unexpected pass

When a test is marked as FAILED it should not suddenly pass
unless someone has fixed it.

10 years agoMerge pull request #2389 from cmouse/axfr-error
Peter van Dijk [Mon, 30 Mar 2015 12:52:45 +0000 (14:52 +0200)]
Merge pull request #2389 from cmouse/axfr-error

Log error when remote cannot do AXFR

10 years agoMerge pull request #2391 from cmouse/travis-print-pdns-test-log
Peter van Dijk [Mon, 30 Mar 2015 12:51:39 +0000 (14:51 +0200)]
Merge pull request #2391 from cmouse/travis-print-pdns-test-log

Print out pdns/test.log

10 years agoPrint out pdns/test.log
Aki Tuomi [Mon, 30 Mar 2015 09:10:41 +0000 (12:10 +0300)]
Print out pdns/test.log

10 years agoMerge pull request #2383 from cmouse/pkcs11-fixes
Peter van Dijk [Mon, 30 Mar 2015 08:36:58 +0000 (10:36 +0200)]
Merge pull request #2383 from cmouse/pkcs11-fixes

Pkcs11 fixes

10 years agoFix compiler warning on unused variables
Aki Tuomi [Mon, 30 Mar 2015 07:35:20 +0000 (10:35 +0300)]
Fix compiler warning on unused variables

10 years agoFix mistake in documentation
Aki Tuomi [Sun, 29 Mar 2015 18:23:38 +0000 (21:23 +0300)]
Fix mistake in documentation

10 years agoShow if key is missing
Aki Tuomi [Sun, 29 Mar 2015 18:10:43 +0000 (21:10 +0300)]
Show if key is missing

This is deduced from having getBits() return value smaller than 1

10 years agoMake sure they key isn't being reused
Aki Tuomi [Sun, 29 Mar 2015 18:04:45 +0000 (21:04 +0300)]
Make sure they key isn't being reused

10 years agoDisplay correct key ID after assign
Aki Tuomi [Sun, 29 Mar 2015 18:00:01 +0000 (21:00 +0300)]
Display correct key ID after assign

10 years agoUpdate usage to match reality
Aki Tuomi [Sun, 29 Mar 2015 17:47:01 +0000 (20:47 +0300)]
Update usage to match reality

10 years agoValidate key when loading from ISC map
Aki Tuomi [Sun, 29 Mar 2015 17:43:13 +0000 (20:43 +0300)]
Validate key when loading from ISC map

10 years agoThrow is pubKeyHash fails
Aki Tuomi [Sun, 29 Mar 2015 17:37:05 +0000 (20:37 +0300)]
Throw is pubKeyHash fails

10 years agoDo not use CKA_SIGN or CKA_VERIFy
Aki Tuomi [Sun, 29 Mar 2015 17:36:01 +0000 (20:36 +0300)]
Do not use CKA_SIGN or CKA_VERIFy

These are not supported by OpenSC for some cards

10 years agoAsk for all slots before asking for slot
Aki Tuomi [Sun, 29 Mar 2015 15:57:23 +0000 (18:57 +0300)]
Ask for all slots before asking for slot

OpenSC with certain card(s) requires this call to make slots
visible.

10 years agoShow error code if C_GetSlotInfo fails
Aki Tuomi [Sun, 29 Mar 2015 15:55:13 +0000 (18:55 +0300)]
Show error code if C_GetSlotInfo fails

10 years agoMerge pull request #2386 from cmouse/mark-tsig-test-ok
Peter van Dijk [Mon, 30 Mar 2015 06:14:40 +0000 (08:14 +0200)]
Merge pull request #2386 from cmouse/mark-tsig-test-ok

Mark TSIG test OK as it should work now

10 years agoLog error when remote cannot do AXFR
Aki Tuomi [Sun, 29 Mar 2015 21:37:27 +0000 (00:37 +0300)]
Log error when remote cannot do AXFR

10 years agoMark TSIG test OK as it should work now
Aki Tuomi [Sun, 29 Mar 2015 20:31:32 +0000 (23:31 +0300)]
Mark TSIG test OK as it should work now

10 years agoMerge pull request #2364 from hkraal/missing-axfr-documentation
Peter van Dijk [Thu, 26 Mar 2015 17:09:31 +0000 (18:09 +0100)]
Merge pull request #2364 from hkraal/missing-axfr-documentation

Added documentation for zone export

10 years agoMerge pull request #2378 from zeha/recursor-init
Peter van Dijk [Thu, 26 Mar 2015 13:22:06 +0000 (14:22 +0100)]
Merge pull request #2378 from zeha/recursor-init

pdns-recursor.init: remove --control-console

10 years agoMerge pull request #2376 from zeha/f/api-docs
Peter van Dijk [Thu, 26 Mar 2015 12:52:14 +0000 (13:52 +0100)]
Merge pull request #2376 from zeha/f/api-docs

API doc improvements

10 years agopdns-recursor.init: remove --control-console
Christian Hofstaedtler [Wed, 25 Mar 2015 14:05:28 +0000 (15:05 +0100)]
pdns-recursor.init: remove --control-console

Remove --control-console from `monitor` subcommand. That's a leftover
from the Authoritative init script.

Fixes #2310.

10 years agoAPI docs: add multi-record update example
Christian Hofstaedtler [Wed, 25 Mar 2015 13:28:53 +0000 (14:28 +0100)]
API docs: add multi-record update example

And remove priority from the examples.

10 years agoAPI doc: clear up confusing sentence about "top level"
Christian Hofstaedtler [Wed, 25 Mar 2015 13:28:27 +0000 (14:28 +0100)]
API doc: clear up confusing sentence about "top level"

10 years agoMerge pull request #2369 from cmouse/cid-1288932
Peter van Dijk [Mon, 23 Mar 2015 08:25:52 +0000 (09:25 +0100)]
Merge pull request #2369 from cmouse/cid-1288932

Fix CID 1288932

10 years agoFix CID 1288932
Aki Tuomi [Mon, 23 Mar 2015 07:00:11 +0000 (09:00 +0200)]
Fix CID 1288932

10 years agoMerge pull request #2286 from zeha/api-soa-edit
Peter van Dijk [Fri, 20 Mar 2015 14:01:31 +0000 (15:01 +0100)]
Merge pull request #2286 from zeha/api-soa-edit

Change SOA-EDIT-API to work like SOA-EDIT-DNSUPDATE

10 years agoAdded documentation for zone export.
Henk Kraal [Thu, 19 Mar 2015 21:44:34 +0000 (22:44 +0100)]
Added documentation for zone export.

10 years agofix broken link, thanks @jpmens
Peter van Dijk [Fri, 20 Mar 2015 10:05:02 +0000 (11:05 +0100)]
fix broken link, thanks @jpmens

10 years agoMerge pull request #2365 from zeha/denied-axfr-dont-spawn-backend
Peter van Dijk [Fri, 20 Mar 2015 09:36:43 +0000 (10:36 +0100)]
Merge pull request #2365 from zeha/denied-axfr-dont-spawn-backend

Optimize AXFR disabled case

10 years agotypo, thanks @hkraal
Peter van Dijk [Fri, 20 Mar 2015 08:34:08 +0000 (09:34 +0100)]
typo, thanks @hkraal

10 years agoOptimize AXFR disabled case
Christian Hofstaedtler [Thu, 19 Mar 2015 22:05:36 +0000 (23:05 +0100)]
Optimize AXFR disabled case

When disable-axfr=yes or client ACLs don't allow the AXFR to go through,
skip all backend launching activities (possibly expensive for pipe- and
remotebackend users).
Same for IXFR.

10 years agoMerge pull request #2361 from cmouse/pkcs11-patches
Peter van Dijk [Thu, 19 Mar 2015 14:29:07 +0000 (15:29 +0100)]
Merge pull request #2361 from cmouse/pkcs11-patches

Separate Slot and Label

10 years agoMerge pull request #2239 from cmouse/tkey-support
Peter van Dijk [Thu, 19 Mar 2015 09:51:53 +0000 (10:51 +0100)]
Merge pull request #2239 from cmouse/tkey-support

Tkey support

10 years agoSeparate Slot and Label
Aki Tuomi [Tue, 17 Mar 2015 16:18:27 +0000 (18:18 +0200)]
Separate Slot and Label

This change properly permits using several labels
per one slot.

10 years agoTest fix: actually update serial in rfc2136handler
Christian Hofstaedtler [Tue, 17 Mar 2015 23:03:32 +0000 (00:03 +0100)]
Test fix: actually update serial in rfc2136handler

10 years agoRemove unneeded semicolons
Aki Tuomi [Tue, 17 Mar 2015 17:57:32 +0000 (19:57 +0200)]
Remove unneeded semicolons

10 years agoMerge pull request #2360 from hkraal/autoconf-version
Peter van Dijk [Tue, 17 Mar 2015 13:57:57 +0000 (14:57 +0100)]
Merge pull request #2360 from hkraal/autoconf-version

Change autoconf version in README to be in line with configure.ac

10 years agoChange autoconf version in README to be in line with configure.ac
Henk Kraal [Tue, 17 Mar 2015 13:43:34 +0000 (14:43 +0100)]
Change autoconf version in README to be in line with configure.ac

10 years agoMerge pull request #2355 from cmouse/pkcs11-patches
Peter van Dijk [Tue, 17 Mar 2015 12:49:20 +0000 (13:49 +0100)]
Merge pull request #2355 from cmouse/pkcs11-patches

PKCS#11 patches

10 years agoFix compiler nits
Aki Tuomi [Tue, 17 Mar 2015 10:22:49 +0000 (12:22 +0200)]
Fix compiler nits

10 years agoUpdate documentation
Aki Tuomi [Sun, 15 Mar 2015 09:51:25 +0000 (11:51 +0200)]
Update documentation

10 years agoCleanup code and support multiple signing threads
Aki Tuomi [Sun, 8 Mar 2015 18:35:41 +0000 (20:35 +0200)]
Cleanup code and support multiple signing threads

10 years agoRename d_engine to d_module
Aki Tuomi [Sun, 8 Mar 2015 18:25:02 +0000 (20:25 +0200)]
Rename d_engine to d_module

10 years agoAdd statement logging on error
Aki Tuomi [Mon, 16 Mar 2015 19:26:38 +0000 (21:26 +0200)]
Add statement logging on error

10 years agoMerge pull request #2357 from pieterlexis/MyDNS-docs
Peter van Dijk [Mon, 16 Mar 2015 12:46:03 +0000 (13:46 +0100)]
Merge pull request #2357 from pieterlexis/MyDNS-docs

Add documentation for the MyDNS backend

10 years agoMerge pull request #2345 from Makdaam/master
Peter van Dijk [Mon, 16 Mar 2015 12:45:44 +0000 (13:45 +0100)]
Merge pull request #2345 from Makdaam/master

Fixed outdated docs,