]> granicus.if.org Git - pdns/log
pdns
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 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 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,

10 years agoAdd documentation for the MyDNS backend
Pieter Lexis [Wed, 11 Mar 2015 13:31:32 +0000 (14:31 +0100)]
Add documentation for the MyDNS backend

10 years agoMerge pull request #2350 from mind04/hash
Peter van Dijk [Mon, 16 Mar 2015 09:28:45 +0000 (10:28 +0100)]
Merge pull request #2350 from mind04/hash

skip our new nsec3-hash-query test for oracle-nsec

10 years agoforgot narrow
Peter van Dijk [Fri, 13 Mar 2015 15:04:10 +0000 (16:04 +0100)]
forgot narrow

10 years agomake more tests pass on osx by improving script portability
Peter van Dijk [Fri, 11 Apr 2014 18:02:43 +0000 (20:02 +0200)]
make more tests pass on osx by improving script portability

10 years agoskip our new nsec3-hash-query for oracle-nsec
Kees Monshouwer [Fri, 13 Mar 2015 09:23:46 +0000 (10:23 +0100)]
skip our new nsec3-hash-query for oracle-nsec

10 years agoMerge pull request #2348 from mind04/hashquery
Peter van Dijk [Fri, 13 Mar 2015 07:51:20 +0000 (08:51 +0100)]
Merge pull request #2348 from mind04/hashquery

NSEC3 records and related RRSIGS are not part of the dnstree

10 years agoNSEC3 and related RRSIGS are not part of the dnstree
Kees Monshouwer [Thu, 12 Mar 2015 16:38:51 +0000 (17:38 +0100)]
NSEC3 and related RRSIGS are not part of the dnstree

10 years agoMerge pull request #2347 from sid3windr/patch-1
Peter van Dijk [Thu, 12 Mar 2015 18:14:28 +0000 (19:14 +0100)]
Merge pull request #2347 from sid3windr/patch-1

Bring auth carbon-ourname documentation in line with recursor's.

10 years agoBring auth carbon-ourname documentation in line with recursor's.
Tom Laermans [Thu, 12 Mar 2015 16:30:54 +0000 (17:30 +0100)]
Bring auth carbon-ourname documentation in line with recursor's.

This bit me as I "accidentally" put dots in the carbon-ourname field.

10 years agoFixed outdated docs
Leszek Jakubowski [Wed, 11 Mar 2015 15:43:03 +0000 (16:43 +0100)]
Fixed outdated docs
default sql queries have a wrong number and order of columns

10 years agoFixed outdated docs, argument list in generic pg/mysqlbackend list-query statement...
Leszek Jakubowski [Wed, 11 Mar 2015 12:58:17 +0000 (13:58 +0100)]
Fixed outdated docs, argument list in generic pg/mysqlbackend list-query statement was synced with the code.

10 years agoFix API tests after changing SOA-EDIT-API default
Christian Hofstaedtler [Thu, 5 Mar 2015 20:35:50 +0000 (21:35 +0100)]
Fix API tests after changing SOA-EDIT-API default

10 years agoSOA-EDIT-API: Add upgrade note
Christian Hofstaedtler [Thu, 26 Feb 2015 22:40:07 +0000 (23:40 +0100)]
SOA-EDIT-API: Add upgrade note

10 years agoChange SOA-EDIT-API to work like SOA-EDIT-DNSUPDATE
Christian Hofstaedtler [Thu, 26 Feb 2015 22:30:31 +0000 (23:30 +0100)]
Change SOA-EDIT-API to work like SOA-EDIT-DNSUPDATE

The SOA-EDIT-DNSUPDATE behaviour makes for a better ruleset for
incremental updates, like they are done via the API.

Also SOA-EDIT-API now defaults to DEFAULT, if it's not given at all
during zone creation (over the API).

10 years agoRegression test for TKEY support
Aki Tuomi [Wed, 18 Feb 2015 19:39:19 +0000 (21:39 +0200)]
Regression test for TKEY support

10 years agoUnit test for TKEY record
Aki Tuomi [Wed, 18 Feb 2015 19:30:06 +0000 (21:30 +0200)]
Unit test for TKEY record

