Willem Toorop
68520e91d4
Return empty reponse on timeouts with async too
2014-10-06 15:11:03 +02:00
Willem Toorop
332f34b3f5
set_upstream_recursive_servers small bugfixes
2014-10-02 00:16:11 +02:00
Willem Toorop
2dcdfaba37
getdns_context_set_upstream_recursive_servers
2014-10-01 23:16:43 +02:00
Willem Toorop
3742edaf07
Get rid of the address_string attribute
...
Not in the spec, and had internal usage only (but not anymore)
2014-10-01 13:08:36 +02:00
Willem Toorop
1c6ce72f74
Parse /etc/resolv.conf ourselves
...
At the ame time IPv6 local-link scope_id support
2014-09-30 15:12:48 +02:00
Willem Toorop
ad127c9e56
delete a space
2014-09-29 14:41:49 +02:00
Willem Toorop
f9046275c1
Initial send and receive a simple udp packet
2014-09-27 01:07:42 +02:00
Willem Toorop
60d1af78c5
Merge branch 'features/gldns' into features/stub-functions
...
Conflicts:
src/sync.c
2014-09-26 22:17:42 +02:00
wtoorop
df02aee61b
Merge pull request #71 from saradickinson/namespaces_2
...
Second pass at implementing per query namespaces!
Very thorough! Thanks!
2014-09-25 22:02:40 +02:00
saradickinson
d9addba883
Second pass at implementing per query namespaces!
2014-09-25 15:59:05 +00:00
saradickinson
050506341c
First pass of implementing per query namespace lookup for stub resolver. Also a getdns local namespace lookup is now used for all sync calls.
2014-09-25 14:49:18 +00:00
Willem Toorop
9ebc0beacc
Merge branch 'features/gldns' into features/stub-functions
2014-09-24 23:17:18 +02:00
Willem Toorop
ea4ee27612
Merge branch 'master' into features/gldns
2014-09-24 23:16:46 +02:00
Willem Toorop
b9159cd237
[API 0.509] edns0 default value not 512
2014-09-24 23:15:46 +02:00
Willem Toorop
17e5262acc
Import mini_event & rbtree from unbound
2014-09-24 13:50:28 +02:00
Willem Toorop
4daa944e9e
Dnssec extensions set the do bit
2014-09-24 12:29:08 +02:00
Willem Toorop
8025b729de
Link in stub functions again
2014-09-23 10:51:00 +02:00
Willem Toorop
ceb211dfec
Merge branch 'features/gldns' into features/stub-functions
...
Conflicts:
src/sync.c
2014-09-23 10:44:48 +02:00
Willem Toorop
ee304d7181
Compatibility functions & make depend
2014-09-23 10:12:34 +02:00
Willem Toorop
a9b5cbef44
Make travis pass (use funcs from ldns < 1.6.17)
2014-09-22 16:32:33 +02:00
wtoorop
d492e388e2
Merge pull request #66 from saradickinson/ldns_stub_sync
...
Thank you Sara.
Travis fails because it uses a version of ldns that doesn't include ldns_resolver_query_status yet (introduced on 19 march 2013, so they have a version before 1.6.17). I guess we could simply replace with ldns_resolver_query for the time being...
2014-09-17 22:41:21 +02:00
saradickinson
8766f135df
More housekeeping
2014-09-17 18:47:04 +00:00
saradickinson
46748c9a0c
Housekeeping of ldns res. Fix transport test.
2014-09-17 18:24:07 +00:00
Willem Toorop
e598f64e80
gldns _buf support + add_opt_parameters extension
2014-09-16 15:43:20 +02:00
saradickinson
5a765ad632
Fix typo
2014-09-16 11:25:18 +00:00
saradickinson
cbfea31081
Add extra check in test_stub_sync for TCP messages
2014-09-13 17:07:07 +00:00
saradickinson
f89acb6e2d
Setting up nameservers correctly for ldns as stub
2014-09-13 16:19:25 +00:00
Sara Dickinson
f59689cf68
Use ldns as stub resolover for sync queries part 1
2014-09-12 14:15:46 +00:00
Willem Toorop
c690e3907e
Set correct unbound option for edns payload size
2014-09-12 10:09:08 +02:00
Willem Toorop
635879e0ae
stub.[ch] not in this branch
2014-09-09 17:22:20 +02:00
Willem Toorop
26578220af
Make wire format query packet function
2014-09-09 17:19:52 +02:00
Willem Toorop
c40af0d316
s/sbuffer/gbuffer/g in src/Makefile.in too
2014-09-09 17:16:43 +02:00
Willem Toorop
ed8847a9cb
s/sbuffer/gbuffer/g
2014-09-09 16:49:57 +02:00
Willem Toorop
3468ea13e6
And not actually include on-board ldns2 (gldns)
2014-09-09 15:42:28 +02:00
Willem Toorop
83f53bd2ea
With on-board ldns (new ldns2 core from unbound)
...
Only the symbols for internal use. No usage yet.
2014-09-09 15:11:32 +02:00
wtoorop
bea07d43b7
Merge pull request #65 from johndickinson/add_transport_test
...
Added a check for transport
2014-09-05 10:42:35 +02:00
John Dickinson
372c980453
Added a check for transport
2014-09-04 14:50:09 +00:00
Willem Toorop
44736501fb
Fix release date
2014-09-03 22:14:53 +02:00
Willem Toorop
73fcceaa29
Oh no, sudo -i changes cwd
2014-09-03 21:50:06 +02:00
Willem Toorop
992d24165a
Second attempt to fix travis clang build
2014-09-03 21:47:04 +02:00
Willem Toorop
05818d87fa
Workaround "clang not found" travis build error
...
See https://github.com/travis-ci/travis-ci/issues/2607
2014-09-03 21:33:43 +02:00
Willem Toorop
458806a08b
Removed binary packages support from README.md
2014-09-03 21:25:41 +02:00
Willem Toorop
a9dbea22ad
Chase NSEC and NSEC3 with return_validation_chain
2014-09-03 20:53:26 +02:00
Willem Toorop
a498d29978
Bumb version
2014-09-03 16:59:36 +02:00
Willem Toorop
5282532350
[API 0.508] RFC 7344 CDS and CDNSKEY rr types
2014-09-03 16:54:58 +02:00
Willem Toorop
c701b8829d
Update ChangeLog for 0.1.4 release
2014-09-03 16:50:24 +02:00
Willem Toorop
b68ab10330
[API 0.507] typo s/reponse/response/g
2014-09-03 16:13:38 +02:00
Willem Toorop
772efb1186
[API 0.506] GETDNS_RESPSTATUS_ALL_BOGUS_ANSWERS
...
return code for with the dnssec_return_only_secure extension
2014-09-03 16:09:50 +02:00
Willem Toorop
f72a38b3cc
Remove old version of spec in clumsy location
2014-09-03 15:52:16 +02:00
Willem Toorop
9003f013a4
return_api_information extension doesn't exist
...
So remove from manpage
2014-09-03 15:46:17 +02:00