]> granicus.if.org Git - pdns/log
pdns
11 years agoMerge pull request #1105 from mind04/movesql
Peter van Dijk [Thu, 14 Nov 2013 15:09:37 +0000 (07:09 -0800)]
Merge pull request #1105 from mind04/movesql

move mysql/pgsql/sqlite3 .sql files to backend directories

11 years agomove mysql/pgsql/sqlite3 .sql files to backend directories
Kees Monshouwer [Wed, 13 Nov 2013 09:01:12 +0000 (10:01 +0100)]
move mysql/pgsql/sqlite3 .sql files to backend directories

11 years agoMerge pull request #1104 from mind04/pdnssec
Peter van Dijk [Thu, 14 Nov 2013 14:04:39 +0000 (06:04 -0800)]
Merge pull request #1104 from mind04/pdnssec

pdnssec check-zone, fix DNSKEY checks

11 years agoMerge pull request #1098 from zeha/fix-1097
Peter van Dijk [Thu, 14 Nov 2013 13:59:54 +0000 (05:59 -0800)]
Merge pull request #1098 from zeha/fix-1097

Fix docs for export-etc-hosts-search-suffix

11 years agopdnssec check-zone, fix DNSKEY checks
Kees Monshouwer [Wed, 13 Nov 2013 22:26:06 +0000 (23:26 +0100)]
pdnssec check-zone, fix DNSKEY checks

11 years agoFix docs for export-etc-hosts-search-suffix
Christian Hofstaedtler [Tue, 12 Nov 2013 18:48:58 +0000 (19:48 +0100)]
Fix docs for export-etc-hosts-search-suffix

Fixes #1097

11 years agofix CHAOS TXT registration for recursor (making version.bind work)
Peter van Dijk [Tue, 12 Nov 2013 10:25:37 +0000 (11:25 +0100)]
fix CHAOS TXT registration for recursor (making version.bind work)

11 years agoremove useless cast; limit udp-truncation-threshold to 512 for non-EDNS UDP queries
Peter van Dijk [Thu, 7 Nov 2013 13:45:16 +0000 (14:45 +0100)]
remove useless cast; limit udp-truncation-threshold to 512 for non-EDNS UDP queries

11 years agoavoid uninitialised res variable; don't cache any-to-tcp TC responses; ignore EDNS...
Peter van Dijk [Thu, 7 Nov 2013 13:24:30 +0000 (14:24 +0100)]
avoid uninitialised res variable; don't cache any-to-tcp TC responses; ignore EDNS bufsize on TCP; also apply udp-truncation-threshold to non-EDNS questions

11 years agoadapt udp-truncation-threshold flag to the recursor and document it
Peter van Dijk [Tue, 5 Nov 2013 13:28:06 +0000 (14:28 +0100)]
adapt udp-truncation-threshold flag to the recursor and document it

11 years agomove variable definitions up to allow goto
Peter van Dijk [Tue, 5 Nov 2013 13:02:59 +0000 (14:02 +0100)]
move variable definitions up to allow goto

11 years agoadopt any-to-tcp feature to the recursor. Based on a patch by Winfried Angele. Closes...
Peter van Dijk [Tue, 5 Nov 2013 12:53:02 +0000 (13:53 +0100)]
adopt any-to-tcp feature to the recursor. Based on a patch by Winfried Angele. Closes #836

11 years agoMerge pull request #1096 from zeha/new-urls-auth
Peter van Dijk [Tue, 5 Nov 2013 11:06:42 +0000 (03:06 -0800)]
Merge pull request #1096 from zeha/new-urls-auth

Rework webserver implementation in Auth

11 years agoswitch to yahttp in auth
Christian Hofstaedtler [Mon, 21 Oct 2013 19:24:26 +0000 (21:24 +0200)]
switch to yahttp in auth

A bit more intrusive than needed, but now everybody has a HttpResponse
object.

11 years agolink in yahttp
Christian Hofstaedtler [Mon, 21 Oct 2013 19:23:59 +0000 (21:23 +0200)]
link in yahttp