10 years agoAdd and hook tkeyHandler
Aki Tuomi [Wed, 18 Feb 2015 19:29:07 +0000 (21:29 +0200)]
Add and hook tkeyHandler

10 years agoImplement TKEY record type
Aki Tuomi [Wed, 18 Feb 2015 19:27:56 +0000 (21:27 +0200)]
Implement TKEY record type

10 years agoAdd getTKEYRecord
Aki Tuomi [Wed, 18 Feb 2015 19:22:57 +0000 (21:22 +0200)]
Add getTKEYRecord

10 years agoUse qclass instead of hardcoded IN
Aki Tuomi [Wed, 18 Feb 2015 19:20:00 +0000 (21:20 +0200)]
Use qclass instead of hardcoded IN

10 years agoMerge pull request #2341 from rubenk/warn-when-pkg-m4-is-missing
Peter van Dijk [Mon, 9 Mar 2015 14:31:54 +0000 (15:31 +0100)]
Merge pull request #2341 from rubenk/warn-when-pkg-m4-is-missing

Warn when pkg.m4 is missing at autoreconf time.

10 years agoWarn when pkg.m4 is missing at autoreconf time.
Ruben Kerkhof [Mon, 9 Mar 2015 11:59:40 +0000 (12:59 +0100)]
Warn when pkg.m4 is missing at autoreconf time.

10 years agoMerge pull request #2338 from rubenk/add-configure-option-for-luajit
Peter van Dijk [Mon, 9 Mar 2015 13:49:54 +0000 (14:49 +0100)]
Merge pull request #2338 from rubenk/add-configure-option-for-luajit

Add --with-luajit configure option

10 years agoMerge pull request #2339 from cmouse/p11ki1-v2-initialize-correctly
Peter van Dijk [Mon, 9 Mar 2015 12:13:37 +0000 (13:13 +0100)]
Merge pull request #2339 from cmouse/p11ki1-v2-initialize-correctly

PKCS11: Initialize modules correctly

10 years agoMerge pull request #2335 from rubenk/log-when-configfile-cant-be-opened
Peter van Dijk [Mon, 9 Mar 2015 12:13:16 +0000 (13:13 +0100)]
Merge pull request #2335 from rubenk/log-when-configfile-cant-be-opened

Log when we can't open the config file

10 years agoMerge pull request #2328 from rubenk/darwin-recursor-silence-deprecation-warnings
Peter van Dijk [Mon, 9 Mar 2015 12:12:53 +0000 (13:12 +0100)]
Merge pull request #2328 from rubenk/darwin-recursor-silence-deprecation-warnings

Darwin: silence deprecation warnings

10 years agoAdd --with-luajit configure option
Ruben Kerkhof [Sun, 8 Mar 2015 15:01:35 +0000 (16:01 +0100)]
Add --with-luajit configure option

For now we don't do autodetection and you'll need
to explicitly enable it. If it is enabled, we check
for LuaJIT and not for Lua.

10 years agoInitialize modules correctly
Aki Tuomi [Sun, 8 Mar 2015 14:03:39 +0000 (16:03 +0200)]
Initialize modules correctly

10 years agoMerge pull request #2327 from rubenk/freebsd-fail-when-compilation-fails
Peter van Dijk [Sun, 8 Mar 2015 14:01:24 +0000 (15:01 +0100)]
Merge pull request #2327 from rubenk/freebsd-fail-when-compilation-fails

FreeBSD: fail when compiling kqueuemplexer fails

10 years agoMerge pull request #2333 from rubenk/cleanup-lua-macro
Peter van Dijk [Sun, 8 Mar 2015 14:00:41 +0000 (15:00 +0100)]
Merge pull request #2333 from rubenk/cleanup-lua-macro

Cleanup lua macro

10 years agoMerge pull request #2329 from rubenk/recursor-exit-1-when-pdns-hw-fails
Peter van Dijk [Sun, 8 Mar 2015 13:59:03 +0000 (14:59 +0100)]
Merge pull request #2329 from rubenk/recursor-exit-1-when-pdns-hw-fails

