]>
granicus.if.org Git - pdns/log
Remi Gacogne [Fri, 23 Sep 2016 14:08:15 +0000 (16:08 +0200)]
rec: Add support for boost::context >= 1.61
bert hubert [Fri, 23 Sep 2016 08:26:06 +0000 (10:26 +0200)]
when encountering bad zone data in backend, make sure we finish the get() so we leave the backend in a consistent state.
bert hubert [Wed, 14 Sep 2016 08:02:00 +0000 (10:02 +0200)]
Merge pull request #4467 from ahupowerdns/deresource
Deresource & uphash: gigabit DNSSEC root-server performance
bert hubert [Tue, 13 Sep 2016 13:56:44 +0000 (15:56 +0200)]
reinstate shuffling in the new DNSZoneRecord world
bert hubert [Tue, 13 Sep 2016 13:56:31 +0000 (15:56 +0200)]
make randombackend DNSZoneRecord native
bert hubert [Mon, 12 Sep 2016 21:48:41 +0000 (23:48 +0200)]
make it possible to compare pointers/references to DNSRecordContent. There is a generic comparison function based on getZoneRepresentation(), and specializations for A, AAAA, MX and NS. Rest to follow.
Also make DNSPacket::addRecord() use this infrastructure
bert hubert [Thu, 8 Sep 2016 03:40:38 +0000 (05:40 +0200)]
fix up lua-auth for new DNSZoneRecord world
bert hubert [Thu, 8 Sep 2016 03:40:23 +0000 (05:40 +0200)]
restore old ldap logging behaviour
bert hubert [Wed, 7 Sep 2016 20:42:39 +0000 (22:42 +0200)]
and it works for ldap-simple too!
bert hubert [Wed, 7 Sep 2016 20:12:26 +0000 (22:12 +0200)]
we now actually pass these tests
bert hubert [Wed, 7 Sep 2016 19:47:05 +0000 (21:47 +0200)]
fix zone2ldap in one other place
bert hubert [Wed, 7 Sep 2016 19:21:53 +0000 (21:21 +0200)]
make sure that zone2ldap encodes root as .
bert hubert [Wed, 7 Sep 2016 17:55:50 +0000 (19:55 +0200)]
enable a lot of LDAP logging to uncover what might be going on over at travis
bert hubert [Wed, 7 Sep 2016 17:25:16 +0000 (19:25 +0200)]
reenable LDAP testing, plus fix up partial SOA records from backends. Hopefully this was the reason for the failing LDAP backend tests.
bert hubert [Wed, 7 Sep 2016 16:23:34 +0000 (18:23 +0200)]
fix up mydns backend to properly return SOA records in ANY queries.
bert hubert [Wed, 7 Sep 2016 14:25:55 +0000 (16:25 +0200)]
also propagate scopeMask to emulated get()
bert hubert [Wed, 7 Sep 2016 14:15:10 +0000 (16:15 +0200)]
fix up TXT content matching when backend does not add "
bert hubert [Wed, 7 Sep 2016 13:46:16 +0000 (15:46 +0200)]
fix presigned NSEC3s
bert hubert [Wed, 7 Sep 2016 12:57:40 +0000 (14:57 +0200)]
disable ldap, which I can't debug locally. Perhaps other backends fail similarly.
bert hubert [Wed, 7 Sep 2016 10:12:35 +0000 (12:12 +0200)]
we got one labelReversal case wrong
bert hubert [Wed, 7 Sep 2016 09:05:00 +0000 (11:05 +0200)]
some further labelreverse improvements
bert hubert [Mon, 5 Sep 2016 09:02:32 +0000 (11:02 +0200)]
set of labelReverse incorrect migrations, two of which likely are still incorrect
bert hubert [Mon, 5 Sep 2016 09:02:12 +0000 (11:02 +0200)]
fix case where we did not do duplicate record detection for additional processing
bert hubert [Mon, 5 Sep 2016 09:01:57 +0000 (11:01 +0200)]
make an ENTRecordType
bert hubert [Mon, 5 Sep 2016 09:01:22 +0000 (11:01 +0200)]
reinstate duplicate record detection, slowing us down tremendously until we speed that up
bert hubert [Sun, 4 Sep 2016 20:18:52 +0000 (22:18 +0200)]
fix up testcases
bert hubert [Sun, 4 Sep 2016 19:32:35 +0000 (21:32 +0200)]
two compilation errors (one in an internal tool, one in luabackend)
bert hubert [Sun, 4 Sep 2016 19:04:28 +0000 (21:04 +0200)]
more speedups and cleanups for DNSZoneRecord world
bert hubert [Sun, 4 Sep 2016 19:04:00 +0000 (21:04 +0200)]
init some DNSZoneRecord members
bert hubert [Sun, 4 Sep 2016 19:03:38 +0000 (21:03 +0200)]
fix up zone2sql compilation after fixups
bert hubert [Sun, 4 Sep 2016 19:03:16 +0000 (21:03 +0200)]
packetcache hashed
bert hubert [Sun, 4 Sep 2016 19:02:51 +0000 (21:02 +0200)]
bindbackend hashed
bert hubert [Sat, 3 Sep 2016 22:47:42 +0000 (00:47 +0200)]
yolo - big DNSResourceRecord removal
bert hubert [Mon, 12 Sep 2016 15:11:52 +0000 (17:11 +0200)]
Merge pull request #4463 from pieterlexis/centos-6-pkg-bind
Auth: build Bind backend for CentOS 6
Pieter Lexis [Mon, 12 Sep 2016 13:10:41 +0000 (15:10 +0200)]
Auth: build Bind backend for CentOS 6
Pieter Lexis [Mon, 12 Sep 2016 12:48:49 +0000 (14:48 +0200)]
Merge pull request #4461 from pieterlexis/boost161-fallback-ucontext
Fall back to SystemV ucontexts on boost >= 1.61
bert hubert [Mon, 12 Sep 2016 12:05:43 +0000 (14:05 +0200)]
Merge pull request #4459 from ahupowerdns/pqmemleak
plugs memory leak in postgresql backend
Pieter Lexis [Mon, 12 Sep 2016 11:51:27 +0000 (13:51 +0200)]
Rec: Disable boost-fcontext on boost 1.61 and up
Fall back to the slower system v ucontext.
Pieter Lexis [Mon, 12 Sep 2016 11:48:47 +0000 (13:48 +0200)]
Revert "Rec: support boost's fcontext in boost 1.61+"
This reverts commit
a30361f9f07cb3c4f9ad32dc83555bc593aa3311 .
bert hubert [Mon, 12 Sep 2016 11:26:29 +0000 (13:26 +0200)]
Merge pull request #4424 from pieterlexis/static_vector-old-boost
Fix compilation on systems with boost < 1.54
bert hubert [Sun, 11 Sep 2016 19:07:23 +0000 (21:07 +0200)]
Merge pull request #4458 from James-TR/patch-1
Correct typo in backend-pipe.md
bert hubert [Sun, 11 Sep 2016 18:40:44 +0000 (20:40 +0200)]
eleksir noted that we leak a ton of memory in postgresql. I'm no postgres expert, but this plugs my leak and still appears to function. In other news, do we need a transaction for every query?
James Taylor [Sun, 11 Sep 2016 14:06:48 +0000 (00:06 +1000)]
Correct typo in backend-pipe.md
The word 'you' was repeated twice. This was brought to my attention after noticing it in a diff.
Pieter Lexis [Sat, 10 Sep 2016 11:03:13 +0000 (13:03 +0200)]
Merge pull request #4449 from peterthomassen/master
Docs: clarify that recursor does not do DNSSEC for zones from auth-zones setting
Peter Thomassen [Fri, 9 Sep 2016 18:14:13 +0000 (15:14 -0300)]
Docs: clarify that recursor does not do DNSSEC for zones from auth-zones setting
Pieter Lexis [Fri, 9 Sep 2016 11:20:57 +0000 (13:20 +0200)]
Merge pull request #4447 from rgacogne/secpoll-doc-201601
Update secpoll and documentation for 2016-01
Remi Gacogne [Fri, 9 Sep 2016 08:57:21 +0000 (10:57 +0200)]
Update secpoll and documentation for 2016-01
Peter van Dijk [Thu, 8 Sep 2016 11:37:00 +0000 (13:37 +0200)]
Merge pull request #4440 from rgacogne/rec-fix-lua-osx-freebsd
rec: Fix Lua-enabled compilation on OS X and FreeBSD
Peter van Dijk [Thu, 8 Sep 2016 10:35:22 +0000 (12:35 +0200)]
Merge pull request #4441 from cmouse/lua-auth4-fix
lua-auth4: Remove recursor includes
Peter van Dijk [Thu, 8 Sep 2016 10:35:04 +0000 (12:35 +0200)]
Merge pull request #4442 from cmouse/geoip-naming
geoipbackend: Fix minor naming issue
Aki Tuomi [Thu, 8 Sep 2016 09:15:05 +0000 (12:15 +0300)]
geoipbackend: Fix minor naming issue
Aki Tuomi [Thu, 8 Sep 2016 08:55:55 +0000 (11:55 +0300)]
lua-auth4: Remove recursor includes
Remi Gacogne [Thu, 8 Sep 2016 08:34:45 +0000 (10:34 +0200)]
rec: Fix Lua-enabled compilation on OS X and FreeBSD
bert hubert [Wed, 7 Sep 2016 12:25:46 +0000 (14:25 +0200)]
Merge pull request #4435 from ahupowerdns/rollback-fix
Rollback fix: when we truncate a packet, make sure we reset writer state (+ pcapreader nit)
bert hubert [Wed, 7 Sep 2016 11:42:20 +0000 (13:42 +0200)]
when doing a rollback while writing a packet, reset the packet writer state so we don't think we have a record left to write out
bert hubert [Wed, 7 Sep 2016 11:42:00 +0000 (13:42 +0200)]
deal with pcap formats which tell them they captured _more_ than your packet
Pieter Lexis [Tue, 6 Sep 2016 13:12:25 +0000 (15:12 +0200)]
Merge pull request #4429 from pieterlexis/rec-4.0.3-changelog
Recursor 4.0.3 changelog
Pieter Lexis [Tue, 6 Sep 2016 12:48:26 +0000 (14:48 +0200)]
Parse backport titles for changelog
Pieter Lexis [Mon, 5 Sep 2016 09:40:50 +0000 (11:40 +0200)]
Add Recursor 4.0.3 changelog
Pieter Lexis [Mon, 5 Sep 2016 09:27:30 +0000 (11:27 +0200)]
Add Recursor 4.0.3 secpoll entry
Pieter Lexis [Tue, 6 Sep 2016 12:01:01 +0000 (14:01 +0200)]
Merge pull request #4106 from zervnet/feature_rest_api_pull_request
Implementation of the cryptokeys REST-API (PUT, POST, DELETE)
Pieter Lexis [Tue, 6 Sep 2016 10:55:39 +0000 (12:55 +0200)]
Merge pull request #4425 from rgacogne/protobuf-regression-responder
Fix a protobuf regression (requestor/responder mix-up) caused by
a94673e
Benjamin Zengin [Thu, 21 Jul 2016 13:41:40 +0000 (15:41 +0200)]
Updates error messages for addKey()
Benjamin Zengin [Thu, 21 Jul 2016 13:41:02 +0000 (15:41 +0200)]
Adds missing ASSERT_ROW_COLUMNS to gsql and bind
Benjamin Zengin [Thu, 21 Jul 2016 13:38:06 +0000 (15:38 +0200)]
Modifies test to work with updated addKey()
Benjamin Zengin [Thu, 21 Jul 2016 13:37:31 +0000 (15:37 +0200)]
Fixes Api-tests and improves performance
Benjamin Zengin [Thu, 21 Jul 2016 13:34:52 +0000 (15:34 +0200)]
Cryptokeys REST-Api rework
- Removes redundant code
- Uses new addKey() interface
- Fixes return values / error messages
Benjamin Zengin [Thu, 21 Jul 2016 13:28:52 +0000 (15:28 +0200)]
New interface for addKey()
- id of added key is returned by a reference parameter
- return type bool indicates success of adding the key
- id is returned as int64_t
Benjamin Zengin [Thu, 21 Jul 2016 12:57:34 +0000 (14:57 +0200)]
Adjusts documentation of REST-Api
Benjamin Zengin [Tue, 5 Jul 2016 10:04:33 +0000 (12:04 +0200)]
Implements API tests for cryptokeys
- PUT
- POST
- DELETE
Benjamin Zengin [Tue, 5 Jul 2016 10:01:47 +0000 (12:01 +0200)]
Updates documentation for cryptokeys REST-API
Benjamin Zengin [Tue, 5 Jul 2016 10:00:17 +0000 (12:00 +0200)]
Implements cryptokeys REST-API
- PUT
- POST
- DELETE
Benjamin Zengin [Tue, 5 Jul 2016 09:57:31 +0000 (11:57 +0200)]
More specific error message for addKey
- if bits in addKey are wrong returns "Wrong bit size!"
Benjamin Zengin [Tue, 5 Jul 2016 09:54:52 +0000 (11:54 +0200)]
Implements 'return id of added key' for bind
Benjamin Zengin [Tue, 5 Jul 2016 09:49:59 +0000 (11:49 +0200)]
Implements 'return id of added key' for gsqlite3
Benjamin Zengin [Tue, 5 Jul 2016 09:49:37 +0000 (11:49 +0200)]
Implements 'return id of added key' for godbc
Benjamin Zengin [Tue, 5 Jul 2016 09:49:15 +0000 (11:49 +0200)]
Implements 'return id of added key' for gpgsql
Benjamin Zengin [Tue, 5 Jul 2016 09:48:52 +0000 (11:48 +0200)]
Implements 'return id of added key' for gmysql
Benjamin Zengin [Tue, 5 Jul 2016 09:48:28 +0000 (11:48 +0200)]
gsqlbackend: Adds query to return id of added key
Benjamin Zengin [Tue, 5 Jul 2016 09:39:46 +0000 (11:39 +0200)]
Updates documentation for addDomainKey, pdnsutil
Benjamin Zengin [Tue, 5 Jul 2016 10:17:32 +0000 (12:17 +0200)]
Update addKey in dnsseckeeper (Closes #706)
- Let addKey return the id of the added key
- pdnsutil 'add-zone-key' prints it
- pdnsutil 'import-zone-key' prints it
- pdnsutil 'import-zone-key-pem' prints it
Pieter Lexis [Mon, 5 Sep 2016 14:17:04 +0000 (16:17 +0200)]
Use normal vectors on boost < 1.54
Pieter Lexis [Mon, 5 Sep 2016 21:07:35 +0000 (23:07 +0200)]
Merge pull request #4289 from tuxis-ie/fix-api-documentation
Add documentation on searching data via the API
Remi Gacogne [Mon, 5 Sep 2016 15:49:15 +0000 (17:49 +0200)]
Fix a protobuf regression (requestor/responder mix-up) caused by
a94673e
Pieter Lexis [Mon, 5 Sep 2016 14:44:00 +0000 (16:44 +0200)]
Merge pull request #4370 from hnsk/pdnsutil-change-slave-zone-master
pdnsutil: Added change-slave-zone-master command
Pieter Lexis [Mon, 5 Sep 2016 14:43:45 +0000 (16:43 +0200)]
Merge pull request #4371 from hnsk/pdnsutil-create-slave-zone-multiple-masters
pdnsutil: create-slave-zone accept multiple masters
Pieter Lexis [Mon, 5 Sep 2016 14:43:00 +0000 (16:43 +0200)]
Merge pull request #4093 from ydns/v4.0.x/api-domainmetadata
Added metadata handlers for HTTP API
Pieter Lexis [Mon, 5 Sep 2016 14:06:40 +0000 (16:06 +0200)]
Merge pull request #4407 from zeha/warning-types-may-not-be-defined-in-a-for-range-declaration
Fix warning: types may not be defined in a for-range-declaration
Pieter Lexis [Mon, 5 Sep 2016 14:05:51 +0000 (16:05 +0200)]
Merge pull request #4408 from zeha/auth-web-or-api
Authoritative: do not rely on webserver=yes if api=yes
Christian Hofstaedtler [Fri, 2 Sep 2016 20:05:05 +0000 (22:05 +0200)]
Update httpapi README
Christian Hofstaedtler [Mon, 5 Sep 2016 13:55:23 +0000 (15:55 +0200)]
Authoritative: do not rely on webserver=yes if api=yes
Remi Gacogne [Mon, 5 Sep 2016 12:49:22 +0000 (14:49 +0200)]
dnsdist: Update the man page now that AXFR is supported
Pieter Lexis [Mon, 5 Sep 2016 11:51:09 +0000 (13:51 +0200)]
Merge pull request #4058 from cmouse/update-policy-lua
Update policy lua
Pieter Lexis [Mon, 5 Sep 2016 11:46:07 +0000 (13:46 +0200)]
Merge pull request #4306 from Habbie/mysqllongtext
limit size of mysql cell to 128 kilobytes
Pieter Lexis [Mon, 5 Sep 2016 10:52:40 +0000 (12:52 +0200)]
Merge pull request #4403 from zeha/openssl11final
Fix build with OpenSSL 1.1.0 final
Pieter Lexis [Mon, 5 Sep 2016 10:18:59 +0000 (12:18 +0200)]
Merge pull request #4396 from Habbie/recursor-fbsd-boost-context
add boost context ldflags so freebsd builds can find the libs
bert hubert [Mon, 5 Sep 2016 09:25:41 +0000 (11:25 +0200)]
make calidns send out rd=0, and half do=1 queries, plus add bandwidth stats
Pieter Lexis [Mon, 5 Sep 2016 09:25:36 +0000 (11:25 +0200)]
Bump SOA for #4409
Pieter Lexis [Mon, 5 Sep 2016 09:23:39 +0000 (11:23 +0200)]
Merge pull request #4409 from zeha/deb8u6
Update secpoll data
Peter van Dijk [Mon, 5 Sep 2016 08:34:12 +0000 (10:34 +0200)]
Merge pull request #4404 from pieterlexis/issue-4397-no-dnssec-on-lua
Rec: Don't validate when a Lua hook took the query