summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add EDE return when no matching key found.v2.86test5Dominik DL6ER2021-07-095-14/+15
* Subtle change to priority of --server types.Simon Kelley2021-07-061-21/+26
* Fix thinko in a92c6d77dcd475579c39bdff141f5eb128e2a048Kevin Darbyshire-Bryant2021-07-051-1/+1
* Fix logical error in d0ae3f5a4dc094e8fe2a3c607028c1c59f42f473Simon Kelley2021-07-051-4/+11
* Add calls to dump internally generated answers for dumpmask=0x0002Simon Kelley2021-07-041-2/+11
* Fix order of calls to resize-packet() and add_pseudoheader().Simon Kelley2021-07-041-7/+9
* Support IPv6 in --bogus-nxdomian and --ignore-addressSimon Kelley2021-07-045-31/+75
* Make --rebind-localhost-ok apply to :: and 0.0.0.0Simon Kelley2021-07-041-28/+18
* Tidy domain parsing, make --server=/*/1.2.3.4 equivalent to --server=1.2.3.4Simon Kelley2021-07-032-15/+16
* Modify and propagate changed lease.Petr Menšík2021-07-021-0/+1
* Rationalise SERV_MARK use.Simon Kelley2021-07-013-8/+7
* Fix oversight in build_server_array().Simon Kelley2021-07-011-1/+2
* Allow wildcards in domain patterns.Simon Kelley2021-07-014-27/+84
* Reuse workspace bit in struct server ->flags.Simon Kelley2021-07-012-11/+20