summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fold NMU into Debian packaging.Simon Kelley2021-04-034-3/+16
* Fold NMU into Debian packaging.Simon Kelley2021-03-304-2/+19
* TFTP tweak.Simon Kelley2021-03-302-3/+24
* Fix spacing in translatable strings.Matthias Andree2021-03-282-2/+2
* CHANGELOG: spell-check and correct first few entriesMatthias Andree2021-03-281-7/+7
* po/de.po: Rework German translation...Matthias Andree2021-03-281-307/+304
* Replace ad-hoc libnettle version detecion with MIN_VERSION macro.Simon Kelley2021-03-271-5/+3
* Enable DNSSEC compilation on nettle 2.7.1Petr Menšík2021-03-271-6/+18
* Correct missing SERV_DO_DNSSEC flag, add new spotPetr Menšík2021-03-271-5/+2
* Scale the DNS random scket pool on the value of dns-forward-max.v2.85rc2Simon Kelley2021-03-265-10/+21
* Change the method of allocation of random source ports for DNS.Simon Kelley2021-03-264-23/+50
* Fix thinko in 51f7bc924cbcdeb09cbb83249b70c121d1ffa31e黎醒聪2021-03-221-1/+1
* Move repeated test pattern to server_test_typePetr Menšík2021-03-211-12/+12
* Create common function for forward dump, log and sendPetr Menšík2021-03-211-42/+38
* Reduce few repetitions in forward codePetr Menšík2021-03-211-59/+38