summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update German translation for 2.85rc1.Matthias Andree2021-03-211-369/+321
* Fix FTBS on FreeBSD due to Linux-specific optimisation of if_nametoindex()Simon Kelley2021-03-191-6/+10
* Merge branch 'random-port'v2.85rc1Simon Kelley2021-03-1710-275/+347
|\
| * Use random source ports where possible if source addresses/interfaces in use.Simon Kelley2021-03-1710-272/+344
* | Teach --bogus-nxdomain and --ignore-address to take a subnet argument.Simon Kelley2021-03-176-63/+57
* | tftp warning fix.Petr Menšík2021-03-171-3/+4
|/
* Only log changes to DNS listeners when --log-debug is set.Simon Kelley2021-03-121-3/+3
* Add --log-debug option and MS_DEBUG flag to my_syslog().Simon Kelley2021-03-124-5/+20
* Merge i18n message files.Simon Kelley2021-03-1110-4671/+5038
* Add --dynamic-host option.Simon Kelley2021-03-115-44/+170