summaryrefslogtreecommitdiff
path: root/src/dnsmasq.h
Commit message (Expand)AuthorAgeFilesLines
* Add snooping of DHCPv6 prefix delegation to the DHCP-relay function.dhcpv6-snoopSimon Kelley2021-12-301-1/+18
* Fix problems with upper-case in domain-match.Simon Kelley2021-11-281-0/+1
* Add --filter and --filter-AAAA options.Simon Kelley2021-10-071-2/+8
* Fix FTBFS when CONNTRACK and UBUS but not DNSSEC compile options selected.Simon Kelley2021-09-281-1/+4
* Add --nftset option, like --ipset but for the newer nftables.v2.87test2Simon Kelley2021-09-271-3/+9
* Make --rebind-domain-ok work with IDN.Simon Kelley2021-09-241-1/+7
* Optimize inserting records into server list.hev2021-09-201-1/+1
* Fix confusion is server=/domain/# combined with server|address=/domain/....Simon Kelley2021-09-181-17/+17
* Add all current RR types to the table of type names used for query logging.v2.87test1Dominik DL6ER2021-09-101-2/+1
* Better fix than f2266d9678d71633d62d70238be3782ea74019c9v2.86test6Simon Kelley2021-07-211-4/+1
* Add UINT32_MAX if not defined by system.Simon Kelley2021-07-211-0/+4
* Allow shorter IPv6 prefix lengths in (some) --synth-domain options.Simon Kelley2021-07-181-2/+2
* Add --quiet-tftp.Kevin Darbyshire-Bryant2021-07-091-1/+2
* Support IPv6 in --bogus-nxdomian and --ignore-addressSimon Kelley2021-07-041-1/+3
* Allow wildcards in domain patterns.Simon Kelley2021-07-011-1/+2
* Reuse workspace bit in struct server ->flags.Simon Kelley2021-07-011-2/+2
* Fix problem with re-allocation of serverarray.v2.86test4Simon Kelley2021-06-261-1/+1
* Merge branch 'extended-error'Simon Kelley2021-06-261-12/+27
|\
| * Initial implementation of RFC-8914 extended DNS errors.Simon Kelley2021-06-261-2/+16
| * Initial changes for extended DNS error codes.Simon Kelley2021-06-211-10/+11
* | Rationalise --server parsing and datastructure building.Simon Kelley2021-06-251-9/+9
|/
* Use correct packet-size limit in make_local_answer()Simon Kelley2021-06-211-1/+1
* Connection track mark based DNS query filtering.Etan Kissling2021-06-211-1/+24
* Optimise lokkup_domain()Simon Kelley2021-06-171-6/+6
* Improve efficiency of DNSSEC.Simon Kelley2021-06-151-1/+1
* Revise resource handling for number of concurrent DNS queries.Simon Kelley2021-06-131-1/+1
* Move make_local_answer() to domain-match.cSimon Kelley2021-06-101-0/+2
* Re-order UBus initialisation to avoid logging before logs set up.Simon Kelley2021-06-081-1/+1
* Major rewrite of the DNS server and domain handling code.Simon Kelley2021-06-081-17/+52
* Support Cisco Umbrella/OpenDNS Device ID & Remote IPBrian Hartvigsen2021-04-141-1/+6
* Scale the DNS random scket pool on the value of dns-forward-max.v2.85rc2Simon Kelley2021-03-261-1/+2
* Merge branch 'random-port'v2.85rc1Simon Kelley2021-03-171-10/+16
|\
| * Use random source ports where possible if source addresses/interfaces in use.Simon Kelley2021-03-171-10/+16
* | Teach --bogus-nxdomain and --ignore-address to take a subnet argument.Simon Kelley2021-03-171-3/+3
|/
* Add --log-debug option and MS_DEBUG flag to my_syslog().Simon Kelley2021-03-121-3/+6
* Add --dynamic-host option.Simon Kelley2021-03-111-1/+8
* Always use <poll.h>Simon Kelley2021-03-021-5/+1
* Bump copyright notices for 2021. Happy New Year!Simon Kelley2021-01-241-2/+2
* Change HAVE_NETTLEHASH compile-time to HAVE_CRYPTOHASH.Simon Kelley2021-01-241-1/+5
* Tidy initialisation in hash_questions.cSimon Kelley2021-01-221-0/+1
* Move fd into frec_src, fixes 15b60ddf935a531269bb8c68198de012a4967156v2.84test1Simon Kelley2021-01-221-1/+2
* Support hash function from nettle (only)Petr Menšík2020-12-161-1/+1
* Handle caching with EDNS options better.Simon Kelley2020-12-161-1/+2
* Handle multiple identical near simultaneous DNS queries better.Simon Kelley2020-12-161-6/+13
* Use SHA-256 to provide security against DNS cache poisoning.Simon Kelley2020-12-161-7/+4
* pxe: support pxe clients with custom vendor-classWang Shanker2020-12-061-0/+9
* Change default lease time for DHCPv6 to one day.v2.82rc1Simon Kelley2020-07-121-0/+1
* Remove duplicate address family from listenerPetr Menšík2020-04-291-1/+1
* Handle listening on duplicate addressesPetr Menšík2020-04-291-1/+2
* Convert failure of setsockopt(..., SOL_NETLINK, NETLINK_NO_ENOBUFS, ...) into...Simon Kelley2020-04-191-1/+1