Exit 1 when compiling or running pdns_hw fails

10 years agoMerge pull request #2331 from rubenk/fix-typo-in-internals-docs
Peter van Dijk [Sun, 8 Mar 2015 13:58:43 +0000 (14:58 +0100)]
Merge pull request #2331 from rubenk/fix-typo-in-internals-docs

s/of/if/

10 years agoLog when we can't open the config file
Ruben Kerkhof [Sun, 8 Mar 2015 13:57:28 +0000 (14:57 +0100)]
Log when we can't open the config file

10 years agoFix description
Ruben Kerkhof [Sat, 7 Mar 2015 23:39:39 +0000 (00:39 +0100)]
Fix description

10 years agoRemove unused define
Ruben Kerkhof [Sat, 7 Mar 2015 23:38:43 +0000 (00:38 +0100)]
Remove unused define

10 years agoShow the Lua version at the end of ./configure
Ruben Kerkhof [Sat, 7 Mar 2015 23:37:30 +0000 (00:37 +0100)]
Show the Lua version at the end of ./configure

10 years agoLog if the user asked for Lua
Ruben Kerkhof [Sat, 7 Mar 2015 23:13:00 +0000 (00:13 +0100)]
Log if the user asked for Lua

Just like we do for our other checks

10 years agoCleanup indentation a bit
Ruben Kerkhof [Sat, 7 Mar 2015 23:04:44 +0000 (00:04 +0100)]
Cleanup indentation a bit

10 years agoExit 1 when compiling or running pdns_hw fails
Ruben Kerkhof [Fri, 6 Mar 2015 18:16:30 +0000 (19:16 +0100)]
Exit 1 when compiling or running pdns_hw fails

10 years agoDarwin: silence deprecation warnings
Ruben Kerkhof [Fri, 6 Mar 2015 17:06:21 +0000 (18:06 +0100)]
Darwin: silence deprecation warnings

./mtasker.cc:282:3: warning: 'getcontext' is deprecated: first
deprecated in OS X 10.6 [-Wdeprecated-declarations]
  getcontext(uc);
  ^

10 years agoMerge pull request #2326 from rubenk/sunos-fail-when-compilation-fails
Peter van Dijk [Fri, 6 Mar 2015 16:34:04 +0000 (17:34 +0100)]
Merge pull request #2326 from rubenk/sunos-fail-when-compilation-fails

SunOS: Fail when compiling mplexers fails

10 years agoSunOS: Fail when compiling devpollmplexer fails
Ruben Kerkhof [Fri, 6 Mar 2015 16:15:57 +0000 (17:15 +0100)]
SunOS: Fail when compiling devpollmplexer fails

We leave the : true for portsmplexer.cc since Solaris 9
doesn't have port.h

10 years agoFreeBSD: fail when compiling kqueuemplexer fails
Ruben Kerkhof [Fri, 6 Mar 2015 16:17:58 +0000 (17:17 +0100)]
FreeBSD: fail when compiling kqueuemplexer fails

10 years agoMerge pull request #2325 from rubenk/use-threadflags-on-freebsd
Peter van Dijk [Fri, 6 Mar 2015 16:17:27 +0000 (17:17 +0100)]
Merge pull request #2325 from rubenk/use-threadflags-on-freebsd

Use THREADFLAGS on FreeBSD

10 years agoUse THREADFLAGS on FreeBSD
Ruben Kerkhof [Fri, 6 Mar 2015 15:44:28 +0000 (16:44 +0100)]
Use THREADFLAGS on FreeBSD

Instead of modifying LDFLAGS and CXXFLAGS

Fixes a few of these:
c++: warning: argument unused during compilation: '-pthread'

10 years agoMerge pull request #2324 from rubenk/postgresql-dont-touch-ldflags
Peter van Dijk [Fri, 6 Mar 2015 14:27:09 +0000 (15:27 +0100)]
Merge pull request #2324 from rubenk/postgresql-dont-touch-ldflags

postgresql check should not touch LDFLAGS

10 years agopostgresql check should not touch LDFLAGS
Ruben Kerkhof [Fri, 6 Mar 2015 14:20:27 +0000 (15:20 +0100)]
postgresql check should not touch LDFLAGS

