Willem Toorop
114b5785f7
Doxygen documentation for Zero configuration DNSSEC
...
+ rename of getdns_context_(get|set)_trust_anchor_*()
to getdns_context_(get|set)_trust_anchors_*()
2017-09-22 12:25:56 +02:00
Willem Toorop
a3bfee7d0a
Issues from unit tests
2017-09-22 11:12:27 +02:00
Willem Toorop
da2aa634d3
Make appdata_dir configurable +
...
settings via getdns_context_config()
2017-09-21 17:06:29 +02:00
Willem Toorop
1b47ce4d10
Slightly different function prototypes
2017-09-21 12:38:49 +02:00
Willem Toorop
712f62a4c1
Things that came out of compiling on Windows
2017-09-21 11:03:38 +02:00
Willem Toorop
8897bdf18f
dependencies
2017-09-20 15:55:24 +02:00
Willem Toorop
7c229c40cd
Merge branch 'features/zeroconf-dnssec' into release/v1.2.0
2017-09-20 15:45:27 +02:00
Willem Toorop
fbc1526f47
Merge branch 'devel/compile-on-windows' into release/v1.2.0
2017-09-20 15:40:31 +02:00
Willem Toorop
e6536bb2ef
Typo
2017-09-20 15:18:43 +02:00
Willem Toorop
36943a4380
A dnsreq is bogus if any of its netreqs is
2017-09-20 14:42:35 +02:00
Willem Toorop
17d7ee79f2
Fix NULL pointer dereference
2017-09-20 12:44:14 +02:00
Willem Toorop
f0f2afbca7
Fetch TA before resolve for full recursion too
2017-09-20 12:40:59 +02:00
Willem Toorop
e2abb8aff4
Fetch TA when ZONE or APP TASRC and bogus answer
2017-09-20 11:44:21 +02:00
Willem Toorop
34d35f9e79
Track updating TA's with root DNSKEY rrset
2017-09-20 10:30:13 +02:00
Willem Toorop
e2ffaf3e07
Less activity to detect XML verify failure
2017-09-18 11:49:43 +02:00
Willem Toorop
737f49d2cc
Setup libunbound ta's after processing XML
2017-09-18 09:59:22 +02:00
Willem Toorop
463855d274
Writability test for application data
2017-09-16 18:16:21 +02:00
Willem Toorop
aa74c0a3d5
One more pleasing travis fix
2017-09-14 16:43:10 +02:00
Willem Toorop
e6051976dd
travis specific fixed
2017-09-14 16:32:53 +02:00
Willem Toorop
57e6487d76
Some more fixes specific to travis
2017-09-14 16:02:37 +02:00
Willem Toorop
6d29f7fb65
Fix issues accumulated when tpkg didn't work
2017-09-14 15:14:00 +02:00
Willem Toorop
8c4ed6294e
Merge branch 'develop' into features/zeroconf-dnssec
2017-09-14 12:27:47 +02:00
Willem Toorop
836c651539
Initial fixes from John to compile getdns on Windows
2017-09-14 12:25:25 +02:00
Willem Toorop
f31eb517e0
Lazy TA and time checking
2017-09-14 11:47:02 +02:00
Jim Hague
dcc6cd36c6
Merge pull request #2 from saradickinson/features/yaml
...
Change extension from .yaml to .yml
2017-09-13 17:56:47 +01:00
Jim Hague
80b2eacc26
Merge branch 'develop' into features/yaml
2017-09-13 16:55:11 +00:00
Jim Hague
b20aedd182
Update the getdns_yaml2*() Doxygen comments.
2017-09-13 17:42:24 +01:00
Sara Dickinson
8618e4b731
Change extension from .yaml to .yml
2017-09-13 17:41:16 +01:00
Jim Hague
8139201f12
Allow YAML input to be just a list or scalar as well as a map.
...
This allows getdns_yaml2list(), getdns_yaml2bindata() and getdns_yaml2int() to work as expected.
Update the YAML test to check these.
2017-09-13 17:29:41 +01:00
wtoorop
22d1345491
Merge pull request #333 from saradickinson/variable_tls_backoff
...
Variable tls backoff
2017-09-13 17:00:56 +02:00
Willem Toorop
92a0db58da
Merge remote-tracking branch 'upstream/develop' into features/zeroconf-dnssec
2017-09-13 16:56:33 +02:00
Sara Dickinson
8fab939d2c
Merge branch 'features/yaml' of https://github.com/banburybill/getdns into features/yaml
2017-09-13 15:53:47 +01:00
Jim Hague
0c39696b64
Add '-f' to tpkg usage message.
2017-09-13 15:50:20 +01:00
Sara Dickinson
8f683ef3c9
Merge branch 'develop' of https://github.com/getdnsapi/getdns into variable_tls_backoff
2017-09-13 15:50:17 +01:00
Sara Dickinson
8c331d580a
Improve usage of getdns to make file extension clearer
2017-09-13 15:48:42 +01:00
Jim Hague
9e47919f42
Merge commit 'a9029581bc18870e8a1b84f77e546500bad7ec0e' into features/yaml
2017-09-13 15:46:47 +01:00
Jim Hague
57c40b147d
Fix capturing exit code of a test.
...
tpkg was not capturing the exit code of the test, but the exit code of the write_result actions.
2017-09-13 15:02:36 +01:00
Jim Hague
9683a64f73
Add test 255-yaml-config with basic test of getdns_yaml2dict.
2017-09-13 15:01:13 +01:00
Sara Dickinson
f0190e4f03
Add 2 missing parameters from the config output
2017-09-13 13:02:01 +01:00
Willem Toorop
8f3ce9af35
Configurable zero configuration DNSSEC parameters
2017-09-13 14:00:54 +02:00
Jim Hague
c74e8353a8
Move to clang-friendly way of marking unused function parameters as used.
2017-09-13 12:50:18 +01:00
Sara Dickinson
453b94269b
Updates to makefiles for s/stubby.conf/stubby.yaml
2017-09-13 12:45:56 +01:00
Sara Dickinson
f53e5645d9
Improve the comments about the new backoff handling.
...
Remove unnecessary log.
2017-09-13 10:00:56 +01:00
Jim Hague
6c95f4177d
Add YAML configuration option.
...
Add new extra functions getdns_yaml2(dict|list|bindata|value)(). These are like their getdns_str2() counterparts, but take YAML input rather than JSON.
YAML introduces a new dependency, on libyaml. YAML can be disabled at configuration time, in which case the dependency is removed.
Modify getdns_query such that if a configuration file name includes ".yaml" it will be processed as a YAML configuration, not a JSON configuration.
Internally, getdns_yaml2*() work by passing the YAML string through a simple translation to JSON. At present, this translation assumes that configuration is the only use case, and so will error if the outer layer of the YAML input is not a map. This in effect means that at present all getdns_yaml2*() functions apart from getdns_yaml2dict() will give an error on the YAML translation to JSON.
2017-09-12 16:47:57 +01:00
Sara Dickinson
b760a2ced2
Refine the logging levels to match the errors given when backing off, etc.
2017-09-12 15:01:02 +01:00
Sara Dickinson
729af1d159
Allow backed-off upstreams to be re-instated if all our upstreams are unusable (e.g. if the network is down).
...
But limit re-tries for a given netreq to the total number of upstreams before failing. This should (roughly) allow 2 retries per upstream of the correct transport before bailing out. Otherwise we are stuck in a loop retrying forever!
2017-09-12 13:47:56 +01:00
Willem Toorop
8aa46b305d
Merge branch 'develop' into features/zeroconf-dnssec
2017-09-11 11:09:58 +02:00
Sara Dickinson
42945cfc08
Make the backoff time incrementally increase until the upstream starts working again
2017-09-08 17:28:37 +01:00
Sara Dickinson
2e4e3873e4
First pass at fixing problems when connections to servers are lost.
...
Need to reset connection state if connections fail at setup and on read/write if there are no more messages queued.
This means we will back-off servers that fail, so we should think about using a shorter backoff default in stubby
because otherwise temporarily loss of the network connection will mean having to restart stubby.
Also some minor changes to logging.
2017-09-06 11:05:08 +01:00
Willem Toorop
c6d40d9adc
Merge branch 'develop' into features/zeroconf-dnssec
2017-09-04 16:43:37 +02:00