]>
granicus.if.org Git - pdns/log
bert hubert [Sat, 24 Jan 2015 12:45:28 +0000 (13:45 +0100)]
add some more microbenchmarks, move speedtest to CPUTime instead of wallclock
Peter van Dijk [Fri, 23 Jan 2015 11:19:10 +0000 (12:19 +0100)]
Merge pull request #2112 from rubenk/reduce-nr-of-shell-invocations-in-recursor
Reduce number of shell invocations in recursor
Peter van Dijk [Fri, 23 Jan 2015 11:16:50 +0000 (12:16 +0100)]
Merge pull request #2110 from mind04/label
check label and name length in xfrLabel()
Peter van Dijk [Fri, 23 Jan 2015 09:33:04 +0000 (10:33 +0100)]
Merge pull request #2102 from pieterlexis/issue-2058-Fix-Anchors
Fix anchors in docs and add a check possibility
Peter van Dijk [Thu, 22 Jan 2015 17:17:18 +0000 (18:17 +0100)]
Merge pull request #2089 from pieterlexis/issue-2085-Document-pdns_control-commands
Document missing options in pdns_control.1
Pieter Lexis [Tue, 20 Jan 2015 17:11:12 +0000 (18:11 +0100)]
Have travis check the links in the docs
Pieter Lexis [Tue, 20 Jan 2015 07:10:35 +0000 (08:10 +0100)]
Add optional linkchecker for documentation
* This allows all internal links (including anchors) in the
documentation to be verified.
Pieter Lexis [Mon, 19 Jan 2015 17:28:43 +0000 (18:28 +0100)]
Fix all internal links (also for anchors)
* Closes #2058
bert hubert [Thu, 22 Jan 2015 16:00:49 +0000 (17:00 +0100)]
improve error message for 'too much time spent'
bert hubert [Thu, 22 Jan 2015 15:56:21 +0000 (16:56 +0100)]
update the clock because we now make decisions on absolutely correct times
Ruben Kerkhof [Thu, 22 Jan 2015 15:07:31 +0000 (16:07 +0100)]
Reduce number of shell invocations in recursor
6e4dfa7e39 fixed this for auth, but we forgot to do this for the
recursor.
Peter van Dijk [Thu, 22 Jan 2015 14:05:00 +0000 (15:05 +0100)]
Merge pull request #2109 from mind04/yahttp
remove debug output in yahttp reqresp.hpp
bert hubert [Thu, 22 Jan 2015 12:56:25 +0000 (13:56 +0100)]
weird..
bert hubert [Thu, 22 Jan 2015 12:02:35 +0000 (13:02 +0100)]
we attempted to store string versions of addresses in comboaddress based ringbuffer for corrupt queries
bert hubert [Thu, 22 Jan 2015 11:57:52 +0000 (12:57 +0100)]
whitespace + better error message for ringbuffer error
bert hubert [Thu, 22 Jan 2015 11:54:39 +0000 (12:54 +0100)]
and update soa serial for secpoll.zone
bert hubert [Thu, 22 Jan 2015 11:50:42 +0000 (12:50 +0100)]
Changelog for 3.7.0-RC1, plus add mechanics for autoreplacing git hashes with github links in changelog.md.raw.
bert hubert [Thu, 22 Jan 2015 10:26:09 +0000 (11:26 +0100)]
I know, a kitten dies every time I do this. Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Thu, 22 Jan 2015 10:25:44 +0000 (11:25 +0100)]
make sure pdnssec emits error messages about inability to load a backend, and not die silently
bert hubert [Thu, 22 Jan 2015 10:16:35 +0000 (11:16 +0100)]
our logger is now so lockfree the output became hella ugly on console output, tweaked it a bit
bert hubert [Thu, 22 Jan 2015 09:53:20 +0000 (10:53 +0100)]
add 3.7.0-rc1 to zone
Kees Monshouwer [Wed, 21 Jan 2015 10:26:45 +0000 (11:26 +0100)]
tests for label and name length check in xfrLabel()
Kees Monshouwer [Wed, 21 Jan 2015 10:26:33 +0000 (11:26 +0100)]
check label and name length in xfrLabel()
bert hubert [Wed, 21 Jan 2015 15:09:46 +0000 (16:09 +0100)]
more docs
Kees Monshouwer [Wed, 21 Jan 2015 11:34:29 +0000 (12:34 +0100)]
remove debug output in yahttp reqresp.hpp
bert hubert [Wed, 21 Jan 2015 11:21:38 +0000 (12:21 +0100)]
implement max-tot-msec wallclock time limit per query (needs docs)
bert hubert [Wed, 21 Jan 2015 11:21:03 +0000 (12:21 +0100)]
fix up documentation error for ipfilter
bert hubert [Tue, 20 Jan 2015 21:03:31 +0000 (22:03 +0100)]
add ipfilter() lua hook, document it and also preoutquery. Cache which lua functions are defined, shaving a few microseconds per undefined hook. Feed preoutquery the address of the original requestor, which might then be added to an ipset for use by ipfilter. Update our example scripts.
bert hubert [Tue, 20 Jan 2015 20:01:32 +0000 (21:01 +0100)]
retune loglevels for quiet=no query logging but also make sure we print those lines with quiet=no
bert hubert [Tue, 20 Jan 2015 19:56:24 +0000 (20:56 +0100)]
make printing of netmasks and netmask groups from lua a bit easier
Peter van Dijk [Tue, 20 Jan 2015 13:53:30 +0000 (14:53 +0100)]
Merge pull request #2077 from mind04/secpoll
limit long version strings to 63 characters and catch exceptions in secpoll
bert hubert [Tue, 20 Jan 2015 09:20:03 +0000 (10:20 +0100)]
lua iputils ipset was accidentally port number sensitive. it is not an ipportset.
Peter van Dijk [Tue, 20 Jan 2015 08:59:29 +0000 (09:59 +0100)]
Merge pull request #2101 from cmouse/yahttp-upgrade-0.1.5
Upgrade YaHTTP to 0.1.5
Aki Tuomi [Mon, 19 Jan 2015 20:28:41 +0000 (22:28 +0200)]
Upgrade to 0.1.5
bert hubert [Mon, 19 Jan 2015 09:34:02 +0000 (10:34 +0100)]
tone down loglevels for some things that aren't warnings or should be behind log-common-errors
Peter van Dijk [Mon, 19 Jan 2015 09:24:49 +0000 (10:24 +0100)]
Merge pull request #2097 from mind04/lua53-1
use luaL_checkinteger for Lua 5.3
Kees Monshouwer [Mon, 19 Jan 2015 09:18:53 +0000 (10:18 +0100)]
use luaL_checkinteger for Lua 5.3
Peter van Dijk [Mon, 19 Jan 2015 08:45:24 +0000 (09:45 +0100)]
Merge pull request #2096 from mind04/lua53
Lua 5.3 in recursor testbuild spec
Kees Monshouwer [Mon, 19 Jan 2015 08:42:34 +0000 (09:42 +0100)]
Lua 5.3 in recursor testbuild spec
Peter van Dijk [Mon, 19 Jan 2015 07:59:45 +0000 (08:59 +0100)]
Merge pull request #2091 from rubenk/let-pkgconfig-determine-botan-deps
Let pkg-config determine botan dependency libs
Peter van Dijk [Mon, 19 Jan 2015 07:54:44 +0000 (08:54 +0100)]
Merge pull request #2094 from zeha/f/fix-stale-tx
Auth API: fix missing abortTransaction() in error case
Peter van Dijk [Mon, 19 Jan 2015 07:54:28 +0000 (08:54 +0100)]
nit
Christian Hofstaedtler [Sun, 18 Jan 2015 17:42:16 +0000 (18:42 +0100)]
Auth API: fix missing abortTransaction() in error case
Noticed by Aki Tuomi.
Ruben Kerkhof [Fri, 16 Jan 2015 12:14:43 +0000 (13:14 +0100)]
Let pkg-config determine botan dependency libs
bert hubert [Fri, 16 Jan 2015 15:26:31 +0000 (16:26 +0100)]
this should fix it really
bert hubert [Fri, 16 Jan 2015 15:17:59 +0000 (16:17 +0100)]
missed pthread in 2 places
bert hubert [Fri, 16 Jan 2015 15:12:54 +0000 (16:12 +0100)]
logger.cc now needs -pthread
bert hubert [Fri, 16 Jan 2015 14:46:25 +0000 (15:46 +0100)]
fix up compilation wrt unixDie
bert hubert [Fri, 16 Jan 2015 14:30:07 +0000 (15:30 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 16 Jan 2015 14:29:34 +0000 (15:29 +0100)]
remove the lock from our Logger class and replace it by thread specific storage of the log line being constructed
Pieter Lexis [Fri, 16 Jan 2015 09:02:40 +0000 (10:02 +0100)]
Document missing options in pdns_control.1
* Closes #2085
* Ports changes (in the original manpages) from the following commits:
*
64e4dc71
*
a5d2ead5
Peter van Dijk [Fri, 16 Jan 2015 08:54:00 +0000 (09:54 +0100)]
Merge pull request #2082 from rubenk/only-build-zone2ldap-when-building-ldapbackend
Only build zone2ldap when we build ldapbackend
Ruben Kerkhof [Tue, 13 Jan 2015 20:06:05 +0000 (21:06 +0100)]
Only build zone2ldap when we build ldapbackend
Peter van Dijk [Fri, 16 Jan 2015 07:01:27 +0000 (08:01 +0100)]
Merge pull request #2087 from nivex/patch-2
Fix reference to wrong zone2sql dialect
bert hubert [Thu, 15 Jan 2015 19:10:54 +0000 (20:10 +0100)]
'Aiden880' discovered a link missed http://
Kevin Otte [Thu, 15 Jan 2015 16:22:49 +0000 (11:22 -0500)]
Fix reference to wrong zone2sql dialect
Peter van Dijk [Thu, 15 Jan 2015 13:50:11 +0000 (14:50 +0100)]
Merge pull request #2086 from cmouse/httpconnector-errors
Properly handle read errors (EOF and errors)
bert hubert [Thu, 15 Jan 2015 12:43:28 +0000 (13:43 +0100)]
remove old tsc based timer infrastructure, beef up #ifdef to prevent using the high-end per thread cpu timers on OSX
bert hubert [Thu, 15 Jan 2015 12:35:11 +0000 (13:35 +0100)]
add some timing infra which is disabled by default, turn it on with -DMTASKERTIMING
bert hubert [Thu, 15 Jan 2015 12:24:08 +0000 (13:24 +0100)]
add CPU time nanosecond resolution infrastructure, behind #ifdef now for supporting systems
bert hubert [Thu, 15 Jan 2015 12:08:16 +0000 (13:08 +0100)]
shave a whole bunch of replace_all calls & resulting allocations
bert hubert [Thu, 15 Jan 2015 11:50:10 +0000 (12:50 +0100)]
we actually deliver MTasker timeouts with the wrong d_tid set. Unknown if this matters anywhere, but it was wrong in any case.
bert hubert [Thu, 15 Jan 2015 09:21:51 +0000 (10:21 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Thu, 15 Jan 2015 09:21:30 +0000 (10:21 +0100)]
our new loop detection did not correctly discriminate between A and AAAA
Aki Tuomi [Thu, 15 Jan 2015 06:40:24 +0000 (08:40 +0200)]
Properly handle read errors (EOF and errors)
Peter van Dijk [Wed, 14 Jan 2015 19:28:50 +0000 (20:28 +0100)]
Merge pull request #2084 from terrorobe/patch-1
fix filename and link api specification in httpapi overview docs
Peter van Dijk [Wed, 14 Jan 2015 19:08:48 +0000 (20:08 +0100)]
Merge pull request #2075 from mind04/cid1262547
remove unused variable CID
1262547
Peter van Dijk [Wed, 14 Jan 2015 19:07:03 +0000 (20:07 +0100)]
Merge pull request #2083 from cmouse/httpconnector-timeout
Httpconnector timeout
Michael Renner [Wed, 14 Jan 2015 16:16:44 +0000 (17:16 +0100)]
fix filename and link api specification in httpapi overview docs
Aki Tuomi [Wed, 14 Jan 2015 09:57:45 +0000 (11:57 +0200)]
Use NetworkError, remove redundant code
Peter van Dijk [Tue, 13 Jan 2015 19:14:00 +0000 (20:14 +0100)]
Merge pull request #2076 from rubenk/detect-static-deps-when-building-static-binaries-v2
Override PKG_CONFIG sooner
bert hubert [Tue, 13 Jan 2015 16:18:29 +0000 (17:18 +0100)]
should really fix up osx compilation now..
Peter van Dijk [Tue, 13 Jan 2015 16:03:50 +0000 (17:03 +0100)]
Merge pull request #1944 from rubenk/slightly-reword-slave-cycle-interval-setting
Improve slave-cycle-interval description a little
Peter van Dijk [Tue, 13 Jan 2015 16:03:23 +0000 (17:03 +0100)]
Merge pull request #2078 from jpmens/typo1
Fixed typo in pdnssec
Jan-Piet Mens [Tue, 13 Jan 2015 16:02:22 +0000 (17:02 +0100)]
Fixed typo in pdnssec
Peter van Dijk [Tue, 13 Jan 2015 13:31:32 +0000 (13:31 +0000)]
actually re-fix manpage sections
Peter van Dijk [Tue, 13 Jan 2015 13:24:14 +0000 (13:24 +0000)]
re-fix manpage sections
Peter van Dijk [Tue, 13 Jan 2015 13:18:20 +0000 (14:18 +0100)]
Merge pull request #2010 from rubenk/cleanup-spec
Cleanup spec
Ruben Kerkhof [Tue, 13 Jan 2015 12:31:01 +0000 (13:31 +0100)]
Append to PKG_CONFIG only after calling PKG_PROG_PKG_CONFIG
Otherwise PKG_CONFIG is not set yet.
Ruben Kerkhof [Tue, 13 Jan 2015 12:09:49 +0000 (13:09 +0100)]
Override PKG_CONFIG sooner
We need to override PKG_CONFIG before any calls to PKG_PROG_PKG_CONFIG
Peter van Dijk [Tue, 13 Jan 2015 12:21:36 +0000 (12:21 +0000)]
Revert "Use pkg-config --static to pick up deps"
This reverts commit
e25a0864f82865afddab2871490106baa71f1786 .
Reopens #1912
Kees Monshouwer [Tue, 13 Jan 2015 11:54:45 +0000 (12:54 +0100)]
recursor: limit long version strings to 63 characters and catch exceptions in secpoll
Kees Monshouwer [Tue, 13 Jan 2015 11:54:27 +0000 (12:54 +0100)]
auth: limit long version strings to 63 characters and catch exceptions in secpoll
Peter van Dijk [Tue, 13 Jan 2015 11:07:54 +0000 (12:07 +0100)]
Merge pull request #2074 from cmouse/report-correct-chosen-lua
Report correct chosen lua
Peter van Dijk [Tue, 13 Jan 2015 11:07:38 +0000 (12:07 +0100)]
Merge pull request #1991 from rubenk/detect-static-deps-when-building-static-binaries-v2
Use pkg-config --static to pick up deps
Aki Tuomi [Tue, 13 Jan 2015 10:30:11 +0000 (12:30 +0200)]
Check timeout since it seems that readWithTimeout not always works
Kees Monshouwer [Tue, 13 Jan 2015 10:20:11 +0000 (11:20 +0100)]
remove unused variable CID
1262547
Aki Tuomi [Tue, 13 Jan 2015 10:15:01 +0000 (12:15 +0200)]
Report correct chosen lua
Peter van Dijk [Tue, 13 Jan 2015 09:54:25 +0000 (10:54 +0100)]
Merge pull request #2015 from rubenk/flex
Check for flex
Peter van Dijk [Tue, 13 Jan 2015 09:46:14 +0000 (10:46 +0100)]
Merge pull request #2071 from cmouse/gsql-coverity
Gsql coverity
Aki Tuomi [Tue, 13 Jan 2015 08:30:38 +0000 (10:30 +0200)]
Aki Tuomi [Tue, 13 Jan 2015 08:29:54 +0000 (10:29 +0200)]
Aki Tuomi [Tue, 13 Jan 2015 08:28:49 +0000 (10:28 +0200)]
Peter van Dijk [Tue, 13 Jan 2015 07:21:49 +0000 (08:21 +0100)]
Merge pull request #2050 from rubenk/the-pie-is-a-lie
Don't create PIE executables for semistatic builds
Peter van Dijk [Tue, 13 Jan 2015 07:17:43 +0000 (08:17 +0100)]
Merge pull request #2052 from mind04/notify-all
pdns_control make it posible to notify all (type=MASTER) zones at once
Ruben Kerkhof [Tue, 6 Jan 2015 14:50:11 +0000 (15:50 +0100)]
Don't create PIE executables for semistatic builds
Otherwise this happens:
/bin/bash ../libtool --tag=CXX --mode=link /var/lib/jenkins/jobs/auth-git-semistatic-rpm-amd64/workspace/pdns-git-
20150106 -5355-
20d9693 /build-scripts/semistaticg++ -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/pdns\" -DLOCALSTATEDIR=\"/var/run\" -fPIE -DPIE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -Wall -g -O2 -pthread -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -L/opt/postgresql/lib -Wl,-rpath,/opt/postgresql/lib -lpq -all-static -o pdns_control arguments.o dynloader.o dynmessenger.o logger.o misc.o qtype.o statbag.o unix_utility.o -lcrypt
libtool: link: /var/lib/jenkins/jobs/auth-git-semistatic-rpm-amd64/workspace/pdns-git-
20150106 -5355-
20d9693 /build-scripts/semistaticg++ -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/pdns\" -DLOCALSTATEDIR=\"/var/run\" -fPIE -DPIE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -Wall -g -O2 -pthread -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-rpath -Wl,/opt/postgresql/lib -static -o pdns_control arguments.o dynloader.o dynmessenger.o logger.o misc.o qtype.o statbag.o unix_utility.o -L/opt/postgresql/lib -lpq -lcrypt -pthread
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.7/libstdc++.a(compatibility.o): relocation R_X86_64_32 against `_ZTIN10__cxxabiv115__forced_unwindE' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.7/libstdc++.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
Ruben Kerkhof [Sat, 27 Dec 2014 11:50:08 +0000 (12:50 +0100)]
Fix macro in comment
Ruben Kerkhof [Sat, 27 Dec 2014 11:48:32 +0000 (12:48 +0100)]
Remove obsolete option
Ruben Kerkhof [Sat, 27 Dec 2014 11:47:27 +0000 (12:47 +0100)]
Remove ancient requires
Ruben Kerkhof [Sat, 27 Dec 2014 11:47:06 +0000 (12:47 +0100)]
Correct license