Fixes #2323

10 years agoMerge pull request #2322 from pieterlexis/makeLinkcheckerLessChatty
Peter van Dijk [Fri, 6 Mar 2015 11:36:59 +0000 (12:36 +0100)]
Merge pull request #2322 from pieterlexis/makeLinkcheckerLessChatty

Make linkchecker less chatty

10 years agoMake linkchecker quiet unless errors are found
Pieter Lexis [Fri, 6 Mar 2015 08:43:01 +0000 (09:43 +0100)]
Make linkchecker quiet unless errors are found

10 years agoMerge pull request #2319 from rubenk/make-packageversion-configurable
Peter van Dijk [Fri, 6 Mar 2015 08:01:18 +0000 (09:01 +0100)]
Merge pull request #2319 from rubenk/make-packageversion-configurable

Make PACKAGEVERSION configurable

10 years agoMerge pull request #2315 from rubenk/handle-embedded-quotes-better
Peter van Dijk [Thu, 5 Mar 2015 18:00:49 +0000 (19:00 +0100)]
Merge pull request #2315 from rubenk/handle-embedded-quotes-better

Stringify preprocessor string

10 years agoMake PACKAGEVERSION configurable
Ruben Kerkhof [Thu, 5 Mar 2015 16:53:40 +0000 (17:53 +0100)]
Make PACKAGEVERSION configurable

I.e. ./configure PACKAGEVERSION=1.2.3

Fixes #2040

10 years agoStringify preprocessor string
Ruben Kerkhof [Thu, 5 Mar 2015 15:49:05 +0000 (16:49 +0100)]
Stringify preprocessor string

When compiling with something like './configure
CXXFLAGS=-DPACKAGEVERSION="1.2.3"', we fail with
"../config.h:162:792: error: too many decimal points in number"

This happens because the string as defined in config.h
has embedded double quotes. Escape them.

10 years agoMerge pull request #2313 from mind04/ddot
Peter van Dijk [Thu, 5 Mar 2015 11:14:10 +0000 (12:14 +0100)]
Merge pull request #2313 from mind04/ddot

fix double dot for root MX/SRV in bind slave zone files

10 years agofix double dot for root MX/SRV in bind slave zone files
Kees Monshouwer [Wed, 4 Mar 2015 21:12:05 +0000 (22:12 +0100)]
fix double dot for root MX/SRV in bind slave zone files

10 years agoMerge pull request #2294 from a6502/busy-waiting-fix-v2
Peter van Dijk [Tue, 3 Mar 2015 15:09:59 +0000 (16:09 +0100)]
Merge pull request #2294 from a6502/busy-waiting-fix-v2

second take of busy waiting fix, now with blocking io

10 years agoMerge pull request #2302 from pieterlexis/FixFrontpage
Peter van Dijk [Tue, 3 Mar 2015 10:42:08 +0000 (11:42 +0100)]
Merge pull request #2302 from pieterlexis/FixFrontpage

Fix the frontpage

10 years agoMerge pull request #2296 from rubenk/ship-lmdb-example-script-in-dist
Peter van Dijk [Tue, 3 Mar 2015 10:40:51 +0000 (11:40 +0100)]
Merge pull request #2296 from rubenk/ship-lmdb-example-script-in-dist

Ship lmdb-example.pl in tarball

10 years agoMerge pull request #2295 from rubenk/fix-segfault-in-zone2lmdb
Peter van Dijk [Tue, 3 Mar 2015 10:40:39 +0000 (11:40 +0100)]
Merge pull request #2295 from rubenk/fix-segfault-in-zone2lmdb

Fix segfault in zone2lmdb

10 years agomake sure the tarball is fresh when publishing
Peter van Dijk [Tue, 3 Mar 2015 08:57:17 +0000 (09:57 +0100)]
make sure the tarball is fresh when publishing

10 years agoFix the frontpage
Pieter Lexis [Tue, 3 Mar 2015 08:56:58 +0000 (09:56 +0100)]
Fix the frontpage

  * De-ugly-fy the quote
  * Make the list consistent