1. 34b5d19 Update DNSSEC timestamp file on process TERM. by Kevin Darbyshire-Bryant · 9 years ago
  2. d389e01 DNSSEC fix: correct logic for signed records in unsigned DNS space. by Simon Kelley · 9 years ago
  3. d3699bb Small tweak to DNSSEC fix. by Simon Kelley · 9 years ago
  4. 13480e8 DNSSEC fix, signed wildcard CNAME to unsigned domain. by Simon Kelley · 9 years ago
  5. 90c3822 Grow pollfds array exponentially. by Simon Kelley · 9 years ago
  6. b842bc9 Use poll() instead of select() to remove limits on open file descriptors. by Simon Kelley · 9 years ago
  7. 0f38fa0 Log message typo. by Simon Kelley · 10 years ago
  8. 45c5cb1 Fix compilation warning. by Simon Kelley · 10 years ago
  9. f6d6956 Test for overflowing platform FD_SET size. by Simon Kelley · 10 years ago
  10. 362c930 Fix inotify code to handle dangling symlinks better. by Simon Kelley · 10 years ago
  11. 5e95a55 Avoid hanngs in DHCP ping code when system time goes backwards. by Simon Kelley · 10 years ago
  12. 90cb222 --conf-file should read no file, not try and read the default file. by Simon Kelley · 10 years ago
  13. e3ec6f0 Handle CNAMEs to DS records when confirming absence of DS for DNSSEC. by Simon Kelley · 10 years ago
  14. 4918bd5 Documenation updates for --bridge-interface and "off-link". by Neil Jerram · 10 years ago
  15. 9bad339 Apply --bridge-interfaces to unsolicited router advertisements. by Neil Jerram · 10 years ago
  16. ba4fc0f Upply --bridge-interface aliasing to solicited router advertisements. by Neil Jerram · 10 years ago
  17. 2fd5bc9 Allow router advertisements to have the "off-link" bit set. by Neil Jerram · 10 years ago
  18. 0ddb876 Extend --bridge-interface aliasing to DHCPv6. by Neil Jerram · 10 years ago
  19. 654f59e Fix logging of unknown interface in --bridge-interface, DHPCv4. by Neil Jerram · 10 years ago
  20. d91b1fd Add a couple of missed logging strings to the catalogue. by Simon Kelley · 10 years ago
  21. c6d82c9 Add Dbus methods to create and delete DHCP leases. by Nicolas Cavallari · 10 years ago
  22. 4d25cf8 Handle corner cases in NSEC coverage checks. by Simon Kelley · 10 years ago
  23. 89130d9 DHCPv6: DHCPCONFIRM should be OK for any address on link, not just dynamic addresses. by Simon Kelley · 10 years ago
  24. bd7bfa2 Correctly sanitise DNS header bits in answer when recreating query for retry. by swigger · 10 years ago
  25. 549b1a4 Tweak immediately previous patch. by Simon Kelley · 10 years ago
  26. 7f8565b Select correct DHCP context when in PXE bootserver mode. by Simon Kelley · 10 years ago
  27. 06568c6 Remove support for DNS Extended Label Types. by Simon Kelley · 10 years ago
  28. 5d07d77 Fix buffer overflow introduced in 2.73rc6. by Simon Kelley · 10 years ago
  29. 62018e1 Use correct DHCP context for PXE-proxy server-id. by Simon Kelley · 10 years ago
  30. 7c0f254 Tweak last commit. by Simon Kelley · 10 years ago
  31. ca85a28 Allow T1 and T2 DHCPv4 options to be set. by Simon Kelley · 10 years ago
  32. 86fa104 Tweak EDNS timeout code. by Simon Kelley · 10 years ago
  33. b059c96 Check IPv4-mapped IPv6 addresses with --stop-rebind. by Simon Kelley · 10 years ago
  34. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  35. 64bcff1 Constify some DHCP lease management functions. by Nicolas Cavallari · 10 years ago
  36. 2ed162a Don't remove RRSIG RR from answers to ANY queries when the do bit is not set. by Simon Kelley · 10 years ago
  37. e66b4df Fix argument-order botch which broke DNSSEC for TCP queries. by Simon Kelley · 10 years ago
  38. a5ae1f8 Logs in DHCPv6 not suppressed by dhcp6-quiet. by Simon Kelley · 10 years ago
  39. b8f1655 Tweaks to previous, DNS label charset commit. by Simon Kelley · 10 years ago
  40. cbe379a Handle domain names with '.' or /000 within labels. by Simon Kelley · 10 years ago
  41. 338b340 Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log instead. by Simon Kelley · 10 years ago
  42. 554b580 Log domain when reporting DNSSEC validation failure. by Simon Kelley · 10 years ago
  43. b4c0f09 Fix (srk induced) crash in new tftp_no_fail code. by Stefan Tomanek · 10 years ago
  44. 78c6184 Auth: correct replies to NS and SOA in .arpa zones. by Simon Kelley · 10 years ago
  45. 38440b2 Fix crash in auth code with odd configuration. by Simon Kelley · 10 years ago
  46. ad4a8ff Fix crash on receipt of certain malformed DNS requests. by Simon Kelley · 10 years ago
  47. 04b0ac0 Fix crash caused by looking up servers.bind when many servers defined. by Simon Kelley · 10 years ago
  48. 982faf4 Fix compiler warning when not including DNSSEC. by Simon Kelley · 10 years ago
  49. fe3992f Return INSECURE, rather than BOGUS when DS proved not to exist. by Simon Kelley · 10 years ago
  50. 7aa970e Whitespace fixes. by Stefan Tomanek · 10 years ago
  51. 30d0879 add --tftp-no-fail to ignore missing tftp root by Stefan Tomanek · 10 years ago
  52. 794fccc Fix crash in last commit. by Simon Kelley · 10 years ago
  53. 394ff49 Allow control characters in names in the cache, handle when logging. by Simon Kelley · 10 years ago
  54. 1e15394 DNSSEC fix for non-ascii characters in labels. by Simon Kelley · 10 years ago
  55. 0b8a5a3 Protect against broken DNSSEC upstreams. by Simon Kelley · 10 years ago
  56. 150162b Return SERVFAIL when validation abandoned. by Simon Kelley · 10 years ago
  57. 8805283 Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone. by Simon Kelley · 10 years ago
  58. 65c7212 dhcp: set outbound interface via cmsg in unicast reply by Lung-Pin Chang · 10 years ago
  59. 979fe86 Make --address=/example.com/ equivalent to --server=/example.com/ by Simon Kelley · 10 years ago
  60. ff841eb Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc. by Simon Kelley · 10 years ago
  61. 360f251 Tweak DNSSEC timestamp code to create file later, removing need to chown it. by Simon Kelley · 10 years ago
  62. 9003b50 Fix last commit to not crash if uid changing not configured. by Simon Kelley · 10 years ago
  63. f6e62e2 Add --dnssec-timestamp option and facility. by Simon Kelley · 10 years ago
  64. 0705a7e Fix uninitialized value used in get_client_mac() by Tomas Hozza · 10 years ago
  65. 28b879a Fix trivial memory leaks to quieten valgrind. by Chen Wei · 10 years ago
  66. caeea19 Make dynamic hosts files work when --no-hosts set. by Simon Kelley · 10 years ago
  67. 8ff70de Typos. by Simon Kelley · 10 years ago
  68. f9c8637 Extra logging for inotify code. by Simon Kelley · 10 years ago
  69. 2941d3a Fixup dhcp-configs after reading extra hostfiles with inotify. by Simon Kelley · 10 years ago
  70. 8d8a54e Fix build failure on openBSD. by Simon Kelley · 10 years ago
  71. 6ef15b3 Fix broken ECDSA DNSSEC signatures. by Simon Kelley · 10 years ago
  72. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  73. 70d1873 Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir. by Simon Kelley · 10 years ago
  74. 0491805 Allow inotify to be disabled at compile time on Linux. by Simon Kelley · 10 years ago
  75. 61b838d Don't reply to DHCPv6 SOLICIT messages when not configured for statefull DHCPv6. by Win King Wan · 10 years ago
  76. 5f4dc5c Add --dhcp-hostsdir config option. by Simon Kelley · 10 years ago
  77. 2ae195f Don't treat SERVFAIL as a recoverable error..... by Simon Kelley · 10 years ago
  78. 3934155 Cope with multiple interfaces with the same LL address. by Simon Kelley · 10 years ago
  79. ae4624b Logs for DS records consistent. by Simon Kelley · 10 years ago
  80. 5e32173 Don't answer from cache RRsets from wildcards, as we don't have NSECs. by Simon Kelley · 10 years ago
  81. 9f79ee4 Log port of requestor when doing extra logging. by Simon Kelley · 10 years ago
  82. 28de387 Add --min-cache-ttl option. by RinSatsuki · 10 years ago
  83. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  84. 424c4a8 Merge branch 'unsigned' by Simon Kelley · 10 years ago
  85. 97e618a DNSSEC: do top-down search for limit of secure delegation. by Simon Kelley · 10 years ago
  86. d310ab7 Fix build failure in new inotify code on BSD. by Matthias Andree · 10 years ago
  87. 0b1008d Bad packet protection. by Simon Kelley · 10 years ago
  88. 32fc6db Add --ignore-address option. by Glen Huang · 10 years ago
  89. 83d2ed0 Initialise return value. by Simon Kelley · 10 years ago
  90. fbc5205 Fix problems validating NSEC3 and wildcards. by Simon Kelley · 10 years ago
  91. cbc6524 Make caching work for CNAMEs pointing to A/AAAA records shadowed in /etc/hosts by Simon Kelley · 10 years ago
  92. 094b5c3 Fix crash in DNSSEC code when attempting to verify large RRs. by Simon Kelley · 10 years ago
  93. 3267804 Tweak field width in cache dump to avoid truncating IPv6 addresses. by Simon Kelley · 10 years ago
  94. 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
  95. bd9520b Remove redundant IN6_IS_ADDR_ULA(a) macro defn. by Simon Kelley · 10 years ago
  96. 3ad3f3b Fix breakage of --domain=<domain>,<subnet>,local by Simon Kelley · 10 years ago
  97. 800c5cc Remove floor on EDNS0 packet size with DNSSEC. by Simon Kelley · 10 years ago
  98. 857973e Teach the new inotify code about symlinks. by Simon Kelley · 10 years ago
  99. 9c448c8 Merge branch 'inotify' by Simon Kelley · 10 years ago
  100. 193de4a Use inotify instead of polling on Linux. by Simon Kelley · 10 years ago