summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log DNSSEC trust anchors at startup.v2.80test3Simon Kelley2018-07-201-1/+6
* Trivial comment change.Simon Kelley2018-07-201-3/+3
* Log failure to confirm an address in DHCPv6.Simon Kelley2018-07-201-0/+1
* Fix missing fatal errors when parsing some command-line/config options.Simon Kelley2018-07-192-19/+13
* Document the --help option in the french manualOlivier Gayot2018-07-191-0/+7
* Fix recurrent minor spelling mistake in french manualOlivier Gayot2018-07-191-48/+48
* Fix some mistakes in french translation of the manualOlivier Gayot2018-07-191-70/+70
* When replacing cache entries, preserve CNAMES which target them.Simon Kelley2018-07-181-89/+113
* Introduce UID_NONE value, for cache records which are not the target of a CNAME.Simon Kelley2018-07-173-14/+27
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2018-07-162-3/+10
|\
| * Fix sometimes missing DNSSEC RRs when DNSSEC validation not enabled.Simon Kelley2018-06-292-3/+10
* | Man page: uniform formatting style for options.Peter Pöschl2018-06-121-140/+136
|/
* Fix address-dependent domains for IPv6.Paul Maddock2018-06-121-1/+1
* Fix stupid infinite loop introduced by preceding commit.Simon Kelley2018-06-121-1/+1
* Handle some corner cases in RA contructed interfaces with addresses changing ...Simon Kelley2018-06-071-6/+10
* Warn about the impact of cache-size on performance.Geert Stappers2018-06-023-3/+5
* Allow zone transfer in authoritative mode whenever auth-peer is specified.Simon Kelley2018-06-023-3/+12
* Sane error message when pcap file header is wrong.Simon Kelley2018-06-021-2/+3
* Handle standard and contructed dhcp-ranges on the same interface.Simon Kelley2018-06-022-12/+23
* Log warning on very large cachesize config, instead of truncating it.Simon Kelley2018-05-112-3/+5
* Do unsolicited RAs for interfaces which appear after dnsmasq startup.Maarten de Vries2018-05-111-0/+7
* Fix logging in previous.Simon Kelley2018-05-111-8/+7
* Retry SERVFAIL DNSSEC queries to a different server, if possible.Simon Kelley2018-05-111-11/+42
* Handle query retry on REFUSED or SERVFAIL for DNSSEC-generated queries.Simon Kelley2018-05-101-6/+40
* Retry query to other servers on receipt of SERVFAIL rcode.Simon Kelley2018-05-101-1/+1
* Add packet-dump debugging facility.Simon Kelley2018-05-0810-11/+329
* Add logging for DNS error returns from upstream and local configuration.Simon Kelley2018-05-044-12/+52
* Fix DHCP broken-ness when --no-ping AND --dhcp-sequential-ip are set.Simon Kelley2018-05-042-2/+3
* Be persistent with broken-upstream-DNSSEC warnings.Simon Kelley2018-05-041-6/+1
* Handle DNSSEC-unaware upstream servers better.v2.80test2Simon Kelley2018-04-151-5/+12
* Change default for dnssec-check-unsigned.Simon Kelley2018-04-156-19/+45
* Fix DNSSEC without dnssec-check-unsigned.Simon Kelley2018-04-111-30/+31
* Fix DNS server fd garbage collection.v2.80test1Simon Kelley2018-04-102-5/+10
* Set V6ONLY on DNS upstream socket.Simon Kelley2018-04-101-4/+6
* Makefile: Stop creating '-d' directoryKevin Darbyshire-Bryant2018-04-071-1/+2
* Fixed bug number in changelog s/833596/883596/Simon Kelley2018-03-261-1/+1
* Add RFC4039 rapid commit support.Simon Kelley2018-03-238-8/+49
* Add lintian override in Debian package.Simon Kelley2018-03-232-0/+5
* Symbolic link for /usr/share/doc/dnsmasq-base-lua in Debian package.Simon Kelley2018-03-181-0/+1
* Tidy crypto.c of old library compat. Now need libnettle 3.v2.79Simon Kelley2018-03-173-32/+22
* Fix compiler warning.Simon Kelley2018-03-101-7/+7
* Fix debian/changelog syntax.v2.79rc2Simon Kelley2018-03-101-2/+2
* Enhance --synth-domain to allow names with sequential integers.Simon Kelley2018-03-105-83/+170
* Fix deletion of dhcp-options from inotify dynamic files.Simon Kelley2018-03-083-70/+89
* Allow trailing dot in CNAME.Petr Menšík2018-03-061-1/+2
* Fix nettle_hash() function to avoid ABI incompatibilities.Simon Kelley2018-03-063-6/+16
* Debian dependency tweaking for new dnsmasq-base-lua package.Simon Kelley2018-02-161-3/+6
* Man page typo fix.Ville Skyttä2018-02-161-1/+1
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2018-02-161-1/+1
|\
| * Compiler warning fixes.Simon Kelley2018-02-162-7/+16