Emery Hemingway
|
a6ec2b2449
|
No TCP sendto without TCP_FASTOPEN
|
2018-05-08 14:58:17 +02:00 |
Willem Toorop
|
9c01968048
|
DS and DNSKEY lookups for tld and sld immediately
Resolves issue getdnsapi/stubby#99
|
2018-05-01 17:07:16 +02:00 |
Willem Toorop
|
7fecf5a93d
|
Allow NSEC spans starting from (unexpanded) wildcards
|
2018-05-01 13:19:24 +02:00 |
Willem Toorop
|
a834d32718
|
Fix negative reversed IPv4 test
which assumes 1.1.1.1.in-addr.arpa does not exist
|
2018-04-23 14:05:02 +02:00 |
Willem Toorop
|
1b5b0ca799
|
Force trailing '\0' with string config settings
Because even though it is added when parsing from JSON, it will be lost when the bindata is copied into a dict with getdns_dict_set_bindata.
|
2018-04-23 15:11:20 +02:00 |
Willem Toorop
|
81ea235d50
|
Merge branch 'release/1.4.1' into develop
|
2018-03-12 12:25:25 +01:00 |
Willem Toorop
|
75f59b9dfc
|
Bump version
|
2018-03-12 12:05:09 +01:00 |
Willem Toorop
|
3d2ac4c16c
|
Change git source for yxml submodule
Resolved issue getdnsapi/stubby#84
|
2018-03-09 11:37:37 +01:00 |
Willem Toorop
|
ef0a77e061
|
Forgot the dash before the rc1 again
|
2018-03-05 16:34:50 +01:00 |
Willem Toorop
|
7548b095bc
|
Doxygen fixes
|
2018-03-05 16:12:49 +01:00 |
Willem Toorop
|
1e9a7849de
|
Spelling corrections in the spec
|
2018-03-05 16:08:00 +01:00 |
Willem Toorop
|
06e1c741e8
|
PR #387: Compile with OpenSSL with deprecated APIs disabled.
Thanks Rosen Penev
|
2018-03-05 15:40:16 +01:00 |
Willem Toorop
|
1bc056ee70
|
PR #386 in ChangeLog
|
2018-03-05 12:47:51 +01:00 |
Willem Toorop
|
c45b3ed9db
|
Merge branch 'release/1.4.1-max_udp_backoff_value' into release/1.4.1
|
2018-03-05 12:43:32 +01:00 |
Willem Toorop
|
8a2fc5f5a9
|
max_udp_backoff should not be public
At least, not with this point release
|
2018-03-05 12:42:27 +01:00 |
Robert Groenenberg
|
eec6ec29dd
|
[UDP] try upstreams in round-robin fashion when all yupstreams have failed
|
2018-03-05 12:03:20 +01:00 |
Robert Groenenberg
|
f787c87137
|
Reset back_off on successful query
|
2018-03-05 12:02:01 +01:00 |
Robert Groenenberg
|
a0fb2c8424
|
Limit back_off value to avoid very long retry interval
|
2018-03-05 12:01:52 +01:00 |
Willem Toorop
|
d1aa3922fe
|
Bugfix #388
|
2018-03-05 11:53:03 +01:00 |
Willem Toorop
|
fd5e0cdc02
|
Merge branch 'bugfix/388-endless-fallback-loop' into release/1.4.1
|
2018-03-05 11:52:36 +01:00 |
Willem Toorop
|
9da06230d9
|
DNSSEC issues from PR #389
|
2018-03-05 11:51:31 +01:00 |
Willem Toorop
|
e93b583a26
|
Merge branch 'devel/dnssec_issues' into release/1.4.1
|
2018-03-05 11:41:55 +01:00 |
Willem Toorop
|
1dd5f4dc16
|
PR #384: Fix minor spelling and formatting. Thanks dkg
|
2018-03-05 11:34:32 +01:00 |
Willem Toorop
|
c057ca52e4
|
Merge remote-tracking branch 'dkg/spelling' into release/1.4.1
|
2018-03-05 11:30:33 +01:00 |
Willem Toorop
|
bedc4ba0bb
|
Bugfix #382: Parallel install of getdns_query and getdns_server_mon
|
2018-03-05 11:30:18 +01:00 |
Willem Toorop
|
0d6b127684
|
Merge branch 'bugfix/382-parallel-install-tools' into release/1.4.1
|
2018-03-05 11:27:24 +01:00 |
Willem Toorop
|
984aeefab2
|
Setup branch for the 1.4.1 release
|
2018-03-05 11:26:20 +01:00 |
Willem Toorop
|
0ff1839a6f
|
Upstream reset on searchpath retry
|
2018-03-02 23:31:33 +01:00 |
Willem Toorop
|
b178f94505
|
Don't retry an already tried upstream
|
2018-03-02 15:56:00 +01:00 |
Willem Toorop
|
e29cfb6b6a
|
Query for DS i.s.o. SOA to find zonecuts
Because of broken setups that have zonecuts without SOA:
```
$ drill -T www.gslb.kpn.com A
. 518400 IN NS i.root-servers.net.
com. 172800 IN NS a.gtld-servers.net.
kpn.com. 172800 IN NS ns1.kpn.net.
kpn.com. 172800 IN NS ns2.kpn.net.
gslb.kpn.com. 3600 IN NS gss1.kpn.com.
gslb.kpn.com. 3600 IN NS gss2.kpn.com.
www.gslb.kpn.com. 10 IN A 145.7.170.135
```
but
```
$ drill gslb.kpn.com SOA
;; ->>HEADER<<- opcode: QUERY, rcode: NXDOMAIN, id: 48303
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; gslb.kpn.com. IN SOA
;; ANSWER SECTION:
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 8 msec
;; SERVER: 185.49.140.100
;; WHEN: Fri Mar 2 14:13:21 2018
;; MSG SIZE rcvd: 30
```
|
2018-03-02 14:14:28 +01:00 |
Willem Toorop
|
abc69f96fe
|
Follow unsigned SOA's as insecure zonecut indication
Should resolve issue #385
|
2018-03-02 11:15:45 +01:00 |
Daniel Kahn Gillmor
|
9301f8970c
|
Fix minor spelling and formatting.
These issues were found with the codespell tool.
|
2018-02-23 14:12:11 -08:00 |
Willem Toorop
|
1fbb022b88
|
Bugfix#382 Do not install tools in parallel
|
2018-02-22 16:05:34 +01:00 |
Willem Toorop
|
8797280429
|
Merge branch 'devel/tpkg-maintenance' into develop
|
2018-02-22 15:16:31 +01:00 |
Willem Toorop
|
e705109f22
|
Fix tpkg dependencies
|
2018-02-22 15:02:11 +01:00 |
Willem Toorop
|
75297b17ae
|
Fixes from running servers with valgrind
|
2018-02-22 14:45:56 +01:00 |
Willem Toorop
|
65e610f26e
|
Unit test maintenance, to:
- remove obsolete tests
- test better for parallel installs
- run custom servers through valgrind
|
2018-02-22 14:44:13 +01:00 |
Willem Toorop
|
21155d5aa9
|
Merge branch 'develop'
|
2018-02-22 10:24:43 +01:00 |
Willem Toorop
|
7bace705b1
|
Merge branch 'release/1.4.0' into develop
|
2018-02-21 16:59:40 +01:00 |
Willem Toorop
|
a037398156
|
Bump version
|
2018-02-21 16:45:26 +01:00 |
Willem Toorop
|
5f2add4c09
|
Merge branch 'bugfix/localhost-on-freebsd-jails' into release/1.4.0
|
2018-02-21 15:33:27 +01:00 |
Willem Toorop
|
6325dae563
|
Run localhost unit tests on local localhost address
|
2018-02-21 13:40:19 +01:00 |
Willem Toorop
|
a150c6d927
|
implied source ($<) not defined in explicit rules
|
2018-02-21 12:17:51 +01:00 |
Willem Toorop
|
f2c531265b
|
libidns2 doesn't detect locale that well...
|
2018-02-13 16:58:12 +01:00 |
Willem Toorop
|
9999907593
|
update Stubby + other dist tarball fixes
|
2018-02-13 15:05:29 +01:00 |
Willem Toorop
|
a1c30563bf
|
Update ChangeLog
|
2018-02-12 17:14:56 +01:00 |
Willem Toorop
|
5a420a2aed
|
Bump versions
|
2018-02-12 17:14:45 +01:00 |
Willem Toorop
|
223e85bc02
|
Merge branch 'features/tls_curves_list' into release/1.4.0
|
2018-02-12 16:04:49 +01:00 |
Willem Toorop
|
0c3b6fb2f6
|
Symbols & constants
|
2018-02-12 15:57:28 +01:00 |
Willem Toorop
|
1ebd54a1de
|
Utils from unbound update
|
2018-02-12 15:54:43 +01:00 |