]>
granicus.if.org Git - pdns/log
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...
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
Kees Monshouwer [Thu, 24 Oct 2013 20:02:53 +0000 (22:02 +0200)]
remove windows code from parser
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
Marc Haber [Thu, 24 Oct 2013 13:52:16 +0000 (15:52 +0200)]
add OpenSSL exception to PowerDNS, Netherlabs, van Dijk and Hubert copyrights
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
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
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)
Christian Hofstaedtler [Tue, 22 Oct 2013 14:25:48 +0000 (16:25 +0200)]
remove windows service entry points
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
Peter van Dijk [Mon, 21 Oct 2013 12:04:23 +0000 (14:04 +0200)]
drop ltmain
Peter van Dijk [Mon, 21 Oct 2013 12:23:31 +0000 (14:23 +0200)]
spelling, mostly thanks to codespell
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
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...
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
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
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
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 ;-)
Kees Monshouwer [Sun, 20 Oct 2013 21:01:34 +0000 (23:01 +0200)]
remove more windows stuff
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
Ruben Kerkhof [Sun, 20 Oct 2013 19:50:32 +0000 (21:50 +0200)]
Fix a warning during compilation
Christian Hofstaedtler [Sun, 20 Oct 2013 13:04:34 +0000 (15:04 +0200)]
bring all setFresh definitions in sync
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)
Peter van Dijk [Fri, 18 Oct 2013 13:03:05 +0000 (15:03 +0200)]
nit
Peter van Dijk [Thu, 17 Oct 2013 18:00:35 +0000 (11:00 -0700)]
Merge pull request #1064 from mind04/dist-recursor
add dist-recursor to travis.yml
Peter van Dijk [Thu, 17 Oct 2013 18:00:25 +0000 (11:00 -0700)]
Merge pull request #1065 from mind04/manpage
s/dnswasher/dnsreplay in dnsreplay manpage
Kees Monshouwer [Thu, 17 Oct 2013 17:14:32 +0000 (19:14 +0200)]
add dist-recursor to travis.yml
Peter van Dijk [Thu, 17 Oct 2013 17:07:10 +0000 (19:07 +0200)]
drop rest of windows files from dist-recursor
Peter van Dijk [Thu, 17 Oct 2013 16:58:04 +0000 (18:58 +0200)]
drop windows files from dist-recursor
Peter van Dijk [Thu, 17 Oct 2013 16:42:57 +0000 (09:42 -0700)]
Merge pull request #1043 from mind04/windows
remove all windows code from PowerDNS
Peter van Dijk [Thu, 17 Oct 2013 16:31:35 +0000 (09:31 -0700)]
Merge pull request #1063 from rubenk/autoconf
Some updates for configure.ac.
Peter van Dijk [Thu, 17 Oct 2013 13:42:19 +0000 (15:42 +0200)]
also support polarssl 1.2.9+
Peter van Dijk [Thu, 17 Oct 2013 12:42:29 +0000 (14:42 +0200)]
support polarssl 1.3
Ruben Kerkhof [Wed, 16 Oct 2013 17:02:16 +0000 (19:02 +0200)]
The boost macro's require a newer autoconf
They depend on among other things AC_PROG_GREP
which was introduced in autoconf 2.60
Ruben Kerkhof [Wed, 16 Oct 2013 17:01:30 +0000 (19:01 +0200)]
Replace another obsolete macro
Ruben Kerkhof [Wed, 16 Oct 2013 16:24:24 +0000 (18:24 +0200)]
AC_OUTPUT with arguments is obsolete
Ruben Kerkhof [Wed, 16 Oct 2013 15:52:43 +0000 (17:52 +0200)]
Replace deprecated AC_HELP_STRING macro
Ruben Kerkhof [Wed, 16 Oct 2013 15:47:30 +0000 (17:47 +0200)]
Replace deprecated macro
Peter van Dijk [Wed, 16 Oct 2013 05:00:03 +0000 (22:00 -0700)]
Merge pull request #1061 from zeha/drop-autotools-dupes
Drop autotools files that shouldn't be there
Kees Monshouwer [Wed, 9 Oct 2013 22:33:24 +0000 (00:33 +0200)]
s/dnswasher/dnsreplay in dnsreplay manpage
Christian Hofstaedtler [Tue, 15 Oct 2013 18:39:05 +0000 (20:39 +0200)]
Drop autotools files that shouldn't be there
Kees Monshouwer [Thu, 3 Oct 2013 21:08:53 +0000 (23:08 +0200)]
remove all windows code from PowerDNS
Peter van Dijk [Tue, 15 Oct 2013 14:10:07 +0000 (16:10 +0200)]
don't rely on included polarssl header files when using system polarssl. Spotted by Oden Eriksson of Mandriva, thanks!
Peter van Dijk [Tue, 15 Oct 2013 12:47:29 +0000 (05:47 -0700)]
Merge pull request #1059 from zeha/reduce-gsql-diff
Reduce gsql bitrot
Peter van Dijk [Tue, 15 Oct 2013 12:44:29 +0000 (05:44 -0700)]
Merge pull request #1057 from zeha/f/remove-godbc
Remove godbcbackend
Peter van Dijk [Tue, 15 Oct 2013 12:27:55 +0000 (05:27 -0700)]
Merge pull request #1056 from zeha/f/stuff
Miscellanea
Christian Hofstaedtler [Tue, 15 Oct 2013 12:14:13 +0000 (14:14 +0200)]
Add missing insert queries to goraclebackend
Untested because I have no Oracle install.
Christian Hofstaedtler [Tue, 15 Oct 2013 12:11:08 +0000 (14:11 +0200)]
Remove mostly nonfunctional diff. in gsqlbackends
Makes for easier diffing of g*sqlbackend code
Christian Hofstaedtler [Tue, 15 Oct 2013 11:15:39 +0000 (13:15 +0200)]
Remove godbcbackend
Peter van Dijk [Tue, 15 Oct 2013 11:28:07 +0000 (04:28 -0700)]
Merge pull request #1058 from zeha/mark-db2-unsupp
Mark DB2 backend as unsupported
Christian Hofstaedtler [Tue, 15 Oct 2013 11:27:07 +0000 (13:27 +0200)]
Mark DB2 backend as unsupported
Peter van Dijk [Tue, 15 Oct 2013 11:20:55 +0000 (13:20 +0200)]
drop obsolete build scripts
Christian Hofstaedtler [Tue, 15 Oct 2013 10:45:12 +0000 (12:45 +0200)]
Remove duplicate INSTALL file
Christian Hofstaedtler [Tue, 15 Oct 2013 10:42:31 +0000 (12:42 +0200)]
Remove old TODO files
Christian Hofstaedtler [Tue, 15 Oct 2013 10:41:37 +0000 (12:41 +0200)]
Remove duplicate README file
Christian Hofstaedtler [Tue, 15 Oct 2013 10:40:06 +0000 (12:40 +0200)]
Remove unused precursor init script
There's another one in pdns_recursor.init.d, which is the one that's
actually distributed.
Christian Hofstaedtler [Tue, 15 Oct 2013 10:39:45 +0000 (12:39 +0200)]
Remove unused pathconfig files
Apparently from 1.x binary installer area.
Christian Hofstaedtler [Tue, 15 Oct 2013 10:35:14 +0000 (12:35 +0200)]
Remove --bare from zone2sql man page
This option does not exist.
Christian Hofstaedtler [Tue, 15 Oct 2013 10:33:56 +0000 (12:33 +0200)]
Fix Short-Description in pdns-recursor.init.d
S-D is used to display what's going on in at least some init systems,
so make it a bit more descriptive.
Peter van Dijk [Tue, 15 Oct 2013 10:07:22 +0000 (03:07 -0700)]
Merge pull request #1055 from zeha/f/autotools
Remove unused tests from configure
Peter van Dijk [Tue, 15 Oct 2013 09:52:55 +0000 (02:52 -0700)]
Merge pull request #1054 from zeha/f/typos
Fix some typos
Christian Hofstaedtler [Tue, 15 Oct 2013 09:51:20 +0000 (11:51 +0200)]
Fix gramm-o found by lintian
Christian Hofstaedtler [Tue, 15 Oct 2013 09:44:15 +0000 (11:44 +0200)]
Fix spelling errors found by lintian
Christian Hofstaedtler [Tue, 15 Oct 2013 09:20:17 +0000 (11:20 +0200)]
Remove unused tests from configure
Peter van Dijk [Mon, 14 Oct 2013 20:09:45 +0000 (13:09 -0700)]
Merge pull request #1047 from zeha/f/mysqlbackend
Remove traces of mysqlbackend
Peter van Dijk [Mon, 14 Oct 2013 20:07:16 +0000 (13:07 -0700)]
Merge pull request #1053 from zeha/f/kill-showvar
Remove 11yrs old, unused showvar.in
Christian Hofstaedtler [Mon, 14 Oct 2013 19:19:16 +0000 (21:19 +0200)]
Remove 11yrs old, unused showvar.in
Nobody uses this anymore, and this project hasn't been ahudns for a while.
Peter van Dijk [Mon, 14 Oct 2013 13:30:24 +0000 (06:30 -0700)]
Merge pull request #1050 from rubenk/nit
Fix typo
Peter van Dijk [Mon, 14 Oct 2013 13:29:47 +0000 (06:29 -0700)]
Merge pull request #1052 from rubenk/typo_in_comment
Fix typo in comment
Peter van Dijk [Mon, 14 Oct 2013 13:21:07 +0000 (06:21 -0700)]
Merge pull request #1046 from zeha/f/update-domain
Add PUT for zones
Christian Hofstaedtler [Sat, 5 Oct 2013 17:16:17 +0000 (19:16 +0200)]
ws: rework exception/error handling
HTTP-level errors now cause HttpExceptions, and generate corresponding
HTTP status replies. Those replies can be served as HTML, JSON or plain
text, depending on what the client wanted.
Also, this gets rid of the old "class Exception", and duplicate catch
statements, because SessionException is a PDNSException already.