11 years agoImport Aki Tuomi's yahttp
Christian Hofstaedtler [Mon, 21 Oct 2013 19:23:24 +0000 (21:23 +0200)]
Import Aki Tuomi's yahttp

11 years agowebserver: first batch of new API URLs
Christian Hofstaedtler [Sun, 20 Oct 2013 16:34:44 +0000 (18:34 +0200)]
webserver: first batch of new API URLs

Note that return data is still in old format.

11 years agowebserver: bundle all request data into class HttpRequest
Christian Hofstaedtler [Sun, 20 Oct 2013 16:01:40 +0000 (18:01 +0200)]
webserver: bundle all request data into class HttpRequest

Now, pathArgs could actually be used by handlers.

11 years agowebserver: drop d_that
Christian Hofstaedtler [Sun, 20 Oct 2013 15:06:05 +0000 (17:06 +0200)]
webserver: drop d_that

11 years agowebserver: add URL router with support for <vars>
Christian Hofstaedtler [Sun, 20 Oct 2013 14:11:19 +0000 (16:11 +0200)]
webserver: add URL router with support for <vars>

11 years agoMerge pull request #1094 from zeha/correct-overloading
Peter van Dijk [Tue, 5 Nov 2013 09:28:24 +0000 (01:28 -0800)]
Merge pull request #1094 from zeha/correct-overloading

correct overloading of feedRecord

11 years agoMerge pull request #1095 from zeha/lang-nits
Peter van Dijk [Tue, 5 Nov 2013 09:16:46 +0000 (01:16 -0800)]
Merge pull request #1095 from zeha/lang-nits

Language nits

11 years agoLanguage nits
Christian Hofstaedtler [Mon, 21 Oct 2013 08:39:23 +0000 (10:39 +0200)]
Language nits

11 years agocorrect overloading of feedRecord
Christian Hofstaedtler [Sun, 20 Oct 2013 22:55:16 +0000 (00:55 +0200)]
correct overloading of feedRecord

G++ 4.8 does not warn about this, but clearly an overload with the
wrong signature will not work when called through a base class pointer.
(clang++ 3.3 produces a diagnostic.)

11 years agoMerge pull request #1093 from zeha/restore-bindparser-h
Peter van Dijk [Tue, 5 Nov 2013 09:02:55 +0000 (01:02 -0800)]
Merge pull request #1093 from zeha/restore-bindparser-h

Restore bindparser.(h|hh) hack for newer autotools

11 years agoRestore bindparser.(h|hh) hack for newer autotools
Christian Hofstaedtler [Tue, 5 Nov 2013 08:23:27 +0000 (09:23 +0100)]
Restore bindparser.(h|hh) hack for newer autotools

11 years agoMerge pull request #1090 from cmouse/fix-pdnssec-tsig-commands
Peter van Dijk [Mon, 4 Nov 2013 12:47:35 +0000 (04:47 -0800)]
Merge pull request #1090 from cmouse/fix-pdnssec-tsig-commands

Fix pdnssec tsig commands

11 years agoactually truncate packet when setting TC, closes #1092
Peter van Dijk [Mon, 4 Nov 2013 12:44:05 +0000 (13:44 +0100)]
actually truncate packet when setting TC, closes #1092

11 years agoclarify
Peter van Dijk [Mon, 4 Nov 2013 12:29:33 +0000 (13:29 +0100)]
clarify

11 years agoMerge pull request #1091 from cmouse/pdnssec-meta-docs
Peter van Dijk [Mon, 4 Nov 2013 09:42:20 +0000 (01:42 -0800)]
Merge pull request #1091 from cmouse/pdnssec-meta-docs

Meta docs update

11 years agoMeta docs update
Aki Tuomi [Mon, 4 Nov 2013 09:39:53 +0000 (11:39 +0200)]
Meta docs update

11 years agoUpdate documentation
Aki Tuomi [Mon, 4 Nov 2013 09:33:58 +0000 (11:33 +0200)]
Update documentation

