summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dnsmasq.h has to be included first as it sources config.hv2.87test4Dominik Derigs2021-10-071-1/+3
* Support IDN in --auth-zone.Simon Kelley2021-10-061-2/+4
* Disable transitional IDN rules, accept only sane namesPetr Menšík2021-10-061-2/+0
* Enable locale support for IDN at startupPetr Menšík2021-10-061-1/+6
* Fix logic in add_update_server() to make optimisation actually optimise.Simon Kelley2021-10-061-1/+1
* Use host byte-order variable for answer counting.Simon Kelley2021-10-061-4/+5
* Fix crash after re-reading an empty resolv.conf file.Simon Kelley2021-10-061-0/+5
* Fix truncation logic in make_local_answer()Simon Kelley2021-10-051-5/+4
* Man page tweak for --address and more than one address.Simon Kelley2021-10-051-3/+1
* --local should behave as --server, not as --address according to the man pageDL6ER2021-10-051-2/+2
* remove stale contrib/SuseOlaf Hering2021-09-305-246/+0
* Do not fail hard when rev-server has a non-zero final address partv2.87test3Dominik Derigs2021-09-301-13/+5
* Get compilation flags for libnftables from pkg-config.Simon Kelley2021-09-291-4/+5
* dnsmasq_time: avoid signed integer overflow when HAVE_BROKEN_RTCMatt Whitlock2021-09-291-5/+4
* Fix FTBFS when CONNTRACK and UBUS but not DNSSEC compile options selected.Simon Kelley2021-09-281-1/+4
* Build Debian binaries with NFTset support.Simon Kelley2021-09-274-1/+7
* Fix confusion in DNS retries and --strict-order.Simon Kelley2021-09-271-4/+16
* Add --nftset option, like --ipset but for the newer nftables.v2.87test2Simon Kelley2021-09-2712-45/+226
* Make --rebind-domain-ok work with IDN.Simon Kelley2021-09-243-9/+14
* manpage: clarify tags: semantics for --dhcp-hostPaul Fertser2021-09-241-2/+5
* Improve last patch by splitting the previously combined ifDominik Derigs2021-09-231-2/+9
* Correcly warn if dynamic directory is actually no directoryDominik Derigs2021-09-231-1/+1
* Fix --address=/#/...... which was lost in 2.86Simon Kelley2021-09-233-6/+22
* Check if allocation of 66573 bytes succeeded before accessing the memory to a...Dominik DL6ER2021-09-201-1/+1
* Optimize inserting records into server list.hev2021-09-202-10/+9
* Thinko in immediately previous commit.Simon Kelley2021-09-201-1/+1
* Add support for arbitrary prefix lengths in --rev-server and --domain=....,localSimon Kelley2021-09-203-71/+139
* Fix confusion is server=/domain/# combined with server|address=/domain/....Simon Kelley2021-09-182-72/+75
* Fix coverity issues in dnssec.cPetr Menšík2021-09-111-2/+5
* Fix coverity detected issues in dnsmasq.cPetr Menšík2021-09-111-4/+7
* Fix coverity issues detected in domain-match.cPetr Menšík2021-09-111-3/+10
* Fix coverity detected issues in cache.cSimon Kelley2021-09-111-1/+2
* Fix coverity detected issue in radv.cPetr Menšík2021-09-111-0/+2
* Fix coverity detected issues in option.cPetr Menšík2021-09-111-12/+21
* Address coverity issues detected in util.cPetr Menšík2021-09-111-2/+2
* Fix coverity warnings on dbusPetr Menšík2021-09-111-6/+15
* Retry dhcp6 ping on interruptsPetr Menšík2021-09-111-1/+1
* Fix coverity formats issues in blockdataPetr Menšík2021-09-111-1/+1
* Fix few coverity warnings in lease-toolsPetr Menšík2021-09-112-14/+24
* Fix bunch of warnings in auth.cPetr Menšík2021-09-111-8/+2
* Add safety checks to places pointed by CoverityPetr Menšík2021-09-112-3/+3
* Retry on interrupted error in tftpPetr Menšík2021-09-111-1/+1
* Small sanity check in wildcard tag matching code.Petr Menšík2021-09-111-1/+1
* Add all current RR types to the table of type names used for query logging.v2.87test1Dominik DL6ER2021-09-107-132/+183
* check_name() determines if IDN processing is needed.Gustaf Ullberg2021-09-101-19/+41
* Revert "Skip ascii-only names IDN processing"Simon Kelley2021-09-101-17/+9
* Bump version in Debian changelog.Simon Kelley2021-09-081-0/+6
* Skip ascii-only names IDN processingPetr Menšík2021-09-081-9/+17
* Merge branch 'nxdomain'Simon Kelley2021-09-081-54/+85
|\
| * Treat ANY queries the same as CNAME queries WRT to DNSSEC on CNAME targets.Simon Kelley2021-09-081-2/+2