]>
granicus.if.org Git - pdns/log
Aki Tuomi [Fri, 15 Nov 2013 08:23:56 +0000 (10:23 +0200)]
Remove +e/-e
Aki Tuomi [Tue, 12 Nov 2013 19:40:30 +0000 (21:40 +0200)]
Fixed indentation
Aki Tuomi [Tue, 12 Nov 2013 19:39:08 +0000 (21:39 +0200)]
Enclosed lua check with set +e
Aki Tuomi [Thu, 14 Nov 2013 19:43:34 +0000 (21:43 +0200)]
Fixed few nits
Aki Tuomi [Wed, 30 Oct 2013 12:16:04 +0000 (14:16 +0200)]
Load AXFR-SOURCE when provided for domains
Peter van Dijk [Mon, 18 Nov 2013 14:34:57 +0000 (06:34 -0800)]
Merge pull request #1109 from mind04/not-referenced
remove unreferenced files from source tree
Peter van Dijk [Mon, 18 Nov 2013 10:39:00 +0000 (02:39 -0800)]
Merge pull request #1108 from mind04/no-dnssec-tests
disable dnssec-only tools during non-dnssec test runs
Kees Monshouwer [Sun, 17 Nov 2013 19:36:23 +0000 (20:36 +0100)]
remove unreferenced files from source tree
for FILE in $(git ls-files pdns/*); do
git grep $(basename "$FILE") > /dev/null || echo "would remove $FILE"
done
Kees Monshouwer [Sat, 16 Nov 2013 22:24:54 +0000 (23:24 +0100)]
remove deactive zsk in tests / remove unused bind-dnssec-setup file
Kees Monshouwer [Sat, 16 Nov 2013 22:04:18 +0000 (23:04 +0100)]
only add ksk DNSKEY records to trustedkeys
Kees Monshouwer [Sat, 16 Nov 2013 21:35:06 +0000 (22:35 +0100)]
disable dnssec-only tools during non-dnssec tests
Peter van Dijk [Fri, 15 Nov 2013 09:00:26 +0000 (10:00 +0100)]
Merge branch 'master' of https://github.com/i-maravic/pdns into i-maravic-master
Peter van Dijk [Thu, 14 Nov 2013 15:13:03 +0000 (07:13 -0800)]
Merge pull request #1106 from mind04/cleanup
Cleanup
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
Kees Monshouwer [Wed, 13 Nov 2013 10:38:37 +0000 (11:38 +0100)]
remove long gone tools from pdns/Makefile.am
Kees Monshouwer [Wed, 13 Nov 2013 10:26:47 +0000 (11:26 +0100)]
remove PowerDHCP? files
Kees Monshouwer [Wed, 13 Nov 2013 09:01:12 +0000 (10:01 +0100)]
move mysql/pgsql/sqlite3 .sql files to backend directories
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
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
Kees Monshouwer [Wed, 13 Nov 2013 22:26:06 +0000 (23:26 +0100)]
pdnssec check-zone, fix DNSKEY checks
Kees Monshouwer [Tue, 12 Nov 2013 20:25:49 +0000 (21:25 +0100)]
use QClassEnum for qclass values
Kees Monshouwer [Wed, 13 Nov 2013 08:26:46 +0000 (09:26 +0100)]
remove stamp-h.in file
Kees Monshouwer [Sun, 10 Nov 2013 21:27:26 +0000 (22:27 +0100)]
disarm debug output
Kees Monshouwer [Sun, 10 Nov 2013 21:09:55 +0000 (22:09 +0100)]
remove updateDNSSECOrderAndAuthAbsolute from bind backend
Kees Monshouwer [Sun, 10 Nov 2013 20:14:23 +0000 (21:14 +0100)]
code cleanup gmysqlbackend
Kees Monshouwer [Sun, 10 Nov 2013 19:37:55 +0000 (20:37 +0100)]
remove old TODO file from bindbackend
Kees Monshouwer [Sun, 10 Nov 2013 19:25:23 +0000 (20:25 +0100)]
remove ancient INSTALL file from gmysqlbackend
Christian Hofstaedtler [Tue, 12 Nov 2013 18:48:58 +0000 (19:48 +0100)]
Fix docs for export-etc-hosts-search-suffix
Fixes #1097
Peter van Dijk [Tue, 12 Nov 2013 10:25:37 +0000 (11:25 +0100)]
fix CHAOS TXT registration for recursor (making version.bind work)
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
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
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
Peter van Dijk [Tue, 5 Nov 2013 13:02:59 +0000 (14:02 +0100)]
move variable definitions up to allow goto
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
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
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.
Christian Hofstaedtler [Mon, 21 Oct 2013 19:23:59 +0000 (21:23 +0200)]
link in yahttp
Christian Hofstaedtler [Mon, 21 Oct 2013 19:23:24 +0000 (21:23 +0200)]
Import Aki Tuomi's yahttp
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.
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.
Christian Hofstaedtler [Sun, 20 Oct 2013 15:06:05 +0000 (17:06 +0200)]
webserver: drop d_that
Christian Hofstaedtler [Sun, 20 Oct 2013 14:11:19 +0000 (16:11 +0200)]
webserver: add URL router with support for <vars>
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
Peter van Dijk [Tue, 5 Nov 2013 09:16:46 +0000 (01:16 -0800)]
Merge pull request #1095 from zeha/lang-nits
Language nits
Christian Hofstaedtler [Mon, 21 Oct 2013 08:39:23 +0000 (10:39 +0200)]
Language nits
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.)
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
Christian Hofstaedtler [Tue, 5 Nov 2013 08:23:27 +0000 (09:23 +0100)]
Restore bindparser.(h|hh) hack for newer autotools
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
Peter van Dijk [Mon, 4 Nov 2013 12:44:05 +0000 (13:44 +0100)]
actually truncate packet when setting TC, closes #1092
Peter van Dijk [Mon, 4 Nov 2013 12:29:33 +0000 (13:29 +0100)]
clarify
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
Aki Tuomi [Mon, 4 Nov 2013 09:39:53 +0000 (11:39 +0200)]
Meta docs update
Aki Tuomi [Mon, 4 Nov 2013 09:33:58 +0000 (11:33 +0200)]
Update documentation
Aki Tuomi [Mon, 4 Nov 2013 07:40:56 +0000 (09:40 +0200)]
Fix typo on deactivate-tsig-key
Aki Tuomi [Mon, 4 Nov 2013 07:40:12 +0000 (09:40 +0200)]
Fix names elsewhere too
Aki Tuomi [Mon, 4 Nov 2013 07:20:27 +0000 (09:20 +0200)]
Change enable-tsig-key to activate-tsig-key
Aki Tuomi [Mon, 4 Nov 2013 07:20:14 +0000 (09:20 +0200)]
Rename tsig management commands for consistency
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.
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
Peter van Dijk [Mon, 4 Nov 2013 07:22:54 +0000 (08:22 +0100)]
fix tinydns generate-data.sh
Peter van Dijk [Mon, 4 Nov 2013 07:14:50 +0000 (23:14 -0800)]
Merge pull request #1089 from cmouse/pdnssec-meta
Pdnssec meta
Aki Tuomi [Fri, 1 Nov 2013 21:28:10 +0000 (23:28 +0200)]
Add missing metas, sort alphabetically
Aki Tuomi [Fri, 1 Nov 2013 21:23:38 +0000 (23:23 +0200)]
Fix usage to match reality
Aki Tuomi [Fri, 1 Nov 2013 21:19:51 +0000 (23:19 +0200)]
Write all meta values instead of just first one
Aki Tuomi [Fri, 1 Nov 2013 21:19:34 +0000 (23:19 +0200)]
Implement get-meta/set-meta, also change \n to endl
Peter van Dijk [Fri, 1 Nov 2013 19:39:41 +0000 (20:39 +0100)]
bashify
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
Kees Monshouwer [Fri, 1 Nov 2013 17:19:39 +0000 (18:19 +0100)]
reduce the use of cleandig in dyndns tests
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
Kees Monshouwer [Thu, 24 Oct 2013 19:55:53 +0000 (21:55 +0200)]
update .gitignore in bindbackend directory
Kees Monshouwer [Thu, 24 Oct 2013 19:52:55 +0000 (21:52 +0200)]
nit
Kees Monshouwer [Thu, 24 Oct 2013 17:54:58 +0000 (19:54 +0200)]
move bind-dnssec.schema.sqlite3.sql.h to /pdns
Kees Monshouwer [Thu, 24 Oct 2013 17:30:59 +0000 (19:30 +0200)]
update buildscripts
Kees Monshouwer [Thu, 24 Oct 2013 16:22:18 +0000 (18:22 +0200)]
move create dnssec db from backend to pdnssec
Kees Monshouwer [Thu, 24 Oct 2013 13:48:37 +0000 (15:48 +0200)]
fix pdnssec create-bind-db
Kees Monshouwer [Wed, 23 Oct 2013 19:39:06 +0000 (21:39 +0200)]
move bindbackend to modules
Peter van Dijk [Tue, 29 Oct 2013 13:00:48 +0000 (14:00 +0100)]
move randomid to method scope; drop unused member vars
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
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.
Peter van Dijk [Mon, 28 Oct 2013 12:59:16 +0000 (05:59 -0700)]
Merge pull request #1084 from cmouse/fix-1082
Fix 1082
Aki Tuomi [Sun, 27 Oct 2013 13:46:36 +0000 (15:46 +0200)]
Changed to /usr/bin/env ruby as per request
Aki Tuomi [Sat, 26 Oct 2013 20:08:32 +0000 (23:08 +0300)]
Use sudo for ruby setup
Aki Tuomi [Sat, 26 Oct 2013 20:05:12 +0000 (23:05 +0300)]
Attempt to setup ruby before doing much
Aki Tuomi [Sat, 26 Oct 2013 20:03:15 +0000 (23:03 +0300)]
Add bundler dependencies
Aki Tuomi [Sat, 26 Oct 2013 20:03:01 +0000 (23:03 +0300)]
Use /usr/bin/ruby interprepter
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
Peter van Dijk [Sat, 26 Oct 2013 20:02:05 +0000 (22:02 +0200)]
typo, thanks seth
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
Aki Tuomi [Sat, 26 Oct 2013 19:21:07 +0000 (22:21 +0300)]
Unit test for empty lookup/list result
Aki Tuomi [Sat, 26 Oct 2013 19:20:54 +0000 (22:20 +0300)]
Fix handling of empty lookup/list result
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.
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
Peter van Dijk [Fri, 25 Oct 2013 10:19:12 +0000 (12:19 +0200)]
return 0 from serveConnection even after exceptions
Peter van Dijk [Fri, 25 Oct 2013 10:08:44 +0000 (12:08 +0200)]
add NOTICE to recursor dist, thanks @mind04
Peter van Dijk [Fri, 25 Oct 2013 09:03:49 +0000 (11:03 +0200)]
limit accidental scope expansion, thanks @zeha
Peter van Dijk [Fri, 25 Oct 2013 08:14:00 +0000 (10:14 +0200)]
add openssl linking exception to manual
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
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
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...