]> git.ipfire.org Git - people/ms/dnsmasq.git/shortlog
people/ms/dnsmasq.git
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 KelleyAdd trust-anchors file to Debian package.
2014-02-06  Simon KelleyFix stack-smashing crash in DNSSEC. Thanks to Henk...
2014-02-06  Simon KelleyDNSSEC config in example file.
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  Jesse GlickUpdated version of contrib/try-all-ns
2014-02-04  Simon KelleyLinking stuff. Latest Debian/Ubuntu don't automatically...
2014-02-04  Simon KelleyMake DNSEC default, add build-depends for same, bump...
2014-02-04  Simon KelleyCHANGLEOG for DNSSEC.
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-30  Simon KelleyAdd a file containing current root trust anchors, for...
2014-01-28  Simon KelleyCrash in cache code when compiled with HAVE_DNSSEC.
2014-01-28  Simon KelleyAllow use of COPTS in Debian rules invokation for nefar...
2014-01-28  Simon KelleyDebian package with DNSSEC now possible.
2014-01-27  Simon KelleyMan page entries for DNSSEC flags.
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.
2014-01-20  Simon KelleyBetter handling of truncated DNSSEC replies.
2014-01-19  Simon KelleyDon't validate error returns.
2014-01-17  Simon KelleyTrivial format fix
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-14  Simon Kelleyprotocol handling for DNSSEC
2014-01-13  Simon KelleyAdd ip6addr.h to Makefile list.
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-11  Simon Kelley[fd00::} and [fe80::] special addresses in DHCPv6 options.
2014-01-10  Simon KelleyFix missing RA RDNS option with --dhcp-option=option6...
2014-01-10  Simon KelleySet AD bit for address replies from /etc/hosts &c
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-09  Simon KelleyTweak blockdata accounting.
2014-01-08  Simon KelleyHandle digest lengths greater than 1 block.
2014-01-08  Simon KelleyAD into cache fixes.
2014-01-08  Simon KelleyAD bit handling when doing validation.
2014-01-08  Simon KelleyMemory stats for DNSSEC.
2014-01-08  Simon KelleyMove blockdata to it's own file.
2014-01-08  Simon KelleyUpdate copyright for 2014.
2014-01-08  Simon KelleyNew source port for DNSSEC-originated queries.
2014-01-08  Simon KelleyDNSSEC for TCP queries.
2014-01-08  Simon KelleyEnsure cache is big enough to do DNSSEC.
2014-01-08  Simon KelleyRationalise DNS packet-buffer size calculations.
2014-01-08  Simon KelleyHandle truncated replies in DNSSEC validation.
2014-01-08  Simon KelleyTweak libraries and make DNSSEC compile optional.
2014-01-08  Simon KelleyFirst functional DNSSEC - highly alpha.
2013-12-31  Simon Kelleybackup
2013-12-19  Simon KelleySend correct O and M bits when advertising only depreca...
2013-12-18  Simon KelleyMerge branch 'master' into dnssec
2013-12-18  Simon Kelleyindentation fix.
2013-12-17  Simon KelleyTypo in contributor name. Sorry.
2013-12-17  Simon KelleyRemove unused code.
2013-12-17  Simon KelleyIgnore ",," in dhcp-host, rather than treating it as...
next