11 years agoFix typo on deactivate-tsig-key
Aki Tuomi [Mon, 4 Nov 2013 07:40:56 +0000 (09:40 +0200)]
Fix typo on deactivate-tsig-key

11 years agoFix names elsewhere too
Aki Tuomi [Mon, 4 Nov 2013 07:40:12 +0000 (09:40 +0200)]
Fix names elsewhere too

11 years agoChange enable-tsig-key to activate-tsig-key
Aki Tuomi [Mon, 4 Nov 2013 07:20:27 +0000 (09:20 +0200)]
Change enable-tsig-key to activate-tsig-key

11 years agoRename tsig management commands for consistency
Aki Tuomi [Mon, 4 Nov 2013 07:20:14 +0000 (09:20 +0200)]
Rename tsig management commands for consistency

11 years agoMerge pull request #1062 from jhcloos/inet
Peter van Dijk [Mon, 4 Nov 2013 08:23:10 +0000 (00:23 -0800)]
Merge pull request #1062 from jhcloos/inet

Use the inet data type for supermasters.ip on postgrsql.

11 years agoMerge pull request #1080 from mind04/bind3
Peter van Dijk [Mon, 4 Nov 2013 08:13:47 +0000 (00:13 -0800)]
Merge pull request #1080 from mind04/bind3

Bind backend is now a real module

11 years agofix tinydns generate-data.sh
Peter van Dijk [Mon, 4 Nov 2013 07:22:54 +0000 (08:22 +0100)]
fix tinydns generate-data.sh

11 years agoMerge pull request #1089 from cmouse/pdnssec-meta
Peter van Dijk [Mon, 4 Nov 2013 07:14:50 +0000 (23:14 -0800)]
Merge pull request #1089 from cmouse/pdnssec-meta

Pdnssec meta

11 years agoAdd missing metas, sort alphabetically
Aki Tuomi [Fri, 1 Nov 2013 21:28:10 +0000 (23:28 +0200)]
Add missing metas, sort alphabetically

11 years agoFix usage to match reality
Aki Tuomi [Fri, 1 Nov 2013 21:23:38 +0000 (23:23 +0200)]
Fix usage to match reality

11 years agoWrite all meta values instead of just first one
Aki Tuomi [Fri, 1 Nov 2013 21:19:51 +0000 (23:19 +0200)]
Write all meta values instead of just first one

11 years agoImplement get-meta/set-meta, also change \n to endl
Aki Tuomi [Fri, 1 Nov 2013 21:19:34 +0000 (23:19 +0200)]
Implement get-meta/set-meta, also change \n to endl

11 years agobashify
Peter van Dijk [Fri, 1 Nov 2013 19:39:41 +0000 (20:39 +0100)]
bashify

11 years agoMerge pull request #1088 from mind04/dyndns
Peter van Dijk [Fri, 1 Nov 2013 18:01:51 +0000 (11:01 -0700)]
Merge pull request #1088 from mind04/dyndns

reduce the use of cleandig in dyndns tests

11 years agoreduce the use of cleandig in dyndns tests
Kees Monshouwer [Fri, 1 Nov 2013 17:19:39 +0000 (18:19 +0100)]
reduce the use of cleandig in dyndns tests

11 years agodrop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is...
Peter van Dijk [Fri, 1 Nov 2013 12:31:27 +0000 (13:31 +0100)]
drop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is what we build on

11 years agoupdate .gitignore in bindbackend directory
Kees Monshouwer [Thu, 24 Oct 2013 19:55:53 +0000 (21:55 +0200)]
update .gitignore in bindbackend directory

11 years agonit
Kees Monshouwer [Thu, 24 Oct 2013 19:52:55 +0000 (21:52 +0200)]
nit

11 years agomove bind-dnssec.schema.sqlite3.sql.h to /pdns
Kees Monshouwer [Thu, 24 Oct 2013 17:54:58 +0000 (19:54 +0200)]
move bind-dnssec.schema.sqlite3.sql.h to /pdns

