summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Caching cleanup. Use cached NXDOMAIN to answer queries of any type.Simon Kelley2021-09-051-54/+85
* | Treat ANY queries the same as CNAME queries WRT to DNSSEC on CNAME targets.v2.86Simon Kelley2021-09-081-2/+2
|/
* Add RFC 4833 DHCP options "posix-timezone" and "tzdb-timezone".DL6ER2021-09-041-0/+2
* Get logging of DNSSEC status right when Checking Disabled bit set.Simon Kelley2021-09-021-2/+2
* Final logging tweaks.v2.86rc3Dominik DL6ER2021-09-012-7/+7
* Rationalise query-reply logging.v2.86rc2Simon Kelley2021-08-312-277/+328
* Support limited wildcards in the input tags for --tag-if.Geoff Back2021-08-293-1/+43
* Man page BNF error fix.v2.86rc1Geert Stappers via Dnsmasq-discuss2021-08-251-2/+2
* Merge message changes into I18N files.Simon Kelley2021-08-2510-4878/+6483
* Fix empty domain in server option parsing when more than one domain is givenDominik DL6ER2021-08-251-5/+6
* Make comment style consistent.Etan Kissling2021-08-123-13/+13
* Adjust logging levels for connmark patterns.Etan Kissling2021-08-121-22/+22
* Re-order UBus teardown logic.Etan Kissling2021-08-121-3/+3
* Eliminate redundant UBus `notify` variable.Etan Kissling2021-08-121-5/+3
* Handle UBus serialization errors.Etan Kissling2021-08-121-28/+44
* Revert "There was a `notify` variable to keep track whether a subscriber is"Simon Kelley2021-08-121-3/+5
* Revert "Re-order UBus teardown logic."Simon Kelley2021-08-121-3/+3
* Define order of reading files when --addn-hosts given a directory.Simon Kelley2021-08-123-19/+51
* Fiz sizeof() confusion in 527c3c7d0d3bb4bf5fad699f10cf0d1a45a54692v2.86test7Simon Kelley2021-08-111-2/+2
* dhcp_buff2 not availble in log_packet, use daemon->addrbuffSimon Kelley2021-08-101-6/+6
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2021-08-102-2/+11
|\
| * CONNTRACK needs CAP_NET_ADMIN.Simon Kelley2021-08-052-2/+11
* | Remove remaining uses of deprecated inet_ntoa()Petr Menšík2021-08-105-47/+82
* | Remove remaining uses of deprecated inet_addr() function.Petr Menšík2021-08-104-7/+10
* | CHANGELOG: spell-checkMatthias Andree2021-08-101-3/+3
* | Re-order UBus teardown logic.Etan Kissling2021-08-101-3/+3
* | There was a `notify` variable to keep track whether a subscriber isEtan Kissling2021-08-101-5/+3
* | Fix NOERR/NXDOMAIN in answers configured by --domain-needed.Simon Kelley2021-08-101-25/+30
|/
* Better fix than f2266d9678d71633d62d70238be3782ea74019c9v2.86test6Simon Kelley2021-07-211-4/+1
* Add UINT32_MAX if not defined by system.Simon Kelley2021-07-211-0/+4
* Typo in new EDE code.Simon Kelley2021-07-211-1/+1
* Handle empty hostmaster in --auth-soaSimon Kelley2021-07-211-1/+1
* Detect malformed --dhcp-relay option.Simon Kelley2021-07-201-2/+2
* Fix argument checking for --dhcp-match.Simon Kelley2021-07-201-0/+4
* canonicalise_opt must always return heap memory.Simon Kelley2021-07-201-1/+1
* Checks on prefix-length in --domain --synth-domain and --rev-server.Simon Kelley2021-07-201-11/+20
* Return REFUSED in auth mode when we are not authoritative for the query.Simon Kelley2021-07-202-3/+18
* --synth-domain now works in auth mode.Simon Kelley2021-07-193-0/+29
* Allow shorter IPv6 prefix lengths in (some) --synth-domain options.Simon Kelley2021-07-185-39/+51
* Add --quiet-tftp.Kevin Darbyshire-Bryant2021-07-094-5/+11