1. 1721453 Remove special handling of A-for-A queries. by Simon Kelley · 7 years ago
  2. 499d8dd Fix boundary for test introduced in 3e3f1029c9ec6c63e430ff51063a6301d4b2262 by yiwenchen · 7 years ago
  3. 55ecde7 Inotify: Ignore backup files created by editors by Andy Hawkins · 7 years ago
  4. 6b54d69 Make failure to chown() pidfile a warning. by Simon Kelley · 7 years ago
  5. 246a31c Change ownership of pid file, to keep systemd happy. by Simon Kelley · 7 years ago
  6. 83e4b73 Remove confusion between --user and --script-user. by Simon Kelley · 7 years ago
  7. 6340ca7 Tweak heuristic for initial DNSSEC memory allocation. by Simon Kelley · 7 years ago
  8. baf553d Default min-port to 1024 to avoid reserved ports. by Simon Kelley · 7 years ago
  9. 486bcd5 Simplify and correct bindtodevice(). by Kurt H Maier · 7 years ago
  10. a969ba6 Special case NSEC processing for root DS record, to avoid spurious BOGUS. by Simon Kelley · 7 years ago
  11. cd7df61 Fix DNSSEC validation errors introduced in 4fe6744a220eddd3f1749b40cac3dfc510787de6 by Simon Kelley · 7 years ago
  12. c1a4e25 Try to be a little more clever at falling back to smaller DNS packet sizes. by Simon Kelley · 7 years ago
  13. 4fe6744 DNSSEC fix for wildcard NSEC records. CVE-2017-15107 applies. by Simon Kelley · 7 years ago
  14. 3bd4c47 Remove limit on length of command-line options. by Neil Jerram · 7 years ago
  15. 22cd860 Allow more than one --bridge-interface option to refer to an interface. by Simon Kelley · 7 years ago
  16. 3c973ad Use SIGINT (instead of overloading SIGHUP) to turn on DNSSEC time validation. by Simon Kelley · 7 years ago
  17. faaf306 Spelling fixes. by Ville Skyttä · 7 years ago
  18. c7e6aea Change references to gPXE to iPXE. by Geert Stappers · 7 years ago
  19. e541245 Handle duplicate RRs in DNSSEC validation. by Simon Kelley · 7 years ago
  20. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  21. ef3d137 Fix infinite retries in strict-order mode. by Simon Kelley · 7 years ago
  22. 8c707e1 Make 373e91738929a3d416e6292e65824184ba8428a6 compile without DNSSEC. by Simon Kelley · 7 years ago
  23. 373e917 Fix a6004d7f17687ac2455f724d0b57098c413f128d to cope with >256 RRs in answer section. by Simon Kelley · 7 years ago
  24. 74f0f9a Commment language tweaks. by Josh Soref · 7 years ago
  25. 075366a Open inotify socket only when used. by Petr Menšík · 7 years ago
  26. 087eb76 Always return a SERVFAIL response to DNS queries with RD=0. by Simon Kelley · 7 years ago
  27. ebedcba Typo in printf format string added in 22dee512f3738f87539a79aeb52b9e670b3bd104 by Simon Kelley · 7 years ago
  28. 0954a97 Remove RSA/MD5 DNSSEC algorithm. by Simon Kelley · 7 years ago
  29. b77efc1 Tidy DNSSEC algorithm table use. by Simon Kelley · 7 years ago
  30. aa6f832 Add a few DNS RRs to the table. by Simon Kelley · 7 years ago
  31. ad9c6f0 Add support for Ed25519 DNSSEC signature algorithm. by Simon Kelley · 7 years ago
  32. a6004d7 Fix caching logic for validated answers. by Simon Kelley · 7 years ago
  33. c366717 Tidy up add_resource_record() buffer size checks. by Simon Kelley · 7 years ago
  34. 22dee51 Log DNS server max packet size reduction. by Simon Kelley · 7 years ago
  35. 6fd5d79 Fix logic on EDNS0 headers. by Simon Kelley · 7 years ago
  36. 9d6918d Use IP[V6]_UNICAST_IF socket option instead of SO_BINDTODEVICE for DNS. by Simon Kelley · 7 years ago
  37. a49c5c2 Fix search_servers() segfault with DNSSEC. by Simon Kelley · 7 years ago
  38. 30858e3 Spaces in CNAME options break parsing. by Simon Kelley · 7 years ago
  39. 62cb936 Security fix, CVE-2017-14491, DNS heap buffer overflow. by Simon Kelley · 7 years ago
  40. 6a0b00f Misc code cleanups arising from Google analysis. by Simon Kelley · 7 years ago
  41. 51eadb6 Security fix, CVE-2017-14495, OOM in DNS response creation. by Simon Kelley · 7 years ago
  42. 897c113 Security fix, CVE-2017-14496, Integer underflow in DNS response creation. by Simon Kelley · 7 years ago
  43. 33e3f10 Security fix, CVE-2017-14494, Infoleak handling DHCPv6 forwarded requests. by Simon Kelley · 7 years ago
  44. 3d4ff1b Security fix, CVE-2017-14493, DHCPv6 - Stack buffer overflow. by Simon Kelley · 7 years ago
  45. 24036ea Security fix, CVE-2017-14492, DHCPv6 RA heap overflow. by Simon Kelley · 7 years ago
  46. 0549c73 Security fix, CVE-2017-14491 DNS heap buffer overflow. by Simon Kelley · 7 years ago
  47. b697fbb Do not include stdio.h before dnsmasq.h by Christian Hesse · 7 years ago
  48. 09ce307 Disable libIDN2 underscore workaround with libIDN or fixed libIDN2. by Simon Kelley · 7 years ago
  49. a3303e1 Don't return arcount=1 if EDNS0 RR won't fit in the packet. by Simon Kelley · 7 years ago
  50. 63437ff Fix CVE-2017-13704, which resulted in a crash on a large DNS query. by Simon Kelley · 7 years ago
  51. 69a815a Fix loss of undercores in domain names when using libidn2. by Simon Kelley · 7 years ago
  52. 1d22494 Remove ping-check of configured DHCP address. by Simon Kelley · 7 years ago
  53. cbd29e5 Printf related fixes. by Rosen Penev · 7 years ago
  54. 50a2841 Fix function declarations. by Rosen Penev · 7 years ago
  55. 9396752 Try other servers if first returns REFUSED when --strict-order active. by Hans Dedecker · 7 years ago
  56. 1649f70 Fix DHCP relay, broken by ff325644c7afae2588583f935f4ea9b9694eb52e by Simon Kelley · 7 years ago
  57. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  58. 4bb6886 Tweak ICMP ping check logic for DHCPv4. by Simon Kelley · 7 years ago
  59. 2446514 Fix logic of appending ".<layer>" to PXE basename by Chris Novakovic · 8 years ago
  60. 9828ab1 Fix compiler warning. by Matthias Andree · 8 years ago
  61. f77700a Fix compiler warning. by Matthias Andree · 8 years ago
  62. 0fbd980 Fix compiler warning. by Simon Kelley · 8 years ago
  63. 43cdf1c Remove automatic IDN support when building i18n. by Simon Kelley · 8 years ago
  64. ff19b1a Fix &/&& confusion. by Simon Kelley · 8 years ago
  65. 7ab78b9 Fix c7be0164ce6ae89d6f2f0ffea14e2612418dd5da by Simon Kelley · 8 years ago
  66. c7be016 Suppress DHCP ping checks when allocating on the loopback interface. by Simon Kelley · 8 years ago
  67. d203af4 Add optional support for libidn2 and therefore IDNA2008. by Petr Menšík · 8 years ago
  68. 05f76da Don't die() on failing to parse lease-script output. by Simon Kelley · 8 years ago
  69. bf05f8f Fix crash introduced by 09f3b2cd9c7b5b5e0e96ba41f666e69808862620. by Simon Kelley · 8 years ago
  70. 09f3b2c Fix case of DS queries to domains marked as not doing DNSSEC. by Simon Kelley · 8 years ago
  71. 2282787 Fix botch introduced by 561441320f0cb67ea97f81c59332da5c6d14b494 by Simon Kelley · 8 years ago
  72. 4583dd9 Replace obsolete utime() usage with utimes(). by Vladislav Grishenko · 8 years ago
  73. 5614413 Fix a couple of crashes on malformed config files. by Simon Kelley · 8 years ago
  74. b2a9c57 Add "known-othernet" DHCP tag. by Simon Kelley · 8 years ago
  75. efff74c Tweak logging introduced in 3a8b0f6fccf464b1ec6d24c0e00e540ab2b17705 by Simon Kelley · 8 years ago
  76. a9df0e3 Revert "Implement RFC-6842 (Client-ids in DHCP replies.)" by Simon Kelley · 8 years ago
  77. 5ce3e76 DHCPv4: do ICMP-ping check in all cases other that current lease. by Simon Kelley · 8 years ago
  78. 6ec5f5c Extend --ra-param mtu: field to allow an interface name. by Vladislav Grishenko · 8 years ago
  79. 5a7212c Make --rev-server work in the presence of --bogus-priv. by Vladislav Grishenko · 8 years ago
  80. 3a8b0f6 Improve error handling with shcp-script "init" mode. by Petr Menšík · 8 years ago
  81. a93b02e Compile option string: show script-support independent of DHCP. by Simon Kelley · 8 years ago
  82. c77fb9d Capture and log STDOUT and STDERR output from dhcp-script. by Petr Menšík · 8 years ago
  83. 7bfa263 FreeBSD compilation tweak. by Simon Kelley · 8 years ago
  84. 005c46d Add mtu facility to --ra-param. by David Flamand · 8 years ago
  85. 503c609 --dhcp-reply-delay option to workaround PXE client bugs. by Floris Bos · 8 years ago
  86. 60704f5 Add support for unique TFTP root per MAC. by Floris Bos · 8 years ago
  87. 4e7694d Allow binding to both source address and interface in server specs. by Kristian Evensen · 8 years ago
  88. e33b487 When forwarding a query to a non-DNSSEC nameserver, don't verify the lack of DNSSEC. by James Bottomley · 8 years ago
  89. ad59f27 Fix man page re interface labels and add warning when used badly. by Petr Menšík · 8 years ago
  90. dc99058 Improve error checking for --rev-server. by Olivier Gayot · 8 years ago
  91. 916959c Fix rev-server with /32 prefix. by Olivier Gayot · 8 years ago
  92. 13dee6f Compilation warning fixes. by Simon Kelley · 8 years ago
  93. 62f9c0d Fix CNAME wildcard in auth-mode. by Simon Kelley · 8 years ago
  94. fca008d Make --bogus-priv apply to IPv6. by Simon Kelley · 8 years ago
  95. 43517fc Spelling fixes. by klemens · 8 years ago
  96. 88a77a7 Implement RFC-6842 (Client-ids in DHCP replies.) by Simon Kelley · 8 years ago
  97. 3e2496f Decrease the number of individual sites listed in log. by Hannu Nyman · 8 years ago
  98. 361dfe5 Improve connection handling when talking to TCP upsteam servers. by Simon Kelley · 8 years ago
  99. 68f6312 Stop treating SERVFAIL as a successful response from upstream servers. by Baptiste Jonglez · 8 years ago
  100. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago