]> granicus.if.org Git - pdns/log
pdns
8 years agoadd all missing types (as far as our tests are concerned) to schema and header
Peter van Dijk [Tue, 26 Jan 2016 15:43:41 +0000 (16:43 +0100)]
add all missing types (as far as our tests are concerned) to schema and header

8 years agoimport schema files from the ldap fork
Peter van Dijk [Tue, 26 Jan 2016 14:21:53 +0000 (15:21 +0100)]
import schema files from the ldap fork

8 years agoMerge pull request #3370 from ahupowerdns/re2
Peter van Dijk [Mon, 15 Feb 2016 13:43:37 +0000 (14:43 +0100)]
Merge pull request #3370 from ahupowerdns/re2

This adds --enable-re2 so we can benefit from libre2 if we want

8 years agoMerge pull request #3361 from rgacogne/dnsdist-regression-tests-cleanup
Remi Gacogne [Mon, 15 Feb 2016 08:53:38 +0000 (09:53 +0100)]
Merge pull request #3361 from rgacogne/dnsdist-regression-tests-cleanup

dnsdist: Copy the resp in regression tests instead of fixing it up

8 years agodocument RE2Rule
bert hubert [Sun, 14 Feb 2016 17:22:52 +0000 (18:22 +0100)]
document RE2Rule

8 years agoMerge pull request #3357 from rgacogne/dnsdist-non-terminal-rules
bert hubert [Sun, 14 Feb 2016 15:41:57 +0000 (16:41 +0100)]
Merge pull request #3357 from rgacogne/dnsdist-non-terminal-rules

dnsdist: continue processing rules after some specific actions

8 years agoMerge pull request #3360 from rgacogne/dnsdist-extended-logs
bert hubert [Sun, 14 Feb 2016 15:41:31 +0000 (16:41 +0100)]
Merge pull request #3360 from rgacogne/dnsdist-extended-logs

dnsdist: Add an option to log as text. Display filename in showRules

8 years agoMerge pull request #3364 from nlyan/master
bert hubert [Sun, 14 Feb 2016 15:40:25 +0000 (16:40 +0100)]
Merge pull request #3364 from nlyan/master

Shrink PacketID by 10% by eliminating padding.

8 years agomake re2 something you have to enable explicitly. I can't get it to link statically.
bert hubert [Sun, 14 Feb 2016 14:18:26 +0000 (15:18 +0100)]
make re2 something you have to enable explicitly. I can't get it to link statically.

8 years agoadd a RE2Rule based on Google RE2 regex library. Note that if we detect it, we compil...
bert hubert [Sun, 14 Feb 2016 10:16:56 +0000 (11:16 +0100)]
add a RE2Rule based on Google RE2 regex library. Note that if we detect it, we compile it in unconditionally which sucks as it is a dynamic link. We should make this something you turn on.

8 years agoMerge pull request #3363 from Habbie/cryptopp
Peter van Dijk [Sat, 13 Feb 2016 16:47:57 +0000 (17:47 +0100)]
Merge pull request #3363 from Habbie/cryptopp

remove now broken cryptopp invocation

8 years agoShrink PacketID by 10% by eliminating padding.
Andrew Nelless [Fri, 12 Feb 2016 22:42:30 +0000 (22:42 +0000)]
Shrink PacketID by 10% by eliminating padding.

PacketID is bloated. Some minor reordering, which shouldn't effect
locality, reduces sizeof(PacketID) from 232 to 208 bytes compiled
against GNU libstdc++ (shipped with GCC 5.3, C++11 ABI) and from 184 to
160 bytes against libc++ 3.7.0. In both cases only 3 bytes of padding
remain for aligning 'bool inIncompleteOkay'.

8 years agoMerge pull request #3359 from Habbie/unbreak-ldap
Peter van Dijk [Fri, 12 Feb 2016 15:25:59 +0000 (16:25 +0100)]
Merge pull request #3359 from Habbie/unbreak-ldap

unbreak the LDAP backend

8 years agoremove now broken cryptopp invocation
Peter van Dijk [Fri, 12 Feb 2016 14:08:56 +0000 (15:08 +0100)]
remove now broken cryptopp invocation

8 years agonit
Peter van Dijk [Thu, 11 Feb 2016 21:11:27 +0000 (22:11 +0100)]
nit

8 years agoadd lua hook to get a 'raw' IP address (in binary) for rapid lookups
bert hubert [Thu, 11 Feb 2016 20:08:10 +0000 (21:08 +0100)]
add lua hook to get a 'raw' IP address (in binary) for rapid lookups

8 years agodnsdist: Add an option to log as text. Display filename in showRules
Remi Gacogne [Thu, 11 Feb 2016 14:43:43 +0000 (15:43 +0100)]
dnsdist: Add an option to log as text. Display filename in showRules

LogAction() could log to the console in text mode or to a file in
binary mode. This commit adds an option to log to a file in text
mode.
When logging to a file, we now display the file name in
showRules().

8 years agodnsdist: Copy the resp in regression tests instead of fixing it up
Remi Gacogne [Thu, 11 Feb 2016 14:06:09 +0000 (15:06 +0100)]
dnsdist: Copy the resp in regression tests instead of fixing it up

Simply copy the the reponse in the responder threads before altering
the ID, instead of having to fix it afterwards in every tests.

8 years agomake DNSName friends with unordered maps and sets, plus test this
bert hubert [Thu, 11 Feb 2016 13:08:57 +0000 (14:08 +0100)]
make DNSName friends with unordered maps and sets, plus test this

8 years agoa function misnamed 'isCanonical' was being used to configure domain forwarding in...
bert hubert [Thu, 11 Feb 2016 11:33:43 +0000 (12:33 +0100)]
a function misnamed 'isCanonical' was being used to configure domain forwarding in recursor

8 years agoliberate getAddr() helper from sortlist.cc for wider use
bert hubert [Thu, 11 Feb 2016 10:37:24 +0000 (11:37 +0100)]
liberate getAddr() helper from sortlist.cc for wider use

8 years agoversionpdns != versionbind
bert hubert [Thu, 11 Feb 2016 10:13:11 +0000 (11:13 +0100)]
versionpdns != versionbind

8 years agomake calidns print syntax if invoked incorrectly
bert hubert [Thu, 11 Feb 2016 10:12:32 +0000 (11:12 +0100)]
make calidns print syntax if invoked incorrectly

8 years ago15% speedup in zone loading
bert hubert [Thu, 11 Feb 2016 10:11:40 +0000 (11:11 +0100)]
15% speedup in zone loading

8 years agofix escaping
Peter van Dijk [Thu, 11 Feb 2016 09:24:25 +0000 (10:24 +0100)]
fix escaping

8 years agoget root dots
Peter van Dijk [Thu, 7 Jan 2016 16:28:07 +0000 (17:28 +0100)]
get root dots

8 years agodnsdist: continue processing rules after some specific actions
Remi Gacogne [Wed, 10 Feb 2016 14:52:38 +0000 (15:52 +0100)]
dnsdist: continue processing rules after some specific actions

Continue processing rules after these actions:
* Pool
* Delay
* NoRecurse
* DisableValidation

It was already the case with:
* Log
* MacAddr

8 years agoMerge pull request #3342 from rubenk/dnsdist-spec-add-license
Peter van Dijk [Wed, 10 Feb 2016 11:54:09 +0000 (12:54 +0100)]
Merge pull request #3342 from rubenk/dnsdist-spec-add-license

Dnsdist rpm: add license

8 years agoMerge pull request #3336 from pieterlexis/dnsdist-ragel
Peter van Dijk [Wed, 10 Feb 2016 11:26:53 +0000 (12:26 +0100)]
Merge pull request #3336 from pieterlexis/dnsdist-ragel

Actually test for ragel during dnsdist configure

8 years agoMerge pull request #3345 from pieterlexis/issue-3305-pdnsutil-complain-unreadable...
Peter van Dijk [Wed, 10 Feb 2016 11:25:49 +0000 (12:25 +0100)]
Merge pull request #3345 from pieterlexis/issue-3305-pdnsutil-complain-unreadable-pdnsconf

pdnsutil: warn if we can't read the config file

8 years agoMerge pull request #3347 from pieterlexis/issue-1965-pdnsutil-help
Peter van Dijk [Wed, 10 Feb 2016 11:24:47 +0000 (12:24 +0100)]
Merge pull request #3347 from pieterlexis/issue-1965-pdnsutil-help

pdnsutil: provide helpful output with command help

8 years agoMerge pull request #3351 from pieterlexis/stop-send-root-referral
Pieter Lexis [Wed, 10 Feb 2016 10:12:56 +0000 (11:12 +0100)]
Merge pull request #3351 from pieterlexis/stop-send-root-referral

Stop sending a root referral in regression testing

8 years agoMerge pull request #3281 from pieterlexis/rip-out-mbedtls
Pieter Lexis [Wed, 10 Feb 2016 10:12:52 +0000 (11:12 +0100)]
Merge pull request #3281 from pieterlexis/rip-out-mbedtls

Fully take out mbedTLS

8 years agoMerge pull request #3348 from pieterlexis/document-pdnsutil-edit-zone
Peter van Dijk [Tue, 9 Feb 2016 21:01:23 +0000 (22:01 +0100)]
Merge pull request #3348 from pieterlexis/document-pdnsutil-edit-zone

Document edit-zone in pdnsutil.1

8 years agoStop sending a root referral in regression testing
Pieter Lexis [Tue, 9 Feb 2016 17:58:31 +0000 (18:58 +0100)]
Stop sending a root referral in regression testing

Closes #3062

8 years agoMerge pull request #3338 from cmouse/geoip-weights
bert hubert [Tue, 9 Feb 2016 10:21:47 +0000 (11:21 +0100)]
Merge pull request #3338 from cmouse/geoip-weights

Add weight feature to GeoIP backend

8 years agoUpdate documentation on weight feature
Aki Tuomi [Fri, 5 Feb 2016 10:44:10 +0000 (12:44 +0200)]
Update documentation on weight feature

8 years agoAdd weight support for record(s)
Aki Tuomi [Fri, 5 Feb 2016 10:39:45 +0000 (12:39 +0200)]
Add weight support for record(s)

8 years agoDocument edit-zone in pdnsutil.1
Pieter Lexis [Mon, 8 Feb 2016 17:08:40 +0000 (18:08 +0100)]
Document edit-zone in pdnsutil.1

8 years agopdnsutil: provide helpful output with command help
Pieter Lexis [Mon, 8 Feb 2016 16:06:35 +0000 (17:06 +0100)]
pdnsutil: provide helpful output with command help

Closes #1965

8 years agopdnsutil: warn if we can't read the config file
Pieter Lexis [Mon, 8 Feb 2016 11:13:19 +0000 (12:13 +0100)]
pdnsutil: warn if we can't read the config file

Closes #3305

8 years agoMerge pull request #3344 from rgacogne/dnsdist-client-bind-error
Remi Gacogne [Mon, 8 Feb 2016 14:17:16 +0000 (15:17 +0100)]
Merge pull request #3344 from rgacogne/dnsdist-client-bind-error

dnsdist: Log webserver binding errors even in client mode

8 years agoMerge pull request #3341 from pieterlexis/dnsdist-website
bert hubert [Sat, 6 Feb 2016 13:20:10 +0000 (14:20 +0100)]
Merge pull request #3341 from pieterlexis/dnsdist-website

ensure permissions correct when publishing dnsdist.org

8 years agoMerge pull request #3343 from rubenk/add-some-poetry-to-dnsdist-frontpage
bert hubert [Sat, 6 Feb 2016 13:19:52 +0000 (14:19 +0100)]
Merge pull request #3343 from rubenk/add-some-poetry-to-dnsdist-frontpage

dnsdist.org: add a blurb about the license

8 years agodnsdist.org: add a blurb about the license
Ruben Kerkhof [Fri, 5 Feb 2016 15:43:12 +0000 (16:43 +0100)]
dnsdist.org: add a blurb about the license

8 years agoDnsdist rpm: add license
Ruben Kerkhof [Fri, 5 Feb 2016 15:34:28 +0000 (16:34 +0100)]
Dnsdist rpm: add license

8 years agoRemove OpenSSL conditionals
Pieter Lexis [Thu, 21 Jan 2016 14:17:55 +0000 (15:17 +0100)]
Remove OpenSSL conditionals

8 years agoFail configure when OpenSSL is not found
Pieter Lexis [Thu, 21 Jan 2016 13:47:09 +0000 (14:47 +0100)]
Fail configure when OpenSSL is not found

8 years agoRemove mbedtls source
Christian Hofstaedtler [Thu, 21 Jan 2016 12:50:35 +0000 (12:50 +0000)]
Remove mbedtls source

