summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqv2.87test7Simon Kelley2022-02-022-11/+11
|\
| * fix dnsmasq typo in man pageOlaf Hering2022-01-211-1/+1
| * Fix indentation in Umbrella option code.Simon Kelley2022-01-211-10/+10
* | Improve the performance of DHCP relay.v2.87test6Simon Kelley2022-02-025-202/+212
* | Dump.c Fix IPv6 checksum on big-endian.Simon Kelley2022-01-301-3/+3
* | Handle options other than source link-layer address in router solicitations.Simon Kelley2022-01-291-8/+16
* | Extend packet dump system to RA.Simon Kelley2022-01-294-25/+86
* | Extend packet-dump system to DHCP and TFTP.Simon Kelley2022-01-298-52/+120
* | Bump copyright to 2022.Simon Kelley2022-01-2448-49/+49
|/
* Fix crash in PXE code with bad config.Simon Kelley2022-01-182-3/+4
* Debian bug management.Simon Kelley2022-01-181-1/+2
* Debian: fold in 2.86-1.1 changelog and close bug introducded by same.Simon Kelley2022-01-181-2/+9
* Remove temporary debugging message and close related Debian bug.Simon Kelley2022-01-172-3/+2
* Document change of behaviour of --address in 2.86 onwards.Simon Kelley2022-01-172-1/+14
* Tidy previous commit and add manpage entries for new options.Simon Kelley2022-01-154-68/+77
* Strip EDNS(0) Client Subnet / MAC information if --strip-subnet or --strip-ma...Dominik Derigs2022-01-153-8/+35
* Minimum safe size is recommended to be 1232. See https://dnsflagday.net/2020/Dominik Derigs2022-01-131-1/+1
* Fix DNSSEC failure to validate unsigned NoDATA replies.Simon Kelley2022-01-131-32/+32
* Fix error introduced in 11c52d032be7a111094419194fc8cb03802d0edfSimon Kelley2022-01-121-1/+1
* Small fix to ff43d35aeef6178f7471c6f37e91845c9a72bd2fSimon Kelley2022-01-121-6/+6
* Add root group writeable flag to log filePetr Menšík2022-01-111-5/+18
* Fix FTBFS when HAVE_DNSSEC not defined.Simon Kelley2022-01-111-1/+4
* Log source of ignored query when local-service is used.Simon Kelley2022-01-111-2/+4
* Extend cache dump: "!" as type for non-terminals, new flag "C" for config-pro...Dominik Derigs2022-01-111-7/+12
* Fix header of cache dump. The width of the host and address fields are 30 and...Dominik Derigs2022-01-111-1/+2
* Log port numbers in server addresses when non-standard ports in use.Simon Kelley2022-01-112-9/+25
* Overhaul code which sends DNSSEC queries.Simon Kelley2022-01-111-74/+122
* Handle malformed query packets sensibly.Simon Kelley2022-01-092-33/+49
* Clarify man page for --filterwin2kAndreas Metzler2022-01-061-2/+3
* Implements a SetLocaliseQueriesOption D-Bus method.Daniel Collins2022-01-062-0/+11
* Fix massive confusion on server reload.v2.87test5Simon Kelley2022-01-031-69/+88
* Fix fail to build when NO_SCRIPT set.Simon Kelley2022-01-033-7/+4
* src/option.c: fix build with gcc 4.8Fabrice Fontaine2022-01-031-4/+4
* Tidy code for --umbrella option.Simon Kelley2022-01-013-58/+68
* Fix 46312909d9080ff8743133fbd52427b4b2213171 typo.Simon Kelley2022-01-011-2/+2
* src/option.c: fix build with gcc 4.8Fabrice Fontaine2022-01-011-2/+4
* Include client address if TFTP file-not-found errors.Simon Kelley2022-01-0112-31/+33
* Finesse parsing of --dhcp-remoteid and --dhcp-subscrid.Simon Kelley2021-12-302-4/+13
* 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