11 years agoupdate buildscripts
Kees Monshouwer [Thu, 24 Oct 2013 17:30:59 +0000 (19:30 +0200)]
update buildscripts

11 years agomove create dnssec db from backend to pdnssec
Kees Monshouwer [Thu, 24 Oct 2013 16:22:18 +0000 (18:22 +0200)]
move create dnssec db from backend to pdnssec

11 years agofix pdnssec create-bind-db
Kees Monshouwer [Thu, 24 Oct 2013 13:48:37 +0000 (15:48 +0200)]
fix pdnssec create-bind-db

11 years agomove bindbackend to modules
Kees Monshouwer [Wed, 23 Oct 2013 19:39:06 +0000 (21:39 +0200)]
move bindbackend to modules

11 years agomove randomid to method scope; drop unused member vars
Peter van Dijk [Tue, 29 Oct 2013 13:00:48 +0000 (14:00 +0100)]
move randomid to method scope; drop unused member vars

11 years agoMerge branch 'remove-windows-services' of github.com:zeha/pdns into zeha-remove-windo...
Peter van Dijk [Tue, 29 Oct 2013 11:08:08 +0000 (12:08 +0100)]
Merge branch 'remove-windows-services' of github.com:zeha/pdns into zeha-remove-windows-services

11 years agoMerge pull request #1076 from zmallen/master
Peter van Dijk [Tue, 29 Oct 2013 10:17:30 +0000 (03:17 -0700)]
Merge pull request #1076 from zmallen/master

Enhancement for Issue #1074.

11 years agoMerge pull request #1084 from cmouse/fix-1082
Peter van Dijk [Mon, 28 Oct 2013 12:59:16 +0000 (05:59 -0700)]
Merge pull request #1084 from cmouse/fix-1082

Fix 1082

11 years agoChanged to /usr/bin/env ruby as per request
Aki Tuomi [Sun, 27 Oct 2013 13:46:36 +0000 (15:46 +0200)]
Changed to /usr/bin/env ruby as per request

11 years agoUse sudo for ruby setup
Aki Tuomi [Sat, 26 Oct 2013 20:08:32 +0000 (23:08 +0300)]
Use sudo for ruby setup

11 years agoAttempt to setup ruby before doing much
Aki Tuomi [Sat, 26 Oct 2013 20:05:12 +0000 (23:05 +0300)]
Attempt to setup ruby before doing much

11 years agoAdd bundler dependencies
Aki Tuomi [Sat, 26 Oct 2013 20:03:15 +0000 (23:03 +0300)]
Add bundler dependencies

11 years agoUse /usr/bin/ruby interprepter
Aki Tuomi [Sat, 26 Oct 2013 20:03:01 +0000 (23:03 +0300)]
Use /usr/bin/ruby interprepter

11 years agoAdd missing deps to EXTRA_DIST, make clean now removes test binaries
Aki Tuomi [Sat, 26 Oct 2013 20:02:38 +0000 (23:02 +0300)]
Add missing deps to EXTRA_DIST, make clean now removes test binaries

11 years agotypo, thanks seth
Peter van Dijk [Sat, 26 Oct 2013 20:02:05 +0000 (22:02 +0200)]
typo, thanks seth

11 years agoMerge pull request #1083 from cmouse/remotebackend-handle-empty-result
Peter van Dijk [Sat, 26 Oct 2013 19:52:10 +0000 (12:52 -0700)]
Merge pull request #1083 from cmouse/remotebackend-handle-empty-result

Remotebackend handle empty result

11 years agoUnit test for empty lookup/list result
Aki Tuomi [Sat, 26 Oct 2013 19:21:07 +0000 (22:21 +0300)]
Unit test for empty lookup/list result

11 years agoFix handling of empty lookup/list result
Aki Tuomi [Sat, 26 Oct 2013 19:20:54 +0000 (22:20 +0300)]
Fix handling of empty lookup/list result

