summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tidy 7f876b64c22b2b18412e2e3d8506ee33e42db7cv2.80test4Simon Kelley2018-08-231-1/+1
* Add --caa-recordSimon Kelley2018-08-234-3/+43
* Improve logging of RRs from --dns-rr.Simon Kelley2018-08-233-10/+25
* Tidy up file parsing code.Simon Kelley2018-08-211-1/+1
* Properly deal with unaligned addresses in DHCPv6 packets.Simon Kelley2018-08-212-43/+61
* Fix broken DNSSEC records in previous.Simon Kelley2018-08-211-2/+2
* Don't return NXDOMAIN to empty non-terminals.Simon Kelley2018-08-215-28/+179
* Add --dhcp-name-matchSimon Kelley2018-08-085-4/+77
* Handle case of --auth-zone but no --auth-server.Simon Kelley2018-08-042-5/+2
* Add missing EDNS0 section.Simon Kelley2018-08-032-5/+14
* Fix crash parsing a --synth-domain with no prefix.Simon Kelley2018-07-302-3/+8
* Add copyright to src/metrics.hSimon Kelley2018-07-291-23/+39
* Remove C99 only code.Simon Kelley2018-07-291-2/+3
* Format fixes - ubus.cSimon Kelley2018-07-291-51/+52
* dnsmasq.c fix OPT_UBUS option usageKevin Darbyshire-Bryant2018-07-291-2/+2
* New metrics and ubus files.Simon Kelley2018-07-213-0/+176
* Add --enable-ubus option.Julian Kornberger2018-07-215-5/+25
* Add collection of metricsJulian Kornberger2018-07-217-21/+72
* Add OpenWRT ubus patchJulian Kornberger2018-07-216-6/+32
* 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