]> granicus.if.org Git - pdns/log
pdns
8 years agoUpdate dnsupdate.md
rwfeldmann [Fri, 11 Nov 2016 16:49:14 +0000 (09:49 -0700)]
Update dnsupdate.md

Added the SQL statements for adding the ALLOW-DNSUPDATE-FROM for the reverse zone. This was needed to make dnsupdate work completely on my personal PowerDNS server when updated remotely from my Sophos UTM. Without it, no records were added to the reverse lookup zone when dhcpd pushed updates.

8 years agoMerge pull request #4672 from pieterlexis/prime-root
Pieter Lexis [Fri, 11 Nov 2016 14:14:45 +0000 (15:14 +0100)]
Merge pull request #4672 from pieterlexis/prime-root

On (re-)priming, fetch the root NS records

8 years agoOn (re-)priming, fetch the root NS records
Pieter Lexis [Thu, 10 Nov 2016 12:56:58 +0000 (13:56 +0100)]
On (re-)priming, fetch the root NS records

8 years agoMerge pull request #4646 from Habbie/lua-except-unnest
Peter van Dijk [Wed, 9 Nov 2016 10:23:24 +0000 (11:23 +0100)]
Merge pull request #4646 from Habbie/lua-except-unnest

extract nested exception from Luawrapper

8 years agoMerge pull request #4632 from ahupowerdns/newserver-bloody-error
Remi Gacogne [Wed, 9 Nov 2016 09:10:28 +0000 (10:10 +0100)]
Merge pull request #4632 from ahupowerdns/newserver-bloody-error

improve dnsdist error message on a common typo/config mistake

8 years agoMerge pull request #4640 from pieterlexis/dnsdist-no-shutdown-on-maintenance-error
Remi Gacogne [Wed, 9 Nov 2016 09:08:22 +0000 (10:08 +0100)]
Merge pull request #4640 from pieterlexis/dnsdist-no-shutdown-on-maintenance-error

Don't exit dnsdist on an exception in maintenance

8 years agoMerge pull request #4659 from Habbie/docnit
Remi Gacogne [Wed, 9 Nov 2016 09:01:20 +0000 (10:01 +0100)]
Merge pull request #4659 from Habbie/docnit

nit

8 years agoMerge pull request #4668 from ton31337/Fix/return_instead_of_thrown_an_error
Peter van Dijk [Tue, 8 Nov 2016 09:58:15 +0000 (10:58 +0100)]
Merge pull request #4668 from ton31337/Fix/return_instead_of_thrown_an_error

Do not thrown an error for get() if zone was not found (master)

8 years agodnsdist: Document that `MacAddrAction()` is only supported on Linux
Remi Gacogne [Tue, 8 Nov 2016 09:52:30 +0000 (10:52 +0100)]
dnsdist: Document that `MacAddrAction()` is only supported on Linux

8 years agoDo not thrown an error for get() if zone was not found
Donatas Abraitis [Tue, 8 Nov 2016 08:52:12 +0000 (10:52 +0200)]
Do not thrown an error for get() if zone was not found

8 years agoupdate dnsdist manpage to remove mention of 'no cache' and 'no thinking'. Thanks J!
bert hubert [Mon, 7 Nov 2016 13:06:36 +0000 (14:06 +0100)]
update dnsdist manpage to remove mention of 'no cache' and 'no thinking'. Thanks J!

8 years agonit
Peter van Dijk [Thu, 3 Nov 2016 13:45:08 +0000 (14:45 +0100)]
nit

8 years agoMerge pull request #4518 from rgacogne/dnsdist-dynblock-action
Remi Gacogne [Wed, 2 Nov 2016 08:56:00 +0000 (09:56 +0100)]
Merge pull request #4518 from rgacogne/dnsdist-dynblock-action

dnsdist: Fix dynblocks over TCP, allow refusing dyn blocked queries

