summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with re-allocation of serverarray.v2.86test4Simon Kelley2021-06-263-6/+9
* Rationalise domain parsing for --rev-server and --domain.Simon Kelley2021-06-261-66/+50
* Don't re-use datastructures for --address and --local.Simon Kelley2021-06-261-7/+9
* Merge branch 'extended-error'Simon Kelley2021-06-267-123/+330
|\
| * Initial implementation of RFC-8914 extended DNS errors.Simon Kelley2021-06-267-83/+259
| * Initial changes for extended DNS error codes.Simon Kelley2021-06-214-53/+84
* | Rationalise --server parsing and datastructure building.Simon Kelley2021-06-258-283/+230
* | Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2021-06-250-0/+0
|\ \
| * | Correct domain search algorithm.v2.86test3Simon Kelley2021-06-242-21/+16
| |/
* | Correct domain search algorithm.Simon Kelley2021-06-252-21/+16
|/
* Include EDNS0 in connmark REFUSED replies.Simon Kelley2021-06-211-1/+9
* Use correct packet-size limit in make_local_answer()Simon Kelley2021-06-213-6/+7
* Tidy up name buffer use in report_addresses().Simon Kelley2021-06-212-5/+24
* CHANGELOG entry for new connmark code.Simon Kelley2021-06-211-0/+12
* Fix compiler warning.Simon Kelley2021-06-211-1/+1
* Connection track mark based DNS query filtering.Etan Kissling2021-06-218-12/+978
* Further work from a0a3b8ad3e91db5181023fceea6732eb6c6f0759Simon Kelley2021-06-211-4/+11
* Fix bug introduced in 6860cf932baeaf1c2f09c2a58e38be189ae394deSimon Kelley2021-06-201-1/+1
* Fix bug in 6860cf932baeaf1c2f09c2a58e38be189ae394deSimon Kelley2021-06-201-22/+26
* Fix specific NOERR/NXDOMAIN confusion.Simon Kelley2021-06-172-34/+54
* Optimise lokkup_domain()Simon Kelley2021-06-175-51/+67
* merge development machines.Simon Kelley2021-06-161-1/+1
|\
| * Fix error in new domain-search code.Simon Kelley2021-06-161-1/+1
* | Log the correct name when we retry a DNSSEC query.Simon Kelley2021-06-161-1/+3
* | Typo in FAQ.Simon Kelley2021-06-151-1/+1
|/
* Man page update, lease times can be given in days or weeks.v2.86test2Simon Kelley2021-06-151-1/+1
* Improve efficiency of DNSSEC.Simon Kelley2021-06-154-139/+211
* Revise resource handling for number of concurrent DNS queries.Simon Kelley2021-06-137-117/+84
* Move make_local_answer() to domain-match.cSimon Kelley2021-06-103-51/+53
* Fix TCP replies with --domain-needed.Simon Kelley2021-06-101-7/+2
* Re-order UBus initialisation to avoid logging before logs set up.Simon Kelley2021-06-083-35/+22
* Rename hash_questions.c, for consistency.v2.86test1Simon Kelley2021-06-083-2/+2
* Major rewrite of the DNS server and domain handling code.Simon Kelley2021-06-0812-1362/+1652
* Fix manpage typo.Simon Kelley2021-04-301-1/+1
* <nettle/version.h> -> <nettle/bignum.h> for backward compatibility.Simon Kelley2021-04-141-1/+4
* Reduce code duplication, reuse existing functionsPetr Menšík2021-04-141-36/+6
* Remove old patch droppings in manpage.Simon Kelley2021-04-141-1/+0
* Support Cisco Umbrella/OpenDNS Device ID & Remote IPBrian Hartvigsen2021-04-145-3/+135
* Fix build failure with HAVE_CRYPTOHASH.Simon Kelley2021-04-131-43/+47
* Add NO_LOOP to config.h docs.Simon Kelley2021-04-121-0/+1
* Chomp file endsGeert Stappers2021-04-0918-57/+7
* Fix bug in TCP process handling.Simon Kelley2021-04-092-19/+43
* Handle DHCPREBIND requests in the DHCPv6 server.Simon Kelley2021-04-092-18/+48
* Fix debian/changelog format problem.Simon Kelley2021-04-081-1/+7
* Manpage typo.v2.85Simon Kelley2021-04-072-2/+3
* Tidy error logging in 961daf8f921503457d1f539f79b3a2def7d479e2Simon Kelley2021-04-071-16/+16
* Handle resource exhaustion of struct frec_src same as struct frec.v2.85rc3Simon Kelley2021-04-061-2/+13
* Combine queries for the same DNS name if close in time.Simon Kelley2021-04-061-0/+6
* Subtly change behaviour on repeated DNS query.Simon Kelley2021-04-051-8/+15
* CHANGELOG: fix typo recieved->receivedMatthias Andree2021-04-031-1/+1