1. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  2. 53a9173 Handle building with script support enabled and DHCP disabled. by Simon Kelley · 9 years ago
  3. d917275 Fix botch in new arp-cache linked-list code resulting in 100% CPU spin. by Simon Kelley · 9 years ago
  4. cc7cb0b Fix datatype-sixe botch which broke DNSSEC sig timestamps when far in the future. by Simon Kelley · 9 years ago
  5. ec0628c Trivial code tweak. by Simon Kelley · 9 years ago
  6. 97b1d25 Correct logic for when to start helper. by Simon Kelley · 9 years ago
  7. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  8. 11867dc Cache access to the kernel's ARP table. by Simon Kelley · 9 years ago
  9. d3a8b39 More EDNS0 packet-size tweaks. by Simon Kelley · 9 years ago
  10. 15379ea Log signature algo with DNSKEY and DS, also digest with DS. by Simon Kelley · 9 years ago
  11. efef497 Fix build failure when DNSSEC code omitted. by Simon Kelley · 9 years ago
  12. 5aa5f0f Truncate DNS replies >512 bytes that the client isn't expecting. by Simon Kelley · 9 years ago
  13. 5bb88f0 Handle extending EDNS0 OPT RR. by Simon Kelley · 9 years ago
  14. 1d03016 Split EDNS0 stuff into its own source file. by Simon Kelley · 9 years ago
  15. ce5732e NSEC3 check: RFC5155 para 8.2 by Simon Kelley · 9 years ago
  16. a86fdf4 Minor tweak to previous commit. by Simon Kelley · 9 years ago
  17. 3e86d31 Nasty, rare and obscure off-by-one in DNSSEC hostname_cmp(). by Simon Kelley · 9 years ago
  18. d67ecac More tweaks in handling unknown DNSSEC algorithms. by Simon Kelley · 9 years ago
  19. fa14bec Major tidy up of EDNS0 handling and computation/use of udp packet size. by Simon Kelley · 9 years ago
  20. 14a4ae8 Do a better job of determining which DNSSEC sig algos are supported. by Simon Kelley · 9 years ago
  21. 3b799c8 Fix brace botch in dnssec_validate_ds() by Simon Kelley · 9 years ago
  22. b40f26c Tidy up DNSSEC non-existence code. Check zone status is NSEC proof bad. by Simon Kelley · 9 years ago
  23. dd4ad9a Tweaks to EDNS0 handling in DNS replies. by Simon Kelley · 9 years ago
  24. 2dbba34 DNSSEC validation tweak. by Simon Kelley · 9 years ago
  25. c2bcd1e Generalise RR-filtering code, for use with EDNS0. by Simon Kelley · 9 years ago
  26. d64c81f Move code which caches DS records to a more logical place. by Simon Kelley · 9 years ago
  27. 93be5b1 Abandon caching RRSIGs and returning them from cache. by Simon Kelley · 9 years ago
  28. 9a31b68 Major rationalisation of DNSSEC validation. by Simon Kelley · 9 years ago
  29. 0007ee9 Fix crash at start up with conf-dir=/path,* by Simon Kelley · 9 years ago
  30. 67ab328 Handle unknown DS hash algos correctly. by Simon Kelley · 9 years ago
  31. 41a8d9e Fix crash when empty address from DNS overlays A record from hosts. by Edwin Török · 9 years ago
  32. 90477fb Update list of subnet for --bogus-priv by Simon Kelley · 9 years ago
  33. 98079ea Catch errors from sendmsg in DHCP code. by Simon Kelley · 9 years ago
  34. 27b78d9 Rationalise 5e3e464ac4022ee0b3794513abe510817e2cf3ca by Simon Kelley · 9 years ago
  35. 77607cb Respect the --no-resolv flag in inotify code. by Simon Kelley · 9 years ago
  36. 102208d DHCPv6 option 56 does not hold an address list. (RFC 5908). by Simon Kelley · 9 years ago
  37. 6de81f1 Handle signed dangling CNAME replies to DS queries. by Simon Kelley · 9 years ago
  38. 9cdcfe9 Suggest solution to ENOMEM error with IPv6 multicast. by Simon Kelley · 9 years ago
  39. 5e3e464 Fix behaviour of empty dhcp-option=option6:dns-server, which should inhibit sending option. by Simon Kelley · 9 years ago
  40. 3a3965a Don't answer non-auth queries for auth zones locally when --localise-queries set. by Simon Kelley · 9 years ago
  41. a7369be Enhance --add-subnet to allow arbitary subnet addresses. by Ed Bardsley · 9 years ago
  42. d2aa7df Include 0.0.0.0/8 in DNS rebind checks. by Simon Kelley · 9 years ago
  43. 63ec5d1 Fix new poll() code for helper pipe. Removed CPU-spin. by Simon Kelley · 9 years ago
  44. f6381cf Declare utime(). by Simon Kelley · 9 years ago
  45. 34b5d19 Update DNSSEC timestamp file on process TERM. by Kevin Darbyshire-Bryant · 9 years ago
  46. d389e01 DNSSEC fix: correct logic for signed records in unsigned DNS space. by Simon Kelley · 9 years ago
  47. d3699bb Small tweak to DNSSEC fix. by Simon Kelley · 9 years ago
  48. 13480e8 DNSSEC fix, signed wildcard CNAME to unsigned domain. by Simon Kelley · 9 years ago
  49. 90c3822 Grow pollfds array exponentially. by Simon Kelley · 9 years ago
  50. b842bc9 Use poll() instead of select() to remove limits on open file descriptors. by Simon Kelley · 9 years ago
  51. 0f38fa0 Log message typo. by Simon Kelley · 9 years ago
  52. 45c5cb1 Fix compilation warning. by Simon Kelley · 9 years ago
  53. f6d6956 Test for overflowing platform FD_SET size. by Simon Kelley · 9 years ago
  54. 362c930 Fix inotify code to handle dangling symlinks better. by Simon Kelley · 9 years ago
  55. 5e95a55 Avoid hanngs in DHCP ping code when system time goes backwards. by Simon Kelley · 9 years ago
  56. 90cb222 --conf-file should read no file, not try and read the default file. by Simon Kelley · 9 years ago
  57. e3ec6f0 Handle CNAMEs to DS records when confirming absence of DS for DNSSEC. by Simon Kelley · 10 years ago
  58. 4918bd5 Documenation updates for --bridge-interface and "off-link". by Neil Jerram · 10 years ago
  59. 9bad339 Apply --bridge-interfaces to unsolicited router advertisements. by Neil Jerram · 10 years ago
  60. ba4fc0f Upply --bridge-interface aliasing to solicited router advertisements. by Neil Jerram · 10 years ago
  61. 2fd5bc9 Allow router advertisements to have the "off-link" bit set. by Neil Jerram · 10 years ago
  62. 0ddb876 Extend --bridge-interface aliasing to DHCPv6. by Neil Jerram · 10 years ago
  63. 654f59e Fix logging of unknown interface in --bridge-interface, DHPCv4. by Neil Jerram · 10 years ago
  64. d91b1fd Add a couple of missed logging strings to the catalogue. by Simon Kelley · 10 years ago
  65. c6d82c9 Add Dbus methods to create and delete DHCP leases. by Nicolas Cavallari · 10 years ago
  66. 4d25cf8 Handle corner cases in NSEC coverage checks. by Simon Kelley · 10 years ago
  67. 89130d9 DHCPv6: DHCPCONFIRM should be OK for any address on link, not just dynamic addresses. by Simon Kelley · 10 years ago
  68. bd7bfa2 Correctly sanitise DNS header bits in answer when recreating query for retry. by swigger · 10 years ago
  69. 549b1a4 Tweak immediately previous patch. by Simon Kelley · 10 years ago
  70. 7f8565b Select correct DHCP context when in PXE bootserver mode. by Simon Kelley · 10 years ago
  71. 06568c6 Remove support for DNS Extended Label Types. by Simon Kelley · 10 years ago
  72. 5d07d77 Fix buffer overflow introduced in 2.73rc6. by Simon Kelley · 10 years ago
  73. 62018e1 Use correct DHCP context for PXE-proxy server-id. by Simon Kelley · 10 years ago
  74. 7c0f254 Tweak last commit. by Simon Kelley · 10 years ago
  75. ca85a28 Allow T1 and T2 DHCPv4 options to be set. by Simon Kelley · 10 years ago
  76. 86fa104 Tweak EDNS timeout code. by Simon Kelley · 10 years ago
  77. b059c96 Check IPv4-mapped IPv6 addresses with --stop-rebind. by Simon Kelley · 10 years ago
  78. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  79. 64bcff1 Constify some DHCP lease management functions. by Nicolas Cavallari · 10 years ago
  80. 2ed162a Don't remove RRSIG RR from answers to ANY queries when the do bit is not set. by Simon Kelley · 10 years ago
  81. e66b4df Fix argument-order botch which broke DNSSEC for TCP queries. by Simon Kelley · 10 years ago
  82. a5ae1f8 Logs in DHCPv6 not suppressed by dhcp6-quiet. by Simon Kelley · 10 years ago
  83. b8f1655 Tweaks to previous, DNS label charset commit. by Simon Kelley · 10 years ago
  84. cbe379a Handle domain names with '.' or /000 within labels. by Simon Kelley · 10 years ago
  85. 338b340 Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log instead. by Simon Kelley · 10 years ago
  86. 554b580 Log domain when reporting DNSSEC validation failure. by Simon Kelley · 10 years ago
  87. b4c0f09 Fix (srk induced) crash in new tftp_no_fail code. by Stefan Tomanek · 10 years ago
  88. 78c6184 Auth: correct replies to NS and SOA in .arpa zones. by Simon Kelley · 10 years ago
  89. 38440b2 Fix crash in auth code with odd configuration. by Simon Kelley · 10 years ago
  90. ad4a8ff Fix crash on receipt of certain malformed DNS requests. by Simon Kelley · 10 years ago
  91. 04b0ac0 Fix crash caused by looking up servers.bind when many servers defined. by Simon Kelley · 10 years ago
  92. 982faf4 Fix compiler warning when not including DNSSEC. by Simon Kelley · 10 years ago
  93. fe3992f Return INSECURE, rather than BOGUS when DS proved not to exist. by Simon Kelley · 10 years ago
  94. 7aa970e Whitespace fixes. by Stefan Tomanek · 10 years ago
  95. 30d0879 add --tftp-no-fail to ignore missing tftp root by Stefan Tomanek · 10 years ago
  96. 794fccc Fix crash in last commit. by Simon Kelley · 10 years ago
  97. 394ff49 Allow control characters in names in the cache, handle when logging. by Simon Kelley · 10 years ago
  98. 1e15394 DNSSEC fix for non-ascii characters in labels. by Simon Kelley · 10 years ago
  99. 0b8a5a3 Protect against broken DNSSEC upstreams. by Simon Kelley · 10 years ago
  100. 150162b Return SERVFAIL when validation abandoned. by Simon Kelley · 10 years ago