11 years agoCleaned up commits as seen by Habbie's comment. Updated scripting xml file with a...
Zack A [Fri, 25 Oct 2013 13:49:58 +0000 (09:49 -0400)]
Cleaned up commits as seen by Habbie's comment. Updated scripting xml file with a table of new entries. Added some new pdnslog functions within the powerdns-example-script.lua to show new functionality.

11 years agoEnhancement for Issue #1074. Added operator overload for pdnslog() to accept a log...
Zack A [Tue, 22 Oct 2013 16:27:07 +0000 (12:27 -0400)]
Enhancement for Issue #1074. Added operator overload for pdnslog() to accept a log level when writing out to syslog. Added syslog levels to global lua table which correspond to the second argument in pdnslog. Example: pdnslog(INFO, pdnslog.Info), pdnslog(DEBUG, pdnslog.Debug) , these all correspond to their name in the Urgency enum

11 years agoreturn 0 from serveConnection even after exceptions
Peter van Dijk [Fri, 25 Oct 2013 10:19:12 +0000 (12:19 +0200)]
return 0 from serveConnection even after exceptions

11 years agoadd NOTICE to recursor dist, thanks @mind04
Peter van Dijk [Fri, 25 Oct 2013 10:08:44 +0000 (12:08 +0200)]
add NOTICE to recursor dist, thanks @mind04

11 years agolimit accidental scope expansion, thanks @zeha
Peter van Dijk [Fri, 25 Oct 2013 09:03:49 +0000 (11:03 +0200)]
limit accidental scope expansion, thanks @zeha

11 years agoadd openssl linking exception to manual
Peter van Dijk [Fri, 25 Oct 2013 08:14:00 +0000 (10:14 +0200)]
add openssl linking exception to manual

11 years agomake OpenSSL linking exception more prominent - note that this has always applied...
Peter van Dijk [Fri, 25 Oct 2013 08:05:45 +0000 (10:05 +0200)]
make OpenSSL linking exception more prominent - note that this has always applied! Fixes #1078, thanks @Zugschlus

11 years agoremove outdated LICENSE file as we also have a more recent COPYING
Peter van Dijk [Fri, 25 Oct 2013 07:42:42 +0000 (09:42 +0200)]
remove outdated LICENSE file as we also have a more recent COPYING

11 years agoMerge pull request #1079 from Zugschlus/master
Peter van Dijk [Fri, 25 Oct 2013 07:41:28 +0000 (00:41 -0700)]
Merge pull request #1079 from Zugschlus/master

add OpenSSL exception to PowerDNS, Netherlabs, van Dijk and Hubert copyr...

11 years agoMerge pull request #1081 from mind04/windows
Peter van Dijk [Fri, 25 Oct 2013 07:35:18 +0000 (00:35 -0700)]
Merge pull request #1081 from mind04/windows

remove windows code from parser

11 years agoremove windows code from parser
Kees Monshouwer [Thu, 24 Oct 2013 20:02:53 +0000 (22:02 +0200)]
remove windows code from parser

11 years agoforce ragel alphtype to unsigned char, fixing non-ASCII TXT parsing on signed char...
Peter van Dijk [Thu, 24 Oct 2013 18:26:48 +0000 (20:26 +0200)]
force ragel alphtype to unsigned char, fixing non-ASCII TXT parsing on signed char platforms like s390x

11 years agoadd OpenSSL exception to PowerDNS, Netherlabs, van Dijk and Hubert copyrights
Marc Haber [Thu, 24 Oct 2013 13:52:16 +0000 (15:52 +0200)]
add OpenSSL exception to PowerDNS, Netherlabs, van Dijk and Hubert copyrights

11 years agoMerge pull request #1077 from rubenk/hardcoded-make
Peter van Dijk [Thu, 24 Oct 2013 09:25:21 +0000 (02:25 -0700)]
Merge pull request #1077 from rubenk/hardcoded-make

Replace hardcoded make with variable

11 years agoReplace hardcoded make with variable
Ruben Kerkhof [Wed, 23 Oct 2013 14:34:47 +0000 (16:34 +0200)]
Replace hardcoded make with variable

