Commit Graph

782 Commits

Author SHA1 Message Date
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 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