summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add snooping of DHCPv6 prefix delegation to the DHCP-relay function.dhcpv6-snoopSimon Kelley2021-12-308-13/+175
* Fix wrong client address for dhcp-script when DHCPv4 relay in use.Simon Kelley2021-12-261-3/+3
* Fix rare "Internal error in cache" messages.Simon Kelley2021-12-241-1/+1
* Generalise --dhcp-relay.Simon Kelley2021-12-206-25/+101
* Fix regression in --rebind-domain-ok in 2.86Simon Kelley2021-12-081-2/+11
* Correctly return a heap-allocated empty string instead of NULLguns2021-12-041-1/+1
* Fix confusion with log-IDs and DNS retries.Simon Kelley2021-12-011-7/+11
* Fix problems with upper-case in domain-match.Simon Kelley2021-11-284-6/+15
* Fix crash in PXE/netboot when DNS server disabled.Simon Kelley2021-10-193-5/+12
* Add --filter and --filter-AAAA options.Simon Kelley2021-10-077-19/+67
* 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