8 years agoRemove mbedtls support
Christian Hofstaedtler [Thu, 21 Jan 2016 12:48:10 +0000 (12:48 +0000)]
Remove mbedtls support

8 years agoensure permissions correct when publishing dnsdist.org
Pieter Lexis [Fri, 5 Feb 2016 14:06:51 +0000 (15:06 +0100)]
ensure permissions correct when publishing dnsdist.org

8 years agoMerge pull request #3339 from pieterlexis/dnsdist-website
bert hubert [Fri, 5 Feb 2016 14:05:30 +0000 (15:05 +0100)]
Merge pull request #3339 from pieterlexis/dnsdist-website

Add a dnsdist website

8 years agodnsdist: Log webserver binding errors even in client mode
Remi Gacogne [Fri, 5 Feb 2016 13:49:39 +0000 (14:49 +0100)]
dnsdist: Log webserver binding errors even in client mode

Fixes #3340.

8 years agofix minor typo
Pieter Lexis [Fri, 5 Feb 2016 12:53:52 +0000 (13:53 +0100)]
fix minor typo

8 years agoAdd a dnsdist website
Pieter Lexis [Fri, 5 Feb 2016 08:05:26 +0000 (09:05 +0100)]
Add a dnsdist website

8 years agoActually test for ragel during dnsdist configure
Pieter Lexis [Thu, 4 Feb 2016 15:58:48 +0000 (16:58 +0100)]
Actually test for ragel during dnsdist configure

8 years agoMerge pull request #3135 from paddg/patch-1 dnsdist-1.0.0-alpha2
Peter van Dijk [Thu, 4 Feb 2016 15:05:29 +0000 (16:05 +0100)]
Merge pull request #3135 from paddg/patch-1

Use 56 bits instead of 64 in ECS option

8 years agoMerge pull request #3080 from stbuehler/fix-ext-json11-linking
Peter van Dijk [Thu, 4 Feb 2016 15:03:52 +0000 (16:03 +0100)]
Merge pull request #3080 from stbuehler/fix-ext-json11-linking

fix ext/json11 link directory

8 years agoMerge pull request #3172 from Whissi/complete-geobackend-removal
Peter van Dijk [Thu, 4 Feb 2016 15:03:23 +0000 (16:03 +0100)]
Merge pull request #3172 from Whissi/complete-geobackend-removal

configure: Add base check for dynmodules parameter to prevent impossible build attempts due to invalid values

8 years agoMerge pull request #3124 from pieterlexis/single-zsk-fixes
Peter van Dijk [Thu, 4 Feb 2016 14:58:56 +0000 (15:58 +0100)]
Merge pull request #3124 from pieterlexis/single-zsk-fixes

Single ZSK fixes

8 years agoMerge pull request #3283 from pieterlexis/bye-bye-cryptopp
Peter van Dijk [Thu, 4 Feb 2016 14:08:34 +0000 (15:08 +0100)]
Merge pull request #3283 from pieterlexis/bye-bye-cryptopp

Remove Crypto++ support

8 years agoMerge pull request #3284 from pieterlexis/allow-lowercase-type
Pieter Lexis [Wed, 3 Feb 2016 20:28:48 +0000 (21:28 +0100)]
Merge pull request #3284 from pieterlexis/allow-lowercase-type

Allow lowercase typeXXXX record types

8 years agoMerge pull request #3271 from pieterlexis/zoneparser-throw-on-too-many-soa-elements
Pieter Lexis [Wed, 3 Feb 2016 20:28:27 +0000 (21:28 +0100)]
Merge pull request #3271 from pieterlexis/zoneparser-throw-on-too-many-soa-elements

ZoneParser: Throw PDNSException on too many SOA data elements

8 years agolet dumresp keep stats across forks and print them
bert hubert [Wed, 3 Feb 2016 15:09:04 +0000 (16:09 +0100)]
let dumresp keep stats across forks and print them

8 years agofix layout
Peter van Dijk [Wed, 3 Feb 2016 10:18:34 +0000 (11:18 +0100)]
fix layout

8 years agoMerge pull request #3324 from Habbie/auth-3.4.8-docs
Peter van Dijk [Wed, 3 Feb 2016 09:40:43 +0000 (10:40 +0100)]
Merge pull request #3324 from Habbie/auth-3.4.8-docs

