]>
granicus.if.org Git - pdns/log
Peter van Dijk [Fri, 18 Jul 2014 06:47:22 +0000 (08:47 +0200)]
Merge pull request #1569 from cmouse/yahttp-upgrade-
20140718
YaHTTP upgrade from upstream
Aki Tuomi [Fri, 18 Jul 2014 05:50:58 +0000 (08:50 +0300)]
YaHTTP upgrade from upstream
Peter van Dijk [Fri, 18 Jul 2014 05:23:06 +0000 (07:23 +0200)]
Merge pull request #1560 from cmouse/polarssl-integration
Automake integration
Aki Tuomi [Thu, 17 Jul 2014 14:46:34 +0000 (17:46 +0300)]
Add two more makefile.am
Aki Tuomi [Thu, 17 Jul 2014 14:44:19 +0000 (17:44 +0300)]
Automake integration
Peter van Dijk [Thu, 17 Jul 2014 13:15:19 +0000 (15:15 +0200)]
Merge pull request #1556 from cmouse/yahttp-upgrade-
20140717
YaHTTP upgrade from upstream. Fixes f.ex. build on Solaris
Aki Tuomi [Thu, 17 Jul 2014 12:02:50 +0000 (15:02 +0300)]
Test for localtime_r
Aki Tuomi [Thu, 17 Jul 2014 10:36:11 +0000 (13:36 +0300)]
YaHTTP upgrade from upstream. Fixes f.ex. build on Solaris
Peter van Dijk [Thu, 17 Jul 2014 06:57:09 +0000 (08:57 +0200)]
Merge pull request #1511 from rubenk/clang-warnings
Clang warnings
Peter van Dijk [Thu, 17 Jul 2014 06:55:33 +0000 (08:55 +0200)]
Merge pull request #1510 from rubenk/osx-pktinfo
OSX 10.9 now has IP_PKTINFO
Peter van Dijk [Thu, 17 Jul 2014 06:52:59 +0000 (08:52 +0200)]
Merge pull request #1509 from rubenk/osx-fix-warning
Fix a Clang warning on OSX
Peter van Dijk [Thu, 17 Jul 2014 06:33:40 +0000 (08:33 +0200)]
Merge pull request #1540 from rubenk/#1253
Handle --disable-foo properly
Peter van Dijk [Thu, 17 Jul 2014 06:27:08 +0000 (08:27 +0200)]
Merge pull request #1553 from mind04/remotes
improve logging of remotes sending corrupt packets
Peter van Dijk [Wed, 16 Jul 2014 17:47:01 +0000 (19:47 +0200)]
Merge pull request #1552 from mind04/make-check
report types in test-zoneparser_tng_cc
Kees Monshouwer [Wed, 16 Jul 2014 17:44:10 +0000 (19:44 +0200)]
report types in test-zoneparser_tng_cc
fixes make check on CentOS 6
Peter van Dijk [Wed, 16 Jul 2014 17:43:11 +0000 (19:43 +0200)]
Merge pull request #1548 from cmouse/remotebackend-exceptions
Fix exception handling and use "" for NULL
Peter van Dijk [Wed, 16 Jul 2014 17:41:37 +0000 (19:41 +0200)]
Merge pull request #1551 from rubenk/fix-typo
It's a single script
Ruben Kerkhof [Wed, 16 Jul 2014 14:04:40 +0000 (16:04 +0200)]
It's a single script
Aki Tuomi [Wed, 16 Jul 2014 09:06:24 +0000 (12:06 +0300)]
Check getTSIGKey response
Aki Tuomi [Wed, 16 Jul 2014 07:05:04 +0000 (10:05 +0300)]
Few more sanity checks to avoid aborts
Aki Tuomi [Tue, 15 Jul 2014 18:20:44 +0000 (21:20 +0300)]
Fix exception handling and use "" for NULL
Peter van Dijk [Wed, 16 Jul 2014 07:05:13 +0000 (09:05 +0200)]
Merge pull request #1545 from cmouse/remotebackend-acccept-header
Send Accept: application/json header on request
Peter van Dijk [Wed, 16 Jul 2014 07:04:59 +0000 (09:04 +0200)]
Merge pull request #1544 from cmouse/remotebackend-ismaster-support
Remotebackend ismaster support
Peter van Dijk [Wed, 16 Jul 2014 07:04:51 +0000 (09:04 +0200)]
Merge pull request #1542 from rubenk/fix-supermaster-backend-post-query
Fix POST to /superMasterBackend
Aki Tuomi [Tue, 15 Jul 2014 18:02:59 +0000 (21:02 +0300)]
Do not prepare isMaster as post
Aki Tuomi [Tue, 15 Jul 2014 17:57:01 +0000 (20:57 +0300)]
Send Accept: application/json header on request
Aki Tuomi [Tue, 15 Jul 2014 17:33:57 +0000 (20:33 +0300)]
Change isMaster to GET
Aki Tuomi [Tue, 15 Jul 2014 17:31:54 +0000 (20:31 +0300)]
Documentation for isMaster
Aki Tuomi [Tue, 15 Jul 2014 16:02:17 +0000 (19:02 +0300)]
Tests for isMaster
Aki Tuomi [Tue, 15 Jul 2014 15:54:34 +0000 (18:54 +0300)]
Support for isMaster
Aki Tuomi [Tue, 15 Jul 2014 15:54:23 +0000 (18:54 +0300)]
isMaster implementation
Aki Tuomi [Tue, 15 Jul 2014 15:49:12 +0000 (18:49 +0300)]
Added isMaster declaration
Ruben Kerkhof [Tue, 15 Jul 2014 10:46:08 +0000 (12:46 +0200)]
Fix post to superMasterBackend
We need to separate the individual rrs in the rrset.
Ruben Kerkhof [Mon, 14 Jul 2014 21:32:48 +0000 (23:32 +0200)]
Handle --disable-foo properly
Fixes #1253
Ruben Kerkhof [Mon, 14 Jul 2014 14:09:04 +0000 (16:09 +0200)]
Remove a few unused variables
Ruben Kerkhof [Mon, 14 Jul 2014 14:06:57 +0000 (16:06 +0200)]
Fix deprecated syntax
coprocess.cc:143:24: warning: use of GNU old-style field designator extension [-Wgnu-designator]
struct timeval tv={tv_sec: d_timeout/1000, tv_usec: (d_timeout % 1000) * 1000,};
^~~~~~~
.tv_sec =
coprocess.cc:143:48: warning: use of GNU old-style field designator extension [-Wgnu-designator]
struct timeval tv={tv_sec: d_timeout/1000, tv_usec: (d_timeout % 1000) * 1000,};
^~~~~~~~
.tv_usec =
2 warnings generated.
Peter van Dijk [Sun, 13 Jul 2014 13:52:09 +0000 (15:52 +0200)]
Merge pull request #1536 from cmouse/yahttp-config-h
Yahttp config h
Kees Monshouwer [Sun, 6 Jul 2014 15:12:59 +0000 (17:12 +0200)]
improve logging of remotes sending corrupt packets
Aki Tuomi [Sat, 12 Jul 2014 07:01:37 +0000 (10:01 +0300)]
Remove yahttp tweak
Aki Tuomi [Sat, 12 Jul 2014 07:01:09 +0000 (10:01 +0300)]
Remove yahttp-config.h creation rules
Aki Tuomi [Sat, 12 Jul 2014 07:00:31 +0000 (10:00 +0300)]
Include config.h in yahttp-config.h without path to avoid location specific problems. Thanks @mind04
Peter van Dijk [Fri, 11 Jul 2014 17:03:35 +0000 (19:03 +0200)]
Merge pull request #1531 from cmouse/yahttp-sync-
20140710
Yahttp sync
20140710
Aki Tuomi [Fri, 11 Jul 2014 15:14:32 +0000 (18:14 +0300)]
Remake yahttp-config.h when config.h changes
Peter van Dijk [Fri, 11 Jul 2014 14:35:12 +0000 (16:35 +0200)]
Merge pull request #1530 from mind04/gmt
fix include of config.h for recursor in yahttp-config.h
Aki Tuomi [Thu, 10 Jul 2014 20:31:23 +0000 (23:31 +0300)]
Create yahttp-config.h dynamically
Aki Tuomi [Thu, 10 Jul 2014 20:31:03 +0000 (23:31 +0300)]
Sync with upstream
Kees Monshouwer [Thu, 10 Jul 2014 18:55:16 +0000 (20:55 +0200)]
fix include of config.h for recursor in yahttp-config.h
Peter van Dijk [Thu, 10 Jul 2014 17:40:01 +0000 (19:40 +0200)]
Merge pull request #1528 from mind04/gmt
detect presense of tm_gmtoff in tm structure and add conditional build l...
Kees Monshouwer [Thu, 10 Jul 2014 17:23:04 +0000 (19:23 +0200)]
detect presense of tm_gmtoff in tm structure and add conditional build logic in yahttp
Peter van Dijk [Thu, 10 Jul 2014 14:37:58 +0000 (16:37 +0200)]
oops
Peter van Dijk [Thu, 10 Jul 2014 14:09:42 +0000 (16:09 +0200)]
limit AXFR to loopback by default, closes #1287
Peter van Dijk [Thu, 10 Jul 2014 12:42:37 +0000 (12:42 +0000)]
fix typo, thanks Marek Kozlovsky
Peter van Dijk [Thu, 10 Jul 2014 11:27:47 +0000 (13:27 +0200)]
Merge pull request #1526 from mind04/no-flu
don't add superfluous nsec3 for old bind
Peter van Dijk [Thu, 10 Jul 2014 11:24:41 +0000 (13:24 +0200)]
Merge pull request #1525 from mind04/libdir
upgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR
Peter van Dijk [Thu, 10 Jul 2014 11:21:24 +0000 (13:21 +0200)]
Merge pull request #1518 from mind04/receiver-threads
add default for empty value to asNum(), and use a value of 1 for all thr...
Peter van Dijk [Thu, 10 Jul 2014 08:57:09 +0000 (10:57 +0200)]
allow building of db2/goracle/ldap/opendbx/oracle backends (untested) plus tinydnsbackend (tested), when boost is in a non-standard location
Peter van Dijk [Thu, 10 Jul 2014 08:39:03 +0000 (10:39 +0200)]
allow building of gpgsql/lua/mydnsbackend, plus yahttp, when boost is in a non-standard location. Fixes #1521
Kees Monshouwer [Wed, 9 Jul 2014 23:45:54 +0000 (01:45 +0200)]
don't add superfluous nsec3 for old bind
Kees Monshouwer [Sat, 5 Jul 2014 12:20:49 +0000 (14:20 +0200)]
upgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR
Kees Monshouwer [Thu, 12 Jun 2014 22:38:51 +0000 (00:38 +0200)]
add default for empty value to asNum(), and use a value of 1 for all thread settings in auth
Peter van Dijk [Wed, 9 Jul 2014 17:29:22 +0000 (19:29 +0200)]
update recursor build instructions
Peter van Dijk [Wed, 9 Jul 2014 16:36:11 +0000 (18:36 +0200)]
Merge pull request #1516 from sid3windr/master
Manpage and help output updates for rec_control
Tom Laermans [Wed, 9 Jul 2014 16:11:49 +0000 (18:11 +0200)]
Small typo fix for set-minimum-ttl
Tom Laermans [Wed, 9 Jul 2014 15:50:52 +0000 (17:50 +0200)]
Manpage: small parameter syntax consistency
Add <> around all parameters.
Tom Laermans [Wed, 9 Jul 2014 15:10:39 +0000 (17:10 +0200)]
Manpage: document all known options for rec_control
The rec_control manpage was missing a number of options that were mentioned in rec_control help. Rectified.
Tom Laermans [Wed, 9 Jul 2014 15:01:13 +0000 (17:01 +0200)]
Document optional trace-regex in rec_control help
To clear tracing, rec_control trage-regex should be called without a regex parameter. Document in rec_control help.
Peter van Dijk [Wed, 9 Jul 2014 12:18:25 +0000 (14:18 +0200)]
Merge pull request #1505 from mind04/yahttp
add yahttp LICENSE and README.md to dist tarball
Peter van Dijk [Wed, 9 Jul 2014 07:23:19 +0000 (09:23 +0200)]
Merge pull request #1503 from cmouse/fix-issue-1455
Fix remotebackend pipe connection-string documentation
Peter van Dijk [Wed, 9 Jul 2014 07:23:01 +0000 (09:23 +0200)]
Merge pull request #1504 from cmouse/remotebackend-docs-correct-methods
Document correct HTTP methods used
Peter van Dijk [Wed, 9 Jul 2014 07:19:25 +0000 (09:19 +0200)]
Merge pull request #1506 from mind04/v3.4.0
next version is 3.4.0 s/3.4/3.4.0
Peter van Dijk [Wed, 9 Jul 2014 07:18:53 +0000 (09:18 +0200)]
Merge pull request #1508 from zeha/remotebackend-test-no-socat
Fix remotebackend tests without socat
Peter van Dijk [Tue, 8 Jul 2014 22:11:33 +0000 (00:11 +0200)]
Merge pull request #1514 from mind04/solaris
WORDS_BIGENDIAN not defined on sparc Solaris 10
Peter van Dijk [Tue, 8 Jul 2014 21:32:14 +0000 (23:32 +0200)]
Merge pull request #1513 from mind04/pgsql
remove unused gpgsql-socket option and document postgres socket usage
Peter van Dijk [Tue, 8 Jul 2014 21:11:18 +0000 (23:11 +0200)]
don't abort make on failure in travis
Kees Monshouwer [Fri, 16 May 2014 19:23:47 +0000 (21:23 +0200)]
WORDS_BIGENDIAN not defined on sparc Solaris 10
Kees Monshouwer [Sat, 5 Jul 2014 11:38:39 +0000 (13:38 +0200)]
next version is 3.4.0 s/3.4/3.4.0
Kees Monshouwer [Sun, 6 Jul 2014 11:49:38 +0000 (13:49 +0200)]
remove unused gpgsql-socket option and document postgres socket usage
Ruben Kerkhof [Sat, 5 Jul 2014 13:51:05 +0000 (15:51 +0200)]
OSX 10.9 now has IP_PKTINFO
Christian Hofstaedtler [Sat, 5 Jul 2014 12:32:09 +0000 (14:32 +0200)]
Fix remotebackend tests without socat
When socat is not installed, the testrunner would fail instead of
exiting without testing as planned.
This also adds `set -x` to the testrunner for future error diagnosis.
Ruben Kerkhof [Sat, 5 Jul 2014 12:16:22 +0000 (14:16 +0200)]
Fix a Clang warning on OSX
In file included from unix_semaphore.cc:24:
./utility.hh:53:10: warning: private field 'm_pSemaphore' is not used
[-Wunused-private-field]
sem_t *m_pSemaphore;
^
Kees Monshouwer [Sat, 5 Jul 2014 10:44:47 +0000 (12:44 +0200)]
add yahttp LICENSE and README.md to dist tarball
Aki Tuomi [Fri, 4 Jul 2014 13:41:57 +0000 (16:41 +0300)]
Document correct HTTP methods used
Aki Tuomi [Fri, 4 Jul 2014 13:37:38 +0000 (16:37 +0300)]
Fixes issue #1455
Peter van Dijk [Thu, 3 Jul 2014 09:38:28 +0000 (11:38 +0200)]
Merge pull request #1450 from mind04/lmdbsec
lmdb-backend experimental presigned dnssec support, zone2lmdb and regression tests
Peter van Dijk [Tue, 1 Jul 2014 19:22:21 +0000 (21:22 +0200)]
Merge pull request #1495 from cmouse/yahttp-update-
20140630
YaHTTP upstream update
Peter van Dijk [Tue, 1 Jul 2014 12:49:14 +0000 (14:49 +0200)]
remove .la files during make install
Peter van Dijk [Tue, 1 Jul 2014 12:12:42 +0000 (14:12 +0200)]
make lmdbbackend use libtool object
Peter van Dijk [Tue, 1 Jul 2014 11:24:27 +0000 (13:24 +0200)]
don't build .a files for backends, we do not use them at all
Peter van Dijk [Mon, 30 Jun 2014 09:13:01 +0000 (11:13 +0200)]
list make install content
Aki Tuomi [Mon, 30 Jun 2014 20:56:26 +0000 (23:56 +0300)]
YaHTTP upstream update
Fixes:
- Chunked responses and requests are parsed properly even when
the headers and body come in separately.
Peter van Dijk [Mon, 30 Jun 2014 07:36:59 +0000 (09:36 +0200)]
Merge pull request #1491 from cmouse/remotebackend-yahttp
Remotebackend yahttp
Peter van Dijk [Mon, 30 Jun 2014 06:57:45 +0000 (08:57 +0200)]
Merge pull request #1492 from mind04/hybrid
reinstate, optional, bindbackend hybrid mode operation
Peter van Dijk [Mon, 30 Jun 2014 05:31:22 +0000 (07:31 +0200)]
Merge pull request #1490 from cmouse/yahttp-update-
20140605
Update YaHTTP from upstream (fixes several bugs)
Peter van Dijk [Mon, 30 Jun 2014 05:30:44 +0000 (07:30 +0200)]
Merge pull request #1493 from zeha/hacking
Integrate HACKING into README
Christian Hofstaedtler [Sun, 29 Jun 2014 13:47:44 +0000 (15:47 +0200)]
Integrate HACKING into README
Kees Monshouwer [Sun, 29 Jun 2014 10:56:15 +0000 (12:56 +0200)]
add hybrid mode regression tests
Kees Monshouwer [Sun, 15 Jun 2014 22:23:00 +0000 (00:23 +0200)]
reinstate, optional, bindbackend hybrid mode operation
Peter van Dijk [Thu, 26 Jun 2014 17:11:24 +0000 (17:11 +0000)]
avoid clobbering shell prompt with 'job backgrounded' output
Peter van Dijk [Thu, 26 Jun 2014 17:09:27 +0000 (17:09 +0000)]
add hijack test
bert hubert [Thu, 26 Jun 2014 11:19:07 +0000 (13:19 +0200)]
make dnsscope match the description on gist