Commit Graph

2443 Commits

Author SHA1 Message Date
Willem Toorop e6da267b21 Match DS with DNSKEY and return validation status 2014-02-07 23:02:10 +01:00
Willem Toorop 649814f0e3 validate_dnssec does some chasing
But not completely ...
2014-02-07 15:00:59 +01:00
Neel Goyal f6760fc94c Add timeout test. 2014-02-06 22:40:36 -05:00
Willem Toorop c5a83047d6 Merge branch 'develop' into feature/validate_dnssec 2014-02-06 22:12:02 +01:00
Willem Toorop 576b81af48 More solid rr-dict to ldns_rr conversion
First steps in validate_dnssec
2014-02-06 22:09:00 +01:00
Neel Goyal 0419c4673c Add APL and SPF type support. Fix some string terminator issues in TXT 2014-02-06 14:12:49 -05:00
Neel Goyal 823bd664c5 Fix use of uninitialized var in hip parse 2014-02-06 12:27:42 -05:00
Neel Goyal d1a4c0e35b Remove ldns 1.6.17 function 2014-02-06 12:16:16 -05:00
Neel Goyal 24e56217f8 Put hip server data in wire format 2014-02-06 11:10:09 -05:00
Neel Goyal f750f758ff Fix an issue with extension headers 2014-02-06 11:07:04 -05:00
Willem Toorop 99575d89ea Merge branch 'develop' of github.com:verisign/getdns into develop 2014-02-06 12:09:27 +01:00
W.C.A. Wijngaards eaae7ce5ab Fix define and conditional include for event_base_new in examples. 2014-02-06 09:47:38 +01:00
W.C.A. Wijngaards ac332d4046 make tests work repeatedly (make test) 2014-02-06 09:11:42 +01:00
Neel Goyal 59dada64ce Fix warning 2014-02-06 00:33:10 -05:00
Neel Goyal e0055b9cd5 Remove printfs. 2014-02-06 00:29:34 -05:00
Neel Goyal 3af362e2fd Fix some major bugs in extensions when clearing timeout. Add libev 2014-02-06 00:24:26 -05:00
Neel Goyal d8f8eeca52 Fix signature on clear timeout for extensions 2014-02-06 00:10:35 -05:00
Neel Goyal 48aacf6c96 Fix include in libuv.c 2014-02-05 21:46:21 -05:00
Willem Toorop ca28384dfb [API 0.388] Timeouts in milliseconds 2014-02-06 00:35:27 +01:00
Willem Toorop 13571e02f1 [API 0.387] Replace #defines with enums
Were applicable
2014-02-06 00:25:26 +01:00
Neel Goyal fed7a1fa81 Add HIP RR Type 2014-02-05 17:17:46 -05:00
Glen Wiley 267530909b added context pages 2014-02-05 16:27:37 -05:00
cedespeaux 74d581d817 Merge pull request #102 from verisign/feature/strike_bad_domain_tests
Strike BAD DOMAIN tests for IPs
2014-02-05 16:01:19 -05:00
Craig E. Despeaux 276a0a3916 Strike BAD DOMAIN tests for IPs 2014-02-05 15:55:40 -05:00
Willem Toorop 06b86aaad8 [API 0.386] Set setter values const
Because they are copied
2014-02-05 21:41:01 +01:00
Neel Goyal 00034c2aae Fix constness on dict setters 2014-02-05 13:51:57 -05:00
Neel Goyal 62624c016d Merge branch 'develop' of github.com:verisign/getdns into develop 2014-02-05 13:47:51 -05:00
Neel Goyal 068092e276 Add TXT record support 2014-02-05 13:47:46 -05:00
Willem Toorop e6f6e0d5d4 Merge branch 'develop' of github.com:verisign/getdns into develop 2014-02-05 17:01:26 +01:00
Willem Toorop 9c1b79b751 Make validate_dname rfc 4343 2.1 comformant 2014-02-05 17:00:37 +01:00
Neel Goyal ce74abc25a Merge branch 'develop' of github.com:verisign/getdns into develop 2014-02-05 10:12:15 -05:00
Neel Goyal de540dd2e9 Fix issue with timeouts for tight loops 2014-02-05 10:11:53 -05:00
Willem Toorop af97d7b554 GETDNS_RETURN_INVALID_PARAMETER on NULL context 2014-02-05 15:41:33 +01:00
Neel Goyal 562e2dd6df Add libuv support. Change event loop handling in tests 2014-02-05 00:01:55 -05:00
Neel Goyal c171b1ccc4 Remove |= and replace with do while(0) 2014-02-04 17:36:57 -05:00
cedespeaux 75d410cd0b Merge pull request #98 from verisign/feature/fix_ck_fork_no
Fix test failures with CK_FORK=no
2014-02-04 11:14:10 -08:00
Craig E. Despeaux 1bd95da937 Fix test failures with CK_FORK=no 2014-02-04 14:09:31 -05:00
cedespeaux aa3fb2ae7e Merge pull request #97 from verisign/feature/eliminate_queries_for_ips
Replace IP queries with domain name
2014-02-04 10:49:19 -08:00
Craig E. Despeaux d8b0df8259 Replace IP queries with domain name 2014-02-04 13:44:28 -05:00
Neel Goyal e5dc5a7fba Merge branch 'develop' of github.com:verisign/getdns into develop 2014-02-04 10:39:12 -05:00
Neel Goyal 3a694c2b02 Ensure domain name has at least a single character. hack. 2014-02-04 10:39:04 -05:00
cedespeaux 7201fb2ea7 Merge pull request #95 from verisign/feature/null_context_is_invalid_parameter
Adjust all context = NULL tests to expect GETDNS_RETURN_INVALID_PARAMETE...
2014-02-04 07:22:33 -08:00
Craig E. Despeaux d3ca61ef58 Adjust all context = NULL tests to expect GETDNS_RETURN_INVALID_PARAMETER 2014-02-04 10:17:28 -05:00
Neel Goyal 4fceebbdcf Fix for issue #51 - do bit is always on 2014-02-04 10:07:47 -05:00
W.C.A. Wijngaards b698e96e63 fixup more base_free before context 2014-02-04 15:34:37 +01:00
Willem Toorop 465fa0986f Merge branch 'develop' of github.com:verisign/getdns into develop 2014-02-04 15:15:06 +01:00
Willem Toorop 4316a36a7c memory leak in getdns_apply_network_result 2014-02-04 15:14:51 +01:00
Willem Toorop d9424e8871 Make tests_dnssec exit at some point 2014-02-04 15:10:23 +01:00
W.C.A. Wijngaards 74e140d461 make make example work. 2014-02-04 15:09:08 +01:00
W.C.A. Wijngaards 0b070309c3 Free event base after the context. 2014-02-04 14:18:23 +01:00