]> git.ipfire.org Git - people/ms/dnsmasq.git/history - src/auth.c
Fix crash in auth code with odd configuration.
[people/ms/dnsmasq.git] / src / auth.c
2015-04-12  Simon KelleyFix crash in auth code with odd configuration.
2015-01-31  Simon KelleyUpdate copyrights for dawn of 2015.
2015-01-18  Simon KelleyCope with multiple interfaces with the same LL address.
2014-12-17  Simon KelleyEliminate IPv6 privacy addresses from --interface-name...
2014-09-17  Richard GenoudFix length->netmask conversions to avoid undefined...
2014-04-03  Simon KelleyFix NXDOMAIN RCODE in auth PTR replies.
2014-01-12  Simon KelleyMerge branch 'master' of ssh://central/var/cache/git...
2014-01-08  Simon KelleyUpdate copyright for 2014.
2013-12-12  Simon KelleyMerge branch 'master' into dnssec
2013-11-21  Simon KelleyAllow empty subnet list in --auth-zone
2013-11-17  Simon KelleyMerge branch 'master' into dnssec
2013-11-15  Simon KelleyFix crash introduced in 376d48c7f187cd3c3e941929a4cd5e9...
2013-11-14  Simon KelleyMerge branch 'master' into dnssec
2013-11-13  Simon KelleyAllow interface name to specify subnets in --auth-zone.
2013-10-25  Simon KelleyMerge branch 'master' into dnssec
2013-10-21  Simon KelleyFix botch in determining if auth query is local.
2013-10-21  Simon KelleyFix CNAME botch in auth code, also set RA flag for...
2013-10-21  Simon KelleyGet NXDOMAIN right on non-A/AAAA query for name known...
2013-10-21  Simon KelleyGet NXDOMAIN right for local queries to auth zones.
2013-10-21  Simon KelleyHandle two interface-names, different interface, same...
2013-10-21  Simon KelleyRestore NS and SOA records to local auth queries.
2013-10-20  Simon KelleyDon't filter by subnet when handling local queries...
2013-10-18  Simon KelleyAlways answer queries for authoritative zones locally...
2013-05-31  Simon KelleyAdd constructor-noauth: keyword
2013-05-29  Simon KelleyRemove limit in prefix length in --auth-zone.
2013-05-20  Simon KelleyGeneralise --interface-name to cope with IPv6 addresses.
2013-03-22  Simon KelleyIndentation.
2013-02-04  Simon KelleyCatch NULL pointer deref if qdcount == 0
2013-02-04  Simon KelleyTypo in filter_constructed_dhcp()
2013-01-31  Simon KelleyChange copyright messages to include 2013.
2013-01-07  Simon KelleyDon't do AXFR unless auth-sec-servers is set.
2012-12-30  Simon KelleyFix auth-DNS filtering problems with contructed ranges.
2012-12-28  Simon KelleyAllow constructed prefixes in auth zones.
2012-12-18  Simon KelleyMake authoritative stuff a compile-time option.
2012-12-15  Simon KelleyFix crash in auth code for queries where class != C_IN
2012-12-09  Simon KelleyZone-transfer peer restriction option.
2012-12-09  Simon KelleyComplete AXFR support
2012-12-07  Simon KelleyFirst cut at zone transfer.
2012-12-06  Simon Kelleyzero arcount.
2012-12-04  Simon KelleyMerge branch 'auth'
2012-12-04  Simon KelleyCorrect NS and SOA records in auth mode for PTR queries.
2012-12-01  Simon KelleyCNAME auth support.
2012-11-30  Simon KelleyPost-test fixes.
2012-11-29  Simon KelleyAdd MX support.
2012-11-28  Simon KelleyInitial code to do authoritative DNS.