This fixes a warning when running make -j n

11 years agofix base64 decoding for big endian archs on which long is not 32 bits (like s390x)
Peter van Dijk [Tue, 22 Oct 2013 21:26:13 +0000 (23:26 +0200)]
fix base64 decoding for big endian archs on which long is not 32 bits (like s390x)

11 years agoremove windows service entry points
Christian Hofstaedtler [Tue, 22 Oct 2013 14:25:48 +0000 (16:25 +0200)]
remove windows service entry points

11 years agoMerge pull request #1027 from paboldin/bind-lock-file
Peter van Dijk [Tue, 22 Oct 2013 09:06:57 +0000 (02:06 -0700)]
Merge pull request #1027 from paboldin/bind-lock-file

bind-supermaster-lock: use different lock for supermaster config file

11 years agodrop ltmain
Peter van Dijk [Mon, 21 Oct 2013 12:04:23 +0000 (14:04 +0200)]
drop ltmain

11 years agospelling, mostly thanks to codespell
Peter van Dijk [Mon, 21 Oct 2013 12:23:31 +0000 (14:23 +0200)]
spelling, mostly thanks to codespell

11 years agoMerge pull request #1068 from rubenk/spelling
Peter van Dijk [Mon, 21 Oct 2013 11:23:02 +0000 (04:23 -0700)]
Merge pull request #1068 from rubenk/spelling

Fix some spelling errors

11 years agoMerge pull request #1072 from zmallen/master
Peter van Dijk [Mon, 21 Oct 2013 11:10:56 +0000 (04:10 -0700)]
Merge pull request #1072 from zmallen/master

Issue #1067. Moved pdnslog and matchnetmask to lines 231-235 to allow fo...

11 years agoMerge pull request #1071 from zeha/setfresh_uint32
Peter van Dijk [Mon, 21 Oct 2013 10:26:56 +0000 (03:26 -0700)]
Merge pull request #1071 from zeha/setfresh_uint32

bring all setFresh definitions in sync

11 years agoMerge pull request #1073 from mind04/windows
Peter van Dijk [Mon, 21 Oct 2013 10:26:17 +0000 (03:26 -0700)]
Merge pull request #1073 from mind04/windows

remove more windows stuff

11 years agoIssue #1067. Moved pdnslog and matchnetmask to lines 231-235 to allow for these funct...
Zack A [Mon, 21 Oct 2013 00:09:04 +0000 (20:09 -0400)]
Issue #1067. Moved pdnslog and matchnetmask to lines 231-235 to allow for these functions to be globally accessible outside the scope of the pdns-recursor pre-reserved functions

11 years agoRemove comment about unsigned mismatch from oraclebackend
Christian Hofstaedtler [Sun, 20 Oct 2013 22:58:48 +0000 (00:58 +0200)]
Remove comment about unsigned mismatch from oraclebackend

Now that the docs are correct, we no longer need the comment ;-)

11 years agoremove more windows stuff
Kees Monshouwer [Sun, 20 Oct 2013 21:01:34 +0000 (23:01 +0200)]
remove more windows stuff

11 years agoMerge pull request #1070 from rubenk/compile-warning
Peter van Dijk [Sun, 20 Oct 2013 20:48:41 +0000 (13:48 -0700)]
Merge pull request #1070 from rubenk/compile-warning

Fix a warning during compilation

11 years agoFix a warning during compilation
Ruben Kerkhof [Sun, 20 Oct 2013 19:50:32 +0000 (21:50 +0200)]
Fix a warning during compilation

11 years agobring all setFresh definitions in sync
Christian Hofstaedtler [Sun, 20 Oct 2013 13:04:34 +0000 (15:04 +0200)]
bring all setFresh definitions in sync

11 years agoFix some spelling errors
Ruben Kerkhof [Sun, 20 Oct 2013 12:18:41 +0000 (14:18 +0200)]
Fix some spelling errors

Found with codespell (https://github.com/lucasdemarchi/codespell)