]> git.ipfire.org Git - people/ms/dnsmasq.git/history - src
Fix FTBFS with Nettle-3.0.
[people/ms/dnsmasq.git] / src /
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-06-11  Neil JerramAllow wildcard aliases in --bridge-interface option
2014-06-08  Simon KelleyFix bug when >1 IPv6 address supplied to Dbus SetServer...
2014-06-07  Simon KelleyAttribution update.
2014-06-07  Daniel CollinsNew DBus methods.
2014-06-07  Simon KelleyCopyright update.
2014-06-07  Simon KelleyHandle async notification of address changes using...
2014-06-05  Simon KelleySuppress re-entrant calls to dhcp_construct_contexts()
2014-06-02  Simon Kelleyipsets equivalent in *BSD, using pf tables.
2014-05-23  Simon KelleyLOG error of ARP-injection fails.
2014-05-20  Simon KelleyMerge branch 'mobile-ra'
2014-05-09  Simon KelleyFix DNS failure of cachesize set to zero.
2014-05-01  Simon KelleyAnother filter_rrsigs fix.
2014-05-01  Simon KelleyGet packet size right when removing pseudoheader.
2014-04-29  Simon KelleyFix DNSSEC validation of ANY queries.
2014-04-29  Simon KelleyDo SERVFAIL, therefore continue when searching for...
2014-04-26  Simon KelleyHandle SERVFAIL replies when looking for proven-nonexis...
2014-04-25  Simon Kelleyra-advrouter mode for RFC-3775 mobile IPv6 support.
2014-04-24  Simon KelleyNeed to fixup records in the additional section when...
2014-04-16  Simon KelleyFix crash on TCP DNS request when DNSSEC not enabled.
2014-04-13  Simon KelleyEnsure request name in buffer for ipset lookup.
2014-04-03  Simon KelleyFix NXDOMAIN RCODE in auth PTR replies.
2014-03-29  Simon KelleyFix ipsets logging patch.
2014-03-28  Wang JianLog IPSET actions.
2014-03-28  Simon KelleyAdd --dnssec-no-timecheck
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.
next