]> git.ipfire.org Git - people/ms/dnsmasq.git/history - src
Ensure ->sentto is valid for DNSSEC forwards. Otherwise retries SEGV.
[people/ms/dnsmasq.git] / src /
2014-03-27  Simon KelleyEnsure ->sentto is valid for DNSSEC forwards. Otherwise...
2014-03-27  Simon KelleyCache stats availble in CHAOS .bind domain.
2014-03-26  Simon KelleyTerminate DS-search when reaching the root via cache...
2014-03-25  Simon KelleySERVFAIL is an expected error return, don't try all...
2014-03-25  Tomas HozzaHandle failure of hash_questions()
2014-03-25  Tomas HozzaMemory leak in error path.
2014-03-24  Simon KelleyReorder sanity checks on UDP packet reception, to cope...
2014-03-22  Simon KelleyIgnore DNS queries from port 0: http://www.ietf.org...
2014-03-22  AndyTidy uid defines.
2014-03-21  Simon KelleyFix DNSSEC crash retrying to IPv6 server.
2014-03-20  Simon KelleyInitialise uid when creating CNAME cache record.
2014-03-20  Simon KelleyMake --quiet-dhcp apply to DHCPDISCOVER when client...
2014-03-18  Simon KelleyTidy and fix cache->uid handling.
2014-03-17  AndyEnsure next_uid() can never return 0.
2014-03-16  Simon KelleyHandle integer overflow in uid counter. Fixes rare...
2014-03-12  Simon KelleyWarn about non-local queries once only for UDP.
2014-03-06  Simon KelleyOPT_LOCAL_SERVICE needs up-to-date interface list too.
2014-03-05  Simon KelleySet --local-service in Debian package startup.
2014-03-05  Simon Kelley--local-service. Default protection from DNS amplificat...
2014-03-03  Simon KelleyCompiler warning.
2014-03-02  Simon KelleyKEYBLOCK LEN better as a multiple of 8.
2014-03-01  Simon KelleyCan have local DS records (trust anchors).
2014-03-01  Simon KelleyMass edit of INSECURE->BOGUS returns for server failure...
2014-03-01  Simon KelleyDon't cache secure replies which we've messsed with.
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-19  Simon KelleyMore server cleanup.
2014-02-18  Simon KelleyCleanup of server reading code, preparation, for dynami...
2014-02-17  Simon Kelley--rev-server option. Syntactic sugar for PTR queries.
2014-02-13  Simon KelleyLog BOGUS validation result when upstream sends SERVFAIL.
2014-02-13  Simon KelleyTYpo.
2014-02-13  Simon KelleyNo CD in forwarded queries unless dnssec-debug for...
2014-02-13  Simon KelleyDon't mess with the TTL of DNSSEC RRs.
2014-02-13  Simon KelleyAdd RFC-6605 ECDSA DNSSEC verification.
2014-02-11  Simon KelleyUse DS records as trust anchors, not DNSKEYs.
2014-02-10  Simon KelleyFurther tidying of AD and DO bit handling.
2014-02-10  Simon KelleyHandle validation when more one key is needed.
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 KelleyAD bit in queries handled as RFC6840 p5.7
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 KelleyMake RR work when returning A/AAAA records and an RRSIG.
2014-02-04  Simon KelleyLinking stuff. Latest Debian/Ubuntu don't automatically...
2014-02-03  Simon KelleyFormat tweak.
2014-02-03  Simon KelleyLog NXDOMAIN correctly.
2014-02-03  Simon KelleyReturn configured DNSKEYs even though we don't have...
2014-02-03  Simon KelleyNasty cache failure and memory leak with DNSSEC.
2014-02-01  Simon KelleyValidate Ooops.
2014-01-31  Simon KelleyBlockdata fixes and tuning.
2014-01-31  Simon KelleyBlockdata leak.
2014-01-31  Simon Kelleycopy-n-paste error.
2014-01-31  Simon KelleyAnounce DNSSEC at startup.
2014-01-31  Simon KelleyInit ->dependent field in frec allocation.
2014-01-31  Simon KelleyCompiler warning.
2014-01-28  Simon KelleyCrash in cache code when compiled with HAVE_DNSSEC.
2014-01-27  Simon KelleyTrivial format fix.
2014-01-26  Simon KelleyCode tidy.
2014-01-26  Simon KelleyDon't mark answers as DNSEC validated if DNS-doctored.
2014-01-26  Simon KelleyExclude CRC code in DNSSEC build - replaced with SHA1.
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 KelleyGet AA flag right in DNSSEC answers from cache.
2014-01-25  Simon KelleyRRSIG answer logging.
2014-01-25  Simon KelleyClass specifier in --dnskey, instead of hardwiring...
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-24  Simon KelleyTweak.
2014-01-23  Simon KelleyRRSIGs in DS and DNSKEY cached answers.
2014-01-23  Simon KelleyMore DNSSEC cache readout.
2014-01-23  Simon KelleyCompiler warning.
2014-01-23  Simon KelleyCompiler warning.
2014-01-22  Simon Kelleyremove redundant headerage
2014-01-22  Simon KelleyCache RRSIGS.
2014-01-22  Simon KelleyCaching of DNSSEC records.
2014-01-22  Jonas GorskiTweak definition of a permanent IPv6 address on Linux.
2014-01-22  Simon KelleyHandle time_t wraparound more sanely.
2014-01-21  Simon KelleyFix loop in RR sort.
2014-01-21  Simon Kelleybug fix, avoids infinite loop in forwarding code.
2014-01-21  Simon KelleyFix to hostname_cmp, and update to canonicalisation...
2014-01-21  Simon KelleyRationalise hostname_cmp()
2014-01-21  Simon KelleyProvide for static library linking.
2014-01-20  Simon KelleyNSEC proof-of-non-existence.
next