summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DNSSEC: do top-down search for limit of secure delegation.unsignedSimon Kelley2015-01-074-178/+260
* Fix build failure in new inotify code on BSD.Matthias Andree2014-12-271-2/+2
* Bad packet protection.Simon Kelley2014-12-271-1/+1
* Add --ignore-address option.Glen Huang2014-12-276-4/+72
* Initialise return value.Simon Kelley2014-12-231-2/+5
* Fix problems validating NSEC3 and wildcards.v2.73test2Simon Kelley2014-12-231-125/+128
* Make caching work for CNAMEs pointing to A/AAAA records shadowed in /etc/hostsSimon Kelley2014-12-211-9/+25
* Fix crash in DNSSEC code when attempting to verify large RRs.Simon Kelley2014-12-212-8/+22
* Tweak field width in cache dump to avoid truncating IPv6 addresses.v2.73test1Simon Kelley2014-12-172-2/+4
* Eliminate IPv6 privacy addresses from --interface-name answers.Simon Kelley2014-12-175-11/+28
* Remove redundant IN6_IS_ADDR_ULA(a) macro defn.Simon Kelley2014-12-161-4/+0
* Fix breakage of --domain=<domain>,<subnet>,localSimon Kelley2014-12-162-2/+20
* CHANGELOG re. inotify.Simon Kelley2014-12-151-0/+4
* Remove floor on EDNS0 packet size with DNSSEC.Simon Kelley2014-12-152-6/+5
* Teach the new inotify code about symlinks.Simon Kelley2014-12-151-16/+27
* Merge branch 'inotify'Simon Kelley2014-12-105-5/+137
|\
| * Use inotify instead of polling on Linux.Simon Kelley2014-12-105-5/+137
* | Fix conntrack with --bind-interfacesHans Dedecker2014-12-091-2/+2
|/
* Improve RFC-compliance when unable to supply addresses in DHCPv6Vladislav Grishenko2014-10-061-2/+25
* Fit example conf file typo.Tomas Hozza2014-10-061-1/+1
* Fix typo in new Dbus code.Daniel Collins2014-10-031-1/+1
* Set conntrack mark before connect() call.Karl Vogel2014-10-031-18/+18
* Bump Debian version.Simon Kelley2014-10-031-0/+6
* Debian build fixes for kFreeBSDSimon Kelley2014-10-034-5/+20
* crash at startup when an empty suffix is supplied to --conf-dirSimon Kelley2014-10-022-15/+29
* Add newline at the end of example config file.Simon Kelley2014-09-251-1/+1
* Update Polish translation.v2.72Jan Psota2014-09-231-53/+46
* Fix CHANGELOG entry under wrong version.v2.72rc2Simon Kelley2014-09-181-4/+4
* Fix bug which caused dnsmasq to become unresponsive when an interface goes.Simon Kelley2014-09-182-3/+17
* Fix bug when resulted in NXDOMAIN answers instead of NODATA.Simon Kelley2014-09-184-3/+12
* Fix length->netmask conversions to avoid undefined behaviour.Richard Genoud2014-09-172-2/+3
* Fix endian bug in --local-service code.Richard Genoud2014-09-172-2/+5
* Debian bug closure.Simon Kelley2014-09-161-0/+1
* Supply "Success" status code in reply to DHCPDECLINE.Ilya Ponetaev2014-09-131-0/+6
* Don't reply to DHCPCONFIRM messages with no addresses in them.Ilya Ponetaev2014-09-131-0/+7
* Set DHCPv6 message type when returning "use multicast".Ilya Ponetaev2014-09-131-0/+1
* DHCPv6 REBIND messages don't need a server-id.Ilya Ponetaev2014-09-131-2/+2
* Revert route-information option in RA. There are problems with some clients.Simon Kelley2014-09-132-30/+0
* Update *.po files for new release.Simon Kelley2014-09-1310-3928/+5480
* Extend --conf-dir to allow filtering on file suffixes.v2.72rc1Simon Kelley2014-09-094-8/+46
* Bump Debian standards version.Simon Kelley2014-09-091-1/+1
* Remove paypal links and icond refs from Debian package.Simon Kelley2014-09-092-3/+4
* Fix debian changelog date snafu.Simon Kelley2014-09-091-1/+1
* RFC4191 route information option.Ilya Ponetaev2014-09-093-12/+44
* Debian package: use dns-root-data.Simon Kelley2014-09-073-0/+13
* Mention name in systemd.Simon Danner2014-08-182-2/+2
* Merge branch 'loop'Simon Kelley2014-08-1214-19/+277
|\
| * GetLoopServers Dbus method.loopSimon Kelley2014-08-122-0/+43
| * Check all servers loopiness, when any subset is changed.Simon Kelley2014-07-291-5/+5
| * Add --dns-loop-detect feature.Simon Kelley2014-07-2912-18/+233