Commit Graph

823 Commits

Author SHA1 Message Date
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
Willem Toorop 3b9c1270c2 [API 0.505] "resolver_type" now "resolution_type"
Renamed in the response from getdns_context_get_api_information()
2014-09-03 15:42:11 +02:00
Willem Toorop c27034ff9d [API 0.504] RFC 2671 is obsoleted by 6891
Also, document version changed to "September 2014"
2014-09-03 15:35:57 +02:00
Willem Toorop d0eea3ed7b [API 0.503] Add CDNSKEY and OPENPGPKEY rr types 2014-09-03 15:33:03 +02:00
Willem Toorop 1d10483694 Temporarily disable timeout test 3
because of unpredictable results
2014-09-02 22:49:13 +02:00
Willem Toorop 555e467436 <rr>_unknown rdf for unknown/supported types
Also when underlying ldns doesn't support it
2014-09-02 22:31:50 +02:00
Willem Toorop c8872d658f Fix referencing non-existant structs 2014-08-25 11:04:43 +02:00
Willem Toorop 658e8cab77 Shumon's support for CDS, CDNSKEY & OPENPGPKEY 2014-08-21 14:26:41 +02:00
Willem Toorop b4131d4540 Don't try showing unsupported ldns rdata fields 2014-08-21 14:25:42 +02:00
Willem Toorop ffe4d3d295 More missing colons in unbound options 2014-08-19 16:38:59 +02:00
Willem Toorop eac1647fba Need a colon here too 2014-08-19 16:31:13 +02:00
Willem Toorop 0b10383d81 [API 0.502] pass by reference error in example 6.3 2014-08-19 15:33:41 +02:00
wtoorop eb1350f668 Merge pull request #55 from johndickinson/issue54
Fix for issue 54: set_ub_dns_transport() not working

Thanks John!
2014-08-11 15:22:10 +02:00
John Dickinson 51d04447ea Fix for issue 54: set_ub_dns_transport() not working 2014-08-10 14:59:03 +00:00
ngoyal fb59ecd054 Fix sync test failures. 2014-07-28 17:56:40 -04:00
ngoyal f3d3ac3bac Fix issue #117 2014-07-28 17:46:40 -04:00
Willem Toorop 02652e9665 Document callback side effect with sync lookups 2014-07-01 23:50:28 +02:00
Willem Toorop 8bd5baef6f sync funcs should GETDNS_RETURN_GOOD on timeouts 2014-07-01 23:40:49 +02:00
Willem Toorop fc2f091f05 timed synchronous resolves
Also returns an response dict with status GETDNS_RESPSTATUS_ALL_TIMEOUT on timeout
2014-07-01 23:31:40 +02:00
Glen Wiley a0c2c05811 Merge branch 'master' of https://github.com/getdnsapi/getdns 2014-06-30 15:13:23 -04:00
Glen Wiley 3cc30bc421 changes based on most recent release 2014-06-30 15:13:01 -04:00
Glen Wiley 5e97b05d9a updates based on latest release 2014-06-30 15:11:39 -04:00
Willem Toorop 43efbd78da Merge tag 'v0.1.3' 2014-06-30 12:48:35 +02:00
Glen Wiley ea66f2c8fa release 0.1.3 2014-06-25 09:41:07 -04:00
Willem Toorop bd2bf298cb Merge branch 'v0.1.3' 2014-06-25 09:52:26 +01:00
Willem Toorop c7bdd7c00e Mention API change in Changelog 2014-06-25 09:51:25 +01:00