wtoorop
280e72a0fe
Merge pull request #311 from MelindaShore/develop
...
Basic Dockerfile for stubby.
2017-06-28 21:28:31 +02:00
Willem Toorop
78f027aaab
The event loop bugfix
2017-06-28 21:24:35 +02:00
Willem Toorop
19479d4089
Merge branch 'develop' into features/getdns_context_set_logfunc
2017-06-28 21:22:55 +02:00
Willem Toorop
f47606b643
Bump version
2017-06-28 21:21:15 +02:00
Willem Toorop
264135e799
Reintroduct timestamps and replace GETDNS_DAEMON: with STUBBY:
2017-06-28 21:09:40 +02:00
Willem Toorop
8235250fb6
Rename SYSTEM_DAEMON in LOG_UPSTREAM_STATS
2017-06-28 20:57:53 +02:00
Willem Toorop
fb267938c3
Start with fetching root-anchors remotely
...
Also lays the foundation for looking up upstreams by name and DANE authentication of upstreams.
2017-06-28 20:35:30 +02:00
Sara Dickinson
55acf6662c
Fix for outputting the address string in the DAEMON log
2017-06-28 17:58:38 +01:00
wtoorop
101f24a6da
Merge pull request #309 from getdnsapi/bugfix/detect_connection_reset
...
Respond to socket errors
2017-06-28 11:37:14 +02:00
Willem Toorop
195f4c59c8
Fix for the constants declaration issue
2017-06-27 07:49:01 +02:00
Melinda Shore
b0c55d540f
Basic Dockerfile for stubby.
2017-06-26 17:17:16 -08:00
Willem Toorop
04e554086a
A configurable log function
...
Currently used only for DAEMON_DEBUG
2017-06-27 00:23:22 +02:00
Willem Toorop
ce43942cbe
Respond to socket errors
2017-06-26 16:57:23 +02:00
Willem Toorop
ff1ebbf671
Hmmm... this time the warning does make sense
2017-06-22 13:09:45 +02:00
Willem Toorop
2962baa050
Old (not so smart) compiler warns for uninitialized variable
2017-06-22 12:48:22 +02:00
Willem Toorop
69b3f6f558
Remove unnecessary initialization (scan-build)
2017-06-22 12:43:33 +02:00
Willem Toorop
e2f1d3badb
Dependencies
2017-06-22 12:41:01 +02:00
Willem Toorop
4a1008e02c
New deps for anchor.lo
2017-06-22 12:28:07 +02:00
Willem Toorop
7ea3beaa6a
Equip context with xml read trust anchors
2017-06-22 12:27:20 +02:00
Willem Toorop
6b70160659
getdnsify function names, even though they're static
2017-06-22 10:30:13 +02:00
Willem Toorop
a2cf568190
RFC7958 root-anchors.xml parsing
2017-06-22 00:36:26 +02:00
Willem Toorop
631bf3fffc
Copy yxml in distributions too
2017-06-20 16:07:25 +02:00
Willem Toorop
a7ed88fbed
Add yxml as submodule
2017-06-20 16:00:37 +02:00
Willem Toorop
e496d13777
Start with getting files from user area
2017-06-20 15:38:32 +02:00
Willem Toorop
b0af051809
Initialize in correct order
2017-06-20 12:20:11 +02:00
Willem Toorop
4275ea6ffa
Merge branch 'develop' into hackathon/zeroconf-dnssec
2017-06-20 10:06:00 +02:00
Willem Toorop
ac084db231
Don't build libtool stubby if installed directly
2017-06-19 12:19:14 +02:00
Willem Toorop
5e1cceca82
Stubby is installed from getdns_query directly
2017-06-19 12:12:09 +02:00
Willem Toorop
a07290a9b0
Bugfix for parallel make install
2017-06-19 12:06:34 +02:00
Willem Toorop
606b83d857
Bump version
2017-06-15 21:43:23 +02:00
wtoorop
5fccd97d85
Merge pull request #308 from wtoorop/devel/issue-306
...
Devel/issue 306
2017-06-15 21:35:12 +02:00
Willem Toorop
9a273cf144
Get rid of superfluous struct member query_id
2017-06-15 21:24:40 +02:00
Willem Toorop
1d87437854
ERROR all outstanding netreqs whith a failed statefull upstream
...
Remove the currently processed netreq first, so it can be retries with another upstream/transport.
We MUST add netreq to the netreqs_by_query_id map even before we write to it, to have a reliable store of taken query ids.
2017-06-15 21:15:00 +02:00
Willem Toorop
d9158e639b
Clear netreq_by_query_id on upstream failure
...
But don't error the specific netreq then!
2017-06-15 17:21:05 +02:00
Willem Toorop
64d1063dec
Dashes in front of release candidates!
2017-06-14 16:31:45 +02:00
Willem Toorop
e2be41d352
Don't segfault on IPv6 unavailability
...
Resolved issue #306 ? Review needed!
Shoud upstream_failed cancel all the netreqs?
2017-06-14 15:36:53 +02:00
Willem Toorop
e00100b388
s/recieve/receive/
2017-06-09 11:24:51 +02:00
Willem Toorop
a34e4338ce
Find out what went wrong
2017-06-09 08:49:52 +02:00
Willem Toorop
9b548a76c9
Resync with Unbound
2017-06-08 14:48:22 +02:00
Willem Toorop
360f3bdc3c
Not certain when actual release is
2017-06-08 14:10:10 +02:00
Willem Toorop
878a229bea
Don't test OARC servers
2017-06-08 14:06:58 +02:00
Willem Toorop
4e52316704
Include systemd directives too
2017-06-08 12:11:43 +02:00
Willem Toorop
6f01d466dc
Update ChangeLog
2017-06-08 12:08:44 +02:00
Willem Toorop
874af14cea
Rename setup script in Makefile too
2017-06-08 11:45:49 +02:00
wtoorop
c76b977782
Merge pull request #307 from saradickinson/feature/stubby_homebrew
...
1) Add a stubby-setdns script (for MAC OS X only at the moment) to su…
2017-06-08 11:44:26 +02:00
Sara Dickinson
d2e8ac9e61
Change script name so it is specific for macOS (which is the new ‘official’ name for Mac OS X!)
...
Add the copyright statement to the stubby-setdns-macos.sh file
2017-06-07 17:00:21 +01:00
Sara Dickinson
305a6f6b6a
1) Add a stubby-setdns script (for MAC OS X only at the moment) to support Homebrew formula
...
2) Remove the OARC server from the default config. So now only include the servers that commit to not logging user data. Can make this clearer once we have a yaml config file.
3) Update makefile to include stubby.conf and stubby-setdns in dist tarball
2017-06-02 11:52:56 +01:00
Willem Toorop
a9464993dd
bugfix #286 reschedule reused listening addresses
2017-06-01 16:24:24 +02:00
Willem Toorop
8cef8b1f95
Use libtool from correct location
2017-06-01 15:32:50 +02:00
Willem Toorop
bc0052d4bb
Bumb version
2017-06-01 15:26:18 +02:00