8 years agoMerge pull request #4653 from rgacogne/dnsdist-stats-from-lua
Remi Gacogne [Wed, 2 Nov 2016 08:52:18 +0000 (09:52 +0100)]
Merge pull request #4653 from rgacogne/dnsdist-stats-from-lua

dnsdist: Add `getStatisticsCounters()` to access counters from Lua

8 years agoDon't exit dnsdist on an exception in maintenance
Pieter Lexis [Wed, 26 Oct 2016 17:32:23 +0000 (19:32 +0200)]
Don't exit dnsdist on an exception in maintenance

This change logs every minute if the maintenance function throws an
exception.

8 years agodnsdist: Add `getStatisticsCounters()` to access counters from Lua
Remi Gacogne [Mon, 31 Oct 2016 10:49:47 +0000 (11:49 +0100)]
dnsdist: Add `getStatisticsCounters()` to access counters from Lua

8 years agoMerge pull request #4573 from rgacogne/openssl-no-ecdsa-fix
Remi Gacogne [Mon, 31 Oct 2016 08:54:24 +0000 (09:54 +0100)]
Merge pull request #4573 from rgacogne/openssl-no-ecdsa-fix

Fix building with ECDSA support disabled in libcrypto

8 years agoDocument dq.data (from @Habbie) (#4648)
Elad Efrat [Fri, 28 Oct 2016 17:04:46 +0000 (20:04 +0300)]
Document dq.data (from @Habbie) (#4648)

Document dq.data (from @Habbie)

8 years agoMerge pull request #4629 from pieterlexis/issue-4466
Peter van Dijk [Fri, 28 Oct 2016 13:42:44 +0000 (15:42 +0200)]
Merge pull request #4629 from pieterlexis/issue-4466

Handle CNAMEs at the apex of secure zones to other secure zones

8 years agoextract nested exception from Luawrapper
Peter van Dijk [Fri, 28 Oct 2016 13:31:53 +0000 (15:31 +0200)]
extract nested exception from Luawrapper

Before:
Oct 28 15:30:34 STL error (www.foobar.com/A from 127.0.0.1): Exception thrown by a callback function called by Lua

After:
Oct 28 15:30:34 STL error (www.foobar.com/A from 127.0.0.1): Exception thrown by a callback function called by Lua. Extra info: Found . in wrong position in DNSName www.foobar.com..internal

reported by @elad, thanks!

8 years agodnsdist: The configuration file is dnsdist.conf, not dnsdistconf.lua
Remi Gacogne [Wed, 26 Oct 2016 10:56:22 +0000 (12:56 +0200)]
dnsdist: The configuration file is dnsdist.conf, not dnsdistconf.lua

8 years agoMerge pull request #4577 from rgacogne/rec-protobuf-tcp-query-source-dest
Remi Gacogne [Wed, 26 Oct 2016 09:48:00 +0000 (11:48 +0200)]
Merge pull request #4577 from rgacogne/rec-protobuf-tcp-query-source-dest

rec: Fix src/dest inversion in the protobuf message for TCP queries

8 years agoMerge pull request #4596 from rgacogne/dnsdist-default-ma-tcp-queued-conns
Remi Gacogne [Wed, 26 Oct 2016 09:46:17 +0000 (11:46 +0200)]
Merge pull request #4596 from rgacogne/dnsdist-default-ma-tcp-queued-conns

dnsdist: Change the default max number of queued TCP conns to 1000

8 years agowith this commit we pretty up an otherwise bloody useless error on typing: newServer...
bert hubert [Tue, 25 Oct 2016 20:45:04 +0000 (22:45 +0200)]
with this commit we pretty up an otherwise bloody useless error on typing: newServer({"1.2.3.4", pool="primary"}). We do so in a pretty ugly way though.
The cause of the error is deep in the bowels of Lua and/or LuaWrapper. Even if we caught/fixed this error in a more karmic place, we'd still want to output
this error message. Also, dragons live there.

8 years agoFix a DNSSEC trace log message
Pieter Lexis [Tue, 25 Oct 2016 15:26:32 +0000 (17:26 +0200)]
Fix a DNSSEC trace log message

8 years agoHandle CNAME at secure zone apex to secure zone
Pieter Lexis [Tue, 25 Oct 2016 15:25:19 +0000 (17:25 +0200)]
Handle CNAME at secure zone apex to secure zone

Closes #4466

8 years agoAdd test for #4466
Pieter Lexis [Tue, 25 Oct 2016 15:24:25 +0000 (17:24 +0200)]
Add test for #4466

8 years agoMerge pull request #4589 from ncartron/patch-1
Pieter Lexis [Tue, 25 Oct 2016 09:09:58 +0000 (11:09 +0200)]
Merge pull request #4589 from ncartron/patch-1

Update download.md

8 years agoMerge pull request #4612 from Habbie/netflix
Pieter Lexis [Tue, 25 Oct 2016 09:09:22 +0000 (11:09 +0200)]
Merge pull request #4612 from Habbie/netflix

fix bug in example script

8 years agoMerge pull request #4613 from pieterlexis/no-non-alpha-in-version
Pieter Lexis [Tue, 25 Oct 2016 09:09:14 +0000 (11:09 +0200)]
Merge pull request #4613 from pieterlexis/no-non-alpha-in-version

Replace all non-alphanumeric chars in gen-version

8 years agoMerge pull request #4619 from phonedph1/doc
Pieter Lexis [Tue, 25 Oct 2016 09:09:05 +0000 (11:09 +0200)]
Merge pull request #4619 from phonedph1/doc

Document the -pub- variant rec_control commands

8 years agoMerge pull request #4620 from Habbie/dstypes
Pieter Lexis [Tue, 25 Oct 2016 09:08:48 +0000 (11:08 +0200)]
Merge pull request #4620 from Habbie/dstypes

a nit for Fusl

8 years agoMerge pull request #4609 from Habbie/dlog
Pieter Lexis [Tue, 25 Oct 2016 09:08:13 +0000 (11:08 +0200)]
Merge pull request #4609 from Habbie/dlog

remove broken DLOG statements

8 years agoa nit for Fusl
Peter van Dijk [Tue, 25 Oct 2016 07:32:07 +0000 (09:32 +0200)]
a nit for Fusl

8 years agoUpdate the manpage as well
phonedph1 [Tue, 25 Oct 2016 01:59:23 +0000 (01:59 +0000)]
Update the manpage as well

8 years agoDocument the -pub- variants
phonedph1 [Tue, 25 Oct 2016 01:52:13 +0000 (01:52 +0000)]
Document the -pub- variants

8 years agoMerge pull request #4411 from pieterlexis/github-templates
Pieter Lexis [Mon, 24 Oct 2016 22:21:49 +0000 (00:21 +0200)]
Merge pull request #4411 from pieterlexis/github-templates

To discuss: GitHub Issue and PR templates

8 years agoAdd initial GH templates
Pieter Lexis [Fri, 2 Sep 2016 13:14:44 +0000 (15:14 +0200)]
Add initial GH templates

8 years agoMerge pull request #4533 from rgacogne/dnsdist-clang-bsd
Peter van Dijk [Mon, 24 Oct 2016 18:06:02 +0000 (20:06 +0200)]
Merge pull request #4533 from rgacogne/dnsdist-clang-bsd

dnsdist: Fix building with clang on OS X and FreeBSD

8 years agoReplace all non-alphanumeric chars in gen-version
Pieter Lexis [Mon, 24 Oct 2016 14:26:45 +0000 (16:26 +0200)]
Replace all non-alphanumeric chars in gen-version

8 years agoMerge pull request #4608 from ton31337/feature/mydns_backend_rpm
Pieter Lexis [Mon, 24 Oct 2016 14:53:26 +0000 (16:53 +0200)]
Merge pull request #4608 from ton31337/feature/mydns_backend_rpm

Make MyDNS backend rpm

8 years agofix bug in example script
Peter van Dijk [Mon, 24 Oct 2016 14:13:42 +0000 (16:13 +0200)]
fix bug in example script

8 years agoremove broken DLOG statements
Peter van Dijk [Mon, 24 Oct 2016 14:00:41 +0000 (16:00 +0200)]
remove broken DLOG statements

8 years agoMake MyDNS backend rpm
Donatas Abraitis [Mon, 24 Oct 2016 13:39:42 +0000 (16:39 +0300)]
Make MyDNS backend rpm

8 years agoMerge pull request #4603 from nivex/patch-1
Peter van Dijk [Mon, 24 Oct 2016 11:40:17 +0000 (13:40 +0200)]
Merge pull request #4603 from nivex/patch-1

g.root-servers.net added IPv6

8 years agoMerge pull request #4604 from apfohl/patch-1
Peter van Dijk [Mon, 24 Oct 2016 11:39:35 +0000 (13:39 +0200)]
Merge pull request #4604 from apfohl/patch-1

Fixed a typo in settings.md in the docs

8 years agodnsdist: Fix potential FD usage count, only warn if limit <= potential
Remi Gacogne [Thu, 20 Oct 2016 12:47:32 +0000 (14:47 +0200)]
dnsdist: Fix potential FD usage count, only warn if limit <= potential

8 years agodnsdist: Change the default max number of queued TCP conns to 1000
Remi Gacogne [Thu, 20 Oct 2016 10:41:11 +0000 (12:41 +0200)]
dnsdist: Change the default max number of queued TCP conns to 1000

With the existing default value of 0, we could consume an unlimited
number of file descriptors if the queued connections kept piling up.

8 years agoMerge pull request #4602 from pieterlexis/DNSSEC-forwards-NSEC3-optout
Pieter Lexis [Mon, 24 Oct 2016 06:48:45 +0000 (08:48 +0200)]
Merge pull request #4602 from pieterlexis/DNSSEC-forwards-NSEC3-optout

NSEC3 optout and Bogus insecure forward fixes

8 years agoFixed a typo in settings.md in the docs
Andreas Pfohl [Fri, 21 Oct 2016 23:00:20 +0000 (01:00 +0200)]
Fixed a typo in settings.md in the docs

This adds a missing 'query' in the settings.md documentation for the 'launch' option of the authoritative server.

8 years agog.root-servers.net added IPv6
Kevin Otte [Fri, 21 Oct 2016 12:41:11 +0000 (08:41 -0400)]
g.root-servers.net added IPv6

http://www.internic.net/domain/db.cache
last update:    October 20, 2016

8 years agoFix comment indent
Pieter Lexis [Fri, 21 Oct 2016 10:48:24 +0000 (12:48 +0200)]
Fix comment indent

8 years agoAdd an RFC quote in the right place
Pieter Lexis [Fri, 21 Oct 2016 10:48:10 +0000 (12:48 +0200)]
Add an RFC quote in the right place

8 years agoNSEC3 optout and Bogus insecure forward fixes
Pieter Lexis [Fri, 21 Oct 2016 10:33:41 +0000 (12:33 +0200)]
NSEC3 optout and Bogus insecure forward fixes

After the change to zonecuts to find key material, the NSEC3 checking
returned an (incorrect) 'covering nxdomain' for a forwarded subzone with
no DS record in its parent. After fixing this, the NSEC3 optout test
failed as Bogus (instead of insecure). This was fixed by actually
checking the optout flag on a delegation NSEC3 record.

8 years agoMerge pull request #4489 from pieterlexis/issue-4483-caching-on-forward-zones
Pieter Lexis [Thu, 20 Oct 2016 11:58:14 +0000 (13:58 +0200)]
Merge pull request #4489 from pieterlexis/issue-4483-caching-on-forward-zones

Cache records for zones that were delegated to from a forwarded zone

8 years agoMerge pull request #4377 from pieterlexis/issue-4369-DNSSEC-forwards-cache
Pieter Lexis [Thu, 20 Oct 2016 11:58:01 +0000 (13:58 +0200)]
Merge pull request #4377 from pieterlexis/issue-4369-DNSSEC-forwards-cache

Rec: make the record cache forward-aware

8 years agoMerge pull request #4516 from pieterlexis/RPZ-chase-custompolicy-cname
Pieter Lexis [Thu, 20 Oct 2016 08:46:03 +0000 (10:46 +0200)]
Merge pull request #4516 from pieterlexis/RPZ-chase-custompolicy-cname

On RPZ customPolicy, follow the resulting CNAME

8 years agoMerge pull request #4389 from pieterlexis/DNSSEC-zone-cut
Pieter Lexis [Thu, 20 Oct 2016 07:47:16 +0000 (09:47 +0200)]
Merge pull request #4389 from pieterlexis/DNSSEC-zone-cut

Switch DNSSEC to using zone-cuts to find key material

8 years agoUpdate download.md
ncartron [Wed, 19 Oct 2016 19:23:49 +0000 (22:23 +0300)]
Update download.md

8 years agoUpdate download.md
ncartron [Wed, 19 Oct 2016 19:09:06 +0000 (22:09 +0300)]
Update download.md

8 years agoMerge pull request #4398 from pieterlexis/warn-on-addDS-without-DNSSEC
Pieter Lexis [Tue, 18 Oct 2016 09:39:52 +0000 (11:39 +0200)]
Merge pull request #4398 from pieterlexis/warn-on-addDS-without-DNSSEC

Warn the user when DNSSEC related things are attempted when DNSSEC is disabled

8 years agoMerge pull request #4465 from giganteous/patch-1
Pieter Lexis [Tue, 18 Oct 2016 09:39:39 +0000 (11:39 +0200)]
Merge pull request #4465 from giganteous/patch-1

[recursor] Update docs

8 years agoMerge pull request #4500 from pieterlexis/cleanups
Pieter Lexis [Tue, 18 Oct 2016 09:38:57 +0000 (11:38 +0200)]
Merge pull request #4500 from pieterlexis/cleanups

Silence a GCC 6.2 compiler warning

8 years agoMerge pull request #4526 from zeha/api-qualified
Pieter Lexis [Tue, 18 Oct 2016 09:37:51 +0000 (11:37 +0200)]
Merge pull request #4526 from zeha/api-qualified

API: url in zone info should be absolute

8 years agoMerge pull request #4537 from rgacogne/luawrapper-forward-as-tuple
Pieter Lexis [Tue, 18 Oct 2016 09:37:23 +0000 (11:37 +0200)]
Merge pull request #4537 from rgacogne/luawrapper-forward-as-tuple

Replace luawrapper's std::forward/std::make_tuple combo with std::forward_as_tuple

8 years agoMerge pull request #4544 from rgacogne/auth-off-by-one-http-remote
Pieter Lexis [Tue, 18 Oct 2016 09:36:25 +0000 (11:36 +0200)]
Merge pull request #4544 from rgacogne/auth-off-by-one-http-remote

auth: Fix a stack-based off-by-one write in the HTTP remote backend

8 years agoMerge pull request #4548 from zeha/shadow
Pieter Lexis [Tue, 18 Oct 2016 09:36:07 +0000 (11:36 +0200)]
Merge pull request #4548 from zeha/shadow

Avoid shadowing variables

8 years agoMerge pull request #4560 from mind04/packethandler
Pieter Lexis [Tue, 18 Oct 2016 09:35:48 +0000 (11:35 +0200)]
Merge pull request #4560 from mind04/packethandler

remove the suggestion of variable hiding being a problem

8 years agoMerge pull request #4580 from percipient/remote-tsig-docs
Pieter Lexis [Tue, 18 Oct 2016 09:35:29 +0000 (11:35 +0200)]
Merge pull request #4580 from percipient/remote-tsig-docs

[Documentation] Update some auth remove backend examples to add trailing '.'s

8 years agoMerge pull request #4570 from Habbie/recname
Pieter Lexis [Tue, 18 Oct 2016 09:35:11 +0000 (11:35 +0200)]
Merge pull request #4570 from Habbie/recname

fix filename, thanks Cody Robertson

8 years agoMerge pull request #4567 from pieterlexis/yakkety
Pieter Lexis [Tue, 18 Oct 2016 09:35:00 +0000 (11:35 +0200)]
Merge pull request #4567 from pieterlexis/yakkety

Fix build dependencies for Ubuntu Yakkety

8 years agoMerge pull request #4561 from paddg/patch-4
Pieter Lexis [Tue, 18 Oct 2016 09:34:50 +0000 (11:34 +0200)]
Merge pull request #4561 from paddg/patch-4

Update rec_control.1.md

8 years agoDNSSEC: generalize getDenial() function
Pieter Lexis [Wed, 31 Aug 2016 12:05:20 +0000 (14:05 +0200)]
DNSSEC: generalize getDenial() function

 * Add qname denial check for NSEC
 * Add qtype denial checks
 * Hook up to getKeysFor()

8 years agoDNSSEC: Implement keysearch based on zone-cuts
Pieter Lexis [Wed, 31 Aug 2016 12:11:27 +0000 (14:11 +0200)]
DNSSEC: Implement keysearch based on zone-cuts

This prevents us sending out useless queries for DS records and doesn't
confuse us anymore when the delegation jumps over several labels.

8 years agoAdd getZoneCuts() function
Pieter Lexis [Wed, 31 Aug 2016 12:11:15 +0000 (14:11 +0200)]
Add getZoneCuts() function

8 years agoAdd some missing dots at the end of 'names'.
Patrick Cloke [Mon, 17 Oct 2016 21:14:57 +0000 (17:14 -0400)]
Add some missing dots at the end of 'names'.

8 years agorec: Fix src/dest inversion in the protobuf message for TCP queries
Remi Gacogne [Mon, 17 Oct 2016 10:19:06 +0000 (12:19 +0200)]
rec: Fix src/dest inversion in the protobuf message for TCP queries

8 years agoFix building with ECDSA support disabled in libcrypto
Remi Gacogne [Mon, 17 Oct 2016 08:07:26 +0000 (10:07 +0200)]
Fix building with ECDSA support disabled in libcrypto

8 years agofix filename, thanks Cody Robertson
Peter van Dijk [Sat, 15 Oct 2016 19:02:47 +0000 (21:02 +0200)]
fix filename, thanks Cody Robertson

8 years agoFix build dependencies for Ubuntu Yakkety
Pieter Lexis [Fri, 14 Oct 2016 05:42:39 +0000 (07:42 +0200)]
Fix build dependencies for Ubuntu Yakkety

libzmq-dev has been renamed to libzmq3-dev

8 years agoUpdate rec_control.1.md
Winfried Angele [Wed, 12 Oct 2016 12:08:02 +0000 (14:08 +0200)]
Update rec_control.1.md

8 years agoSilence a GCC 6.2 compiler warning
Pieter Lexis [Fri, 23 Sep 2016 15:09:11 +0000 (17:09 +0200)]
Silence a GCC 6.2 compiler warning

8 years agoremove the suggestion of variable hiding being a problem
Kees Monshouwer [Tue, 11 Oct 2016 21:31:40 +0000 (23:31 +0200)]
remove the suggestion of variable hiding being a problem

8 years agoMerge pull request #4550 from rgacogne/auth-web-rings-leak
Peter van Dijk [Tue, 11 Oct 2016 20:30:03 +0000 (22:30 +0200)]
Merge pull request #4550 from rgacogne/auth-web-rings-leak

auth: Fix a possible memory leak in the webserver

8 years agoMerge pull request #4559 from mind04/warning
Peter van Dijk [Tue, 11 Oct 2016 20:28:33 +0000 (22:28 +0200)]
Merge pull request #4559 from mind04/warning

Fix a few warnings on rawhide

8 years agoMerge pull request #4538 from pieterlexis/secpoll-v3-docs
Peter van Dijk [Tue, 11 Oct 2016 19:53:56 +0000 (21:53 +0200)]
Merge pull request #4538 from pieterlexis/secpoll-v3-docs

Send secpoll users of 3.X to the 3.X docs

8 years agoMerge pull request #4542 from zeha/api-search-no-ents
Peter van Dijk [Tue, 11 Oct 2016 19:52:58 +0000 (21:52 +0200)]
Merge pull request #4542 from zeha/api-search-no-ents

API: search should not return ENTs

8 years agoMerge pull request #4554 from rgacogne/protobuf-comments
Peter van Dijk [Tue, 11 Oct 2016 19:51:55 +0000 (21:51 +0200)]
Merge pull request #4554 from rgacogne/protobuf-comments

Add requestorId and some comments to the protobuf definition file

8 years agoMerge pull request #4557 from Habbie/safesearch
Peter van Dijk [Tue, 11 Oct 2016 19:51:02 +0000 (21:51 +0200)]
Merge pull request #4557 from Habbie/safesearch

encrypted.google.com is supported as SNI on the forcesafesearch VIP; …

8 years agoencrypted.google.com is supported as SNI on the forcesafesearch VIP; so is ipv6.googl...
Peter van Dijk [Tue, 11 Oct 2016 11:23:10 +0000 (13:23 +0200)]
encrypted.google.com is supported as SNI on the forcesafesearch VIP; so is ipv6.google.com

8 years agoAdd requestorId and some comments to the protobuf definition file
Remi Gacogne [Mon, 10 Oct 2016 13:08:24 +0000 (15:08 +0200)]
Add requestorId and some comments to the protobuf definition file

8 years agoMerge pull request #4553 from rgacogne/dnsdist-client-redirection
Remi Gacogne [Mon, 10 Oct 2016 12:05:46 +0000 (14:05 +0200)]
Merge pull request #4553 from rgacogne/dnsdist-client-redirection

dnsdist: Flush output in single command client mode

8 years agodnsdist: Flush output in single command client mode
Remi Gacogne [Mon, 10 Oct 2016 11:12:21 +0000 (13:12 +0200)]
dnsdist: Flush output in single command client mode

Otherwise redirection to a pipe or a file doesn't work, as
reported on IRC  by tmus (thanks!).

8 years agoauth: Fix a possible memory leak in the webserver
Remi Gacogne [Fri, 7 Oct 2016 13:04:12 +0000 (15:04 +0200)]
auth: Fix a possible memory leak in the webserver

Also state clearly that we advise against running the webserver
without password protection.

Reported by mongo (thanks!).

8 years agoapiServerSearchData simplify == false
Christian Hofstaedtler [Fri, 7 Oct 2016 00:44:10 +0000 (02:44 +0200)]
apiServerSearchData simplify == false

8 years agoReplace setRcode(int) with setRcode(RCode::...) enum
Christian Hofstaedtler [Fri, 7 Oct 2016 00:42:56 +0000 (02:42 +0200)]
Replace setRcode(int) with setRcode(RCode::...) enum

8 years agotcpreceiver: fix easy cases of var shadowing
Christian Hofstaedtler [Fri, 7 Oct 2016 00:42:29 +0000 (02:42 +0200)]
tcpreceiver: fix easy cases of var shadowing

8 years agopackethandler: fix easy cases of var shadowing
Christian Hofstaedtler [Fri, 7 Oct 2016 00:42:05 +0000 (02:42 +0200)]
packethandler: fix easy cases of var shadowing

8 years agonsecrecords: fix var shadowing
Christian Hofstaedtler [Fri, 7 Oct 2016 00:41:47 +0000 (02:41 +0200)]
nsecrecords: fix var shadowing

8 years agodnsname: fix var shadowing
Christian Hofstaedtler [Fri, 7 Oct 2016 00:41:34 +0000 (02:41 +0200)]
dnsname: fix var shadowing