changelog for 3.4.8, master/4.x doc side

8 years agoadd 3.4.8 to secpoll
Peter van Dijk [Tue, 2 Feb 2016 16:08:00 +0000 (17:08 +0100)]
add 3.4.8 to secpoll

8 years agoauth 3.4.8 changelog
Peter van Dijk [Tue, 2 Feb 2016 15:49:39 +0000 (16:49 +0100)]
auth 3.4.8 changelog

8 years agomake sure we log if we refresh an expired dynamic rule. Closes #3323
bert hubert [Tue, 2 Feb 2016 21:29:15 +0000 (22:29 +0100)]
make sure we log if we refresh an expired dynamic rule. Closes #3323

8 years agoadd qclass dnsdist docs
bert hubert [Tue, 2 Feb 2016 20:36:42 +0000 (21:36 +0100)]
add qclass dnsdist docs

8 years agoMerge pull request #3327 from ahupowerdns/distclass
bert hubert [Tue, 2 Feb 2016 20:33:41 +0000 (21:33 +0100)]
Merge pull request #3327 from ahupowerdns/distclass

Distclass: expose qclass to dnsdist

8 years agoMerge pull request #3326 from mind04/gcc60
Peter van Dijk [Tue, 2 Feb 2016 20:23:08 +0000 (21:23 +0100)]
Merge pull request #3326 from mind04/gcc60

sync

8 years agofeed qclass into dnsdist lua rules
bert hubert [Tue, 2 Feb 2016 19:50:13 +0000 (20:50 +0100)]
feed qclass into dnsdist lua rules

8 years agoadd qclass to dnsdist (uncompiled)
bert hubert [Tue, 2 Feb 2016 19:34:21 +0000 (20:34 +0100)]
add qclass to dnsdist (uncompiled)

8 years agopdnssec: check all records (including disabled ones) in verbose mode
Kees Monshouwer [Tue, 2 Feb 2016 17:46:56 +0000 (18:46 +0100)]
pdnssec: check all records (including disabled ones) in verbose mode

8 years agoadd gcc 6.0 support to boost.m4
Kees Monshouwer [Tue, 2 Feb 2016 17:45:03 +0000 (18:45 +0100)]
add gcc 6.0 support to boost.m4

8 years agoturns out.. there is an Alert loglevel and an Emergency loglevel which we documented...
bert hubert [Tue, 2 Feb 2016 18:17:18 +0000 (19:17 +0100)]
turns out.. there is an Alert loglevel and an Emergency loglevel which we documented but did not expose to Lua. Thanks to @cyclops1982 for noticing!

8 years agoremove debugging output - it served its purpose, likely fix the random hang bug in...
bert hubert [Tue, 2 Feb 2016 15:34:03 +0000 (16:34 +0100)]
remove debugging output - it served its purpose, likely fix the random hang bug in openssl. It was not openssl's fault.

8 years agothis commit enters verbose debugging output into our packages. This is because it...
bert hubert [Tue, 2 Feb 2016 14:25:31 +0000 (15:25 +0100)]
this commit enters verbose debugging output into our packages. This is because it is the packages that have problems, not what we compile locally.

8 years agoadd set-kind to set the kind of a zone
bert hubert [Tue, 2 Feb 2016 09:39:34 +0000 (10:39 +0100)]
add set-kind to set the kind of a zone

8 years agoMerge pull request #3310 from HLFH/master
Pieter Lexis [Mon, 1 Feb 2016 10:26:33 +0000 (11:26 +0100)]
Merge pull request #3310 from HLFH/master

Improve README.md for recursor compilation

8 years agoLuaWrapper turned out not to have been 0-byte clean when pushing std::strings from...
bert hubert [Mon, 1 Feb 2016 06:29:58 +0000 (07:29 +0100)]
LuaWrapper turned out not to have been 0-byte clean when pushing std::strings from C++!

8 years agospiff up pdnsutil show-zone output even further
bert hubert [Sun, 31 Jan 2016 15:17:16 +0000 (16:17 +0100)]
spiff up pdnsutil show-zone output even further

8 years agoimprove up some pdnsutil output, make show-zone list domain metadata
bert hubert [Sat, 30 Jan 2016 15:14:14 +0000 (16:14 +0100)]
improve up some pdnsutil output, make show-zone list domain metadata

