]> git.ipfire.org Git - people/ms/dnsmasq.git/history - src/dnssec.c
Return INSECURE, rather than BOGUS when DS proved not to exist.
[people/ms/dnsmasq.git] / src / dnssec.c
2015-04-03  Simon KelleyReturn INSECURE, rather than BOGUS when DS proved not...
2015-03-29  Simon KelleyAllow control characters in names in the cache, handle...
2015-03-28  Simon KelleyDNSSEC fix for non-ascii characters in labels.
2015-03-27  Simon KelleyProtect against broken DNSSEC upstreams.
2015-03-26  Simon KelleyDon't fail DNSSEC when a signed CNAME dangles into...
2015-03-07  Simon KelleyTweak DNSSEC timestamp code to create file later, remov...
2015-03-02  Simon KelleyFix last commit to not crash if uid changing not config...
2015-03-01  Simon KelleyAdd --dnssec-timestamp option and facility.
2015-01-31  Simon KelleyFix broken ECDSA DNSSEC signatures.
2015-01-31  Simon KelleyUpdate copyrights for dawn of 2015.
2015-01-12  Simon KelleyDon't answer from cache RRsets from wildcards, as we...
2015-01-09  Simon KelleyAdd --log-queries=extra option for more complete logging.
2015-01-07  Simon KelleyMerge branch 'unsigned'
2015-01-07  Simon KelleyDNSSEC: do top-down search for limit of secure delegation.
2014-12-27  Simon KelleyBad packet protection.
2014-12-23  Simon KelleyInitialise return value.
2014-12-23  Simon KelleyFix problems validating NSEC3 and wildcards.
2014-12-21  Simon KelleyFix crash in DNSSEC code when attempting to verify...
2014-06-18  Simon KelleyFix FTBFS with Nettle-3.0.
2014-06-17  Simon KelleyBuild config: add -DNO_GMP for use with nettle/mini-gmp
2014-05-20  Simon KelleyMerge branch 'mobile-ra'
2014-05-01  Simon KelleyAnother filter_rrsigs fix.
2014-04-29  Simon KelleyFix DNSSEC validation of ANY queries.
2014-04-24  Simon KelleyNeed to fixup records in the additional section when...
2014-03-28  Simon KelleyAdd --dnssec-no-timecheck
2014-03-16  Simon KelleyHandle integer overflow in uid counter. Fixes rare...
2014-03-03  Simon KelleyCompiler warning.
2014-03-01  Simon KelleyMass edit of INSECURE->BOGUS returns for server failure...
2014-03-01  Simon KelleyTweak tuning params.
2014-03-01  Simon KelleyHandle replies with no answers and no NS in validate_reply.
2014-03-01  Simon KelleyDon't free blockdata for negative DS cache entries.
2014-03-01  Simon KelleyFix off-by-one overwrite.
2014-03-01  Simon KelleyTidy.
2014-02-28  Simon KelleyCheck that unsigned replies come from unsigned zones...
2014-02-27  Simon KelleyNegative caching for DS records.
2014-02-25  Simon KelleyReturn INSECURE when validation fails with proved non...
2014-02-25  Simon KelleyStrip DNSSEC RRs when query doesn't have DO bit set.
2014-02-24  Simon KelleySpeeling.
2014-02-24  Simon KelleyCode cleanup.
2014-02-24  Simon KelleyAn NSEC record cannot attest to its own non-existance!
2014-02-23  Simon KelleyCheck signer name in RRSIGs.
2014-02-23  Simon KelleyBugfix for last commit.
2014-02-23  Simon KelleyNSEC3 validation. First pass.
2014-02-20  Simon KelleyAdd --servers-file option.
2014-02-19  Simon KelleyOmit ECC from DNSSEC if nettle library is old.
2014-02-13  Simon KelleyLog BOGUS validation result when upstream sends SERVFAIL.
2014-02-13  Simon KelleyAdd RFC-6605 ECDSA DNSSEC verification.
2014-02-10  Simon KelleyFix Byte-order botch: broke DNSSEC on big-endian platforms.
2014-02-10  Simon KelleyFix DNSSEC caching problems: incomplete RRSIG RRsets.
2014-02-06  Simon KelleyFix stack-smashing crash in DNSSEC. Thanks to Henk...
2014-02-06  Simon KelleyProtect against malicious DNS replies with very large...
2014-02-04  Simon KelleyLinking stuff. Latest Debian/Ubuntu don't automatically...
2014-02-03  Simon KelleyNasty cache failure and memory leak with DNSSEC.
2014-02-01  Simon KelleyValidate Ooops.
2014-01-26  Simon KelleyCode tidy.
2014-01-26  Simon KelleyRemove --dnssec-permissive, pointless if we don't set...
2014-01-25  Simon KelleyFix to last commit.
2014-01-25  Simon KelleyReplace CRC32 with SHA1 for spoof detection in DNSSEC...
2014-01-25  Simon KelleyRRSIG answer logging.
2014-01-25  Simon Kelley--dnssec-debug
2014-01-25  Simon KelleyMore DNSSEC caching logic, and avoid repeated validatio...
2014-01-24  Simon KelleyRRSIGS for PTR records from cache.
2014-01-23  Simon KelleyMore DNSSEC cache readout.
2014-01-22  Simon KelleyCache RRSIGS.
2014-01-22  Simon KelleyCaching of DNSSEC records.
2014-01-21  Simon KelleyFix loop in RR sort.
2014-01-21  Simon KelleyFix to hostname_cmp, and update to canonicalisation...
2014-01-21  Simon KelleyRationalise hostname_cmp()
2014-01-20  Simon KelleyNSEC proof-of-non-existence.
2014-01-19  Simon KelleyDon't validate error returns.
2014-01-16  Simon KelleyUDP retries for DNSSEC
2014-01-16  Simon KelleyFix SEGV and failure to validate on x86_64.
2014-01-15  Simon KelleyMerge branch 'master' of ssh://central/var/cache/git...
2014-01-13  Simon KelleySwap crypto library from openSSL to nettle.
2014-01-12  Simon KelleyMerge branch 'master' of ssh://central/var/cache/git...
2014-01-10  Simon KelleyFurthet tweak to RRset sort.
2014-01-09  Simon KelleyRFC 4035 5.3.2 wildcard label rules.
2014-01-09  Simon KelleyDNSSEC consolidation.
2014-01-08  Simon KelleyHandle digest lengths greater than 1 block.
2014-01-08  Simon KelleyRationalise DNS packet-buffer size calculations.
2014-01-08  Simon KelleyFirst functional DNSSEC - highly alpha.
2013-12-31  Simon Kelleybackup
2013-12-18  Simon KelleyMerge branch 'master' into dnssec
2013-12-12  Simon KelleyMerge branch 'master' into dnssec
2013-12-12  Simon KelleyMerge branch 'master' into dnssec
2013-12-12  Simon KelleyCommit to allow master merge.
2013-11-17  Simon KelleyMerge branch 'master' into dnssec
2013-11-15  Simon KelleyMerge branch 'master' into dnssec
2013-11-14  Simon KelleyMerge branch 'master' into dnssec
2013-10-25  Simon KelleyMerge branch 'master' into dnssec
2013-08-20  Giovanni BajoAdd copyright banners
2013-08-20  Simon KelleyDon't fight over namespace with re-implementation of...
2013-08-20  Giovanni BajoAgain make errors greppable.
2013-08-20  Giovanni BajoMake testsuite errors greppable.
2013-08-20  Giovanni BajoImplement RSA-MD5.
2013-08-20  Giovanni BajoSimplify abstraction of verification algorithms (it...
2013-08-20  Giovanni BajoUntangle digestalg from verifyalg; better separation...
2013-08-20  Giovanni BajoSince extract_name() does not convert to lowercase...
2013-08-20  Giovanni BajoParse and match DS records.
2013-08-20  Giovanni BajoGenericize verifyalg_add_data_domain() (rename to conve...
next