8 years agoalso list domains without a SOA record or disabled domains in pdnsutil list-all-zones...
bert hubert [Sat, 30 Jan 2016 15:13:07 +0000 (16:13 +0100)]
also list domains without a SOA record or disabled domains in pdnsutil list-all-zones closes #3318

8 years agowe don't actually depend on curses.h
bert hubert [Sat, 30 Jan 2016 14:12:16 +0000 (15:12 +0100)]
we don't actually depend on curses.h

8 years agoMerge pull request #3319 from ahupowerdns/enteractive
bert hubert [Sat, 30 Jan 2016 13:53:27 +0000 (14:53 +0100)]
Merge pull request #3319 from ahupowerdns/enteractive

PDNSUTIL EDIT-ZONE

8 years agoMerge pull request #3320 from Izlots/patch-1
Pieter Lexis [Sat, 30 Jan 2016 13:19:45 +0000 (14:19 +0100)]
Merge pull request #3320 from Izlots/patch-1

Added Debian package 3.4.1-4+deb8u4.Debian to secpoll.powerdns.com

8 years agoAdded new Debian package 3.4.1-4+deb8u4.Debian
Christian Schroer [Sat, 30 Jan 2016 10:58:42 +0000 (11:58 +0100)]
Added new Debian package 3.4.1-4+deb8u4.Debian

Both packages (3.4.1-4+deb8u4.Debian and 3.4.1-4+deb8u3) are fine from security point of view, see http://metadata.ftp-master.debian.org/changelogs/main/p/pdns/pdns_3.4.1-4+deb8u4_changelog

8 years agoalways rectify after edit-zone, make sure we clear the tmp file on (r)eedit, prevent...
bert hubert [Sat, 30 Jan 2016 12:25:00 +0000 (13:25 +0100)]
always rectify after edit-zone, make sure we clear the tmp file on (r)eedit, prevent user from applying no changes

8 years agoturn out-of-zone data into an error for check-zone. I can't ever see why it makes...
bert hubert [Sat, 30 Jan 2016 12:24:18 +0000 (13:24 +0100)]
turn out-of-zone data into an error for check-zone. I can't ever see why it makes sense but perhaps there was a reason.

8 years agoMerge pull request #3315 from mind04/recursor-dist
bert hubert [Fri, 29 Jan 2016 23:16:14 +0000 (00:16 +0100)]
Merge pull request #3315 from mind04/recursor-dist

add missing files to recursor tar.bz2

8 years agoMerge pull request #3317 from tjikkun/add_to_dist
Remi Gacogne [Fri, 29 Jan 2016 21:49:15 +0000 (22:49 +0100)]
Merge pull request #3317 from tjikkun/add_to_dist

add incfiles and src_js/ to dnsdist dist tarball

8 years agosome better reporting in create-slave-zone
bert hubert [Fri, 29 Jan 2016 21:44:30 +0000 (22:44 +0100)]
some better reporting in create-slave-zone

8 years agoadd incfiles and src_js/ to dnsdist dist tarball
Sander Hoentjen [Thu, 28 Jan 2016 20:17:04 +0000 (21:17 +0100)]
add incfiles and src_js/ to dnsdist dist tarball

This allows to regenerate the js files

8 years agoadd create-slave-zone
bert hubert [Fri, 29 Jan 2016 20:11:32 +0000 (21:11 +0100)]
add create-slave-zone

8 years agoChange 'split horizon' section into 'lua policy functoin' section
bert hubert [Fri, 29 Jan 2016 18:30:12 +0000 (19:30 +0100)]
Change 'split horizon' section into 'lua policy functoin' section

8 years agorectify-zone if required in edit-zone, clarify message about absolute paths, clarify...
bert hubert [Fri, 29 Jan 2016 12:29:44 +0000 (13:29 +0100)]
rectify-zone if required in edit-zone, clarify message about absolute paths, clarify error if editor not found

8 years agodon't sweat tailing dots on SOA records in checkZone
bert hubert [Fri, 29 Jan 2016 12:29:20 +0000 (13:29 +0100)]
don't sweat tailing dots on SOA records in checkZone

8 years agoadd pdnsutil edit-zone
bert hubert [Fri, 29 Jan 2016 10:41:57 +0000 (11:41 +0100)]
add pdnsutil edit-zone