1. 45d8a24 Introduce UID_NONE value, for cache records which are not the target of a CNAME. by Simon Kelley · 6 years ago
  2. a997ca0 Fix sometimes missing DNSSEC RRs when DNSSEC validation not enabled. by Simon Kelley · 6 years ago
  3. 07ed585 Add logging for DNS error returns from upstream and local configuration. by Simon Kelley · 7 years ago
  4. 1721453 Remove special handling of A-for-A queries. by Simon Kelley · 7 years ago
  5. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  6. 8c707e1 Make 373e91738929a3d416e6292e65824184ba8428a6 compile without DNSSEC. by Simon Kelley · 7 years ago
  7. 373e917 Fix a6004d7f17687ac2455f724d0b57098c413f128d to cope with >256 RRs in answer section. by Simon Kelley · 7 years ago
  8. 74f0f9a Commment language tweaks. by Josh Soref · 7 years ago
  9. 087eb76 Always return a SERVFAIL response to DNS queries with RD=0. by Simon Kelley · 7 years ago
  10. a6004d7 Fix caching logic for validated answers. by Simon Kelley · 7 years ago
  11. c366717 Tidy up add_resource_record() buffer size checks. by Simon Kelley · 7 years ago
  12. 62cb936 Security fix, CVE-2017-14491, DNS heap buffer overflow. by Simon Kelley · 7 years ago
  13. 6a0b00f Misc code cleanups arising from Google analysis. by Simon Kelley · 7 years ago
  14. 0549c73 Security fix, CVE-2017-14491 DNS heap buffer overflow. by Simon Kelley · 7 years ago
  15. 63437ff Fix CVE-2017-13704, which resulted in a crash on a large DNS query. by Simon Kelley · 7 years ago
  16. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  17. 5a7212c Make --rev-server work in the presence of --bogus-priv. by Vladislav Grishenko · 8 years ago
  18. fca008d Make --bogus-priv apply to IPv6. by Simon Kelley · 8 years ago
  19. 43517fc Spelling fixes. by klemens · 8 years ago
  20. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  21. d42d470 Make --localise-queries apply to names from --interface-name. by Simon Kelley · 8 years ago
  22. 7ac9ae1 Compile time option NO_ID by Kevin Darbyshire-Bryant · 8 years ago
  23. fa78573 Zero packet buffers before building output, to reduce risk of information leakage. by Simon Kelley · 8 years ago
  24. c7f3bd2 Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options. by Simon Kelley · 9 years ago
  25. 7480aef Apply ceiling of lease length to TTL when --dhcp-ttl in use. by Simon Kelley · 9 years ago
  26. 832e47b Add --dhcp-ttl option. by Simon Kelley · 9 years ago
  27. df3d54f Add TTL parameter to --host-record and --cname. by Simon Kelley · 9 years ago
  28. d05dd58 Fix wrong reply to simple name when --domain-needed set and no servers configured. by Simon Kelley · 9 years ago
  29. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  30. 1d03016 Split EDNS0 stuff into its own source file. by Simon Kelley · 9 years ago
  31. fa14bec Major tidy up of EDNS0 handling and computation/use of udp packet size. by Simon Kelley · 9 years ago
  32. dd4ad9a Tweaks to EDNS0 handling in DNS replies. by Simon Kelley · 9 years ago
  33. 93be5b1 Abandon caching RRSIGs and returning them from cache. by Simon Kelley · 9 years ago
  34. 90477fb Update list of subnet for --bogus-priv by Simon Kelley · 9 years ago
  35. a7369be Enhance --add-subnet to allow arbitary subnet addresses. by Ed Bardsley · 9 years ago
  36. d2aa7df Include 0.0.0.0/8 in DNS rebind checks. by Simon Kelley · 9 years ago
  37. 06568c6 Remove support for DNS Extended Label Types. by Simon Kelley · 10 years ago
  38. 5d07d77 Fix buffer overflow introduced in 2.73rc6. by Simon Kelley · 10 years ago
  39. b059c96 Check IPv4-mapped IPv6 addresses with --stop-rebind. by Simon Kelley · 10 years ago
  40. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  41. 2ed162a Don't remove RRSIG RR from answers to ANY queries when the do bit is not set. by Simon Kelley · 10 years ago
  42. b8f1655 Tweaks to previous, DNS label charset commit. by Simon Kelley · 10 years ago
  43. cbe379a Handle domain names with '.' or /000 within labels. by Simon Kelley · 10 years ago
  44. ad4a8ff Fix crash on receipt of certain malformed DNS requests. by Simon Kelley · 10 years ago
  45. 394ff49 Allow control characters in names in the cache, handle when logging. by Simon Kelley · 10 years ago
  46. 1e15394 DNSSEC fix for non-ascii characters in labels. by Simon Kelley · 10 years ago
  47. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  48. ae4624b Logs for DS records consistent. by Simon Kelley · 10 years ago
  49. 32fc6db Add --ignore-address option. by Glen Huang · 10 years ago
  50. 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
  51. 288df49 Fix bug when resulted in NXDOMAIN answers instead of NODATA. by Simon Kelley · 10 years ago
  52. b7639d5 Fix ipsets logging patch. by Simon Kelley · 11 years ago
  53. 49752b9 Log IPSET actions. by Wang Jian · 11 years ago
  54. fec216d Cache stats availble in CHAOS .bind domain. by Simon Kelley · 11 years ago
  55. 3e21a1a Tidy uid defines. by Andy · 11 years ago
  56. 03431d6 Initialise uid when creating CNAME cache record. by Simon Kelley · 11 years ago
  57. 3f7483e Handle integer overflow in uid counter. Fixes rare crashes in cache code. by Simon Kelley · 11 years ago
  58. 29fe922 Can have local DS records (trust anchors). by Simon Kelley · 11 years ago
  59. d1fbb77 Don't cache secure replies which we've messsed with. by Simon Kelley · 11 years ago
  60. 1fbe4d2 Tweak tuning params. by Simon Kelley · 11 years ago
  61. 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
  62. b8eac19 Negative caching for DS records. by Simon Kelley · 11 years ago
  63. 613ad15 Strip DNSSEC RRs when query doesn't have DO bit set. by Simon Kelley · 11 years ago
  64. 5107ace NSEC3 validation. First pass. by Simon Kelley · 11 years ago
  65. ee41586 Use DS records as trust anchors, not DNSKEYs. by Simon Kelley · 11 years ago
  66. 83349b8 Further tidying of AD and DO bit handling. by Simon Kelley · 11 years ago
  67. c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. by Simon Kelley · 11 years ago
  68. e243c07 AD bit in queries handled as RFC6840 p5.7 by Simon Kelley · 11 years ago
  69. 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
  70. 12fae49 Make RR work when returning A/AAAA records and an RRSIG. by Simon Kelley · 11 years ago
  71. 5f93853 Return configured DNSKEYs even though we don't have RRSIGS for them. by Simon Kelley · 11 years ago
  72. 7c28612 Trivial format fix. by Simon Kelley · 11 years ago
  73. 6938f34 Don't mark answers as DNSEC validated if DNS-doctored. by Simon Kelley · 11 years ago
  74. 17fb9ea Exclude CRC code in DNSSEC build - replaced with SHA1. by Simon Kelley · 11 years ago
  75. c92f008 Get AA flag right in DNSSEC answers from cache. by Simon Kelley · 11 years ago
  76. b5dbfd1 RRSIG answer logging. by Simon Kelley · 11 years ago
  77. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  78. 0744ca6 More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEY by Simon Kelley · 11 years ago
  79. 2d33bda RRSIGS for PTR records from cache. by Simon Kelley · 11 years ago
  80. 32f90c0 Tweak. by Simon Kelley · 11 years ago
  81. bce6e1b RRSIGs in DS and DNSKEY cached answers. by Simon Kelley · 11 years ago
  82. 824202e More DNSSEC cache readout. by Simon Kelley · 11 years ago
  83. 9ebfca1 Compiler warning. by Simon Kelley · 11 years ago
  84. 51ea3ca Caching of DNSSEC records. by Simon Kelley · 11 years ago
  85. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  86. 5f8e58f DNSSEC consolidation. by Simon Kelley · 11 years ago
  87. 0435d04 AD into cache fixes. by Simon Kelley · 11 years ago
  88. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  89. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  90. c3e0b9b backup by Simon Kelley · 11 years ago
  91. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  92. 8db957d Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. by Simon Kelley · 11 years ago
  93. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  94. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  95. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  96. 44de649 Make private functions "static" by Simon Kelley · 11 years ago
  97. 7b174c2 Fix check for local domains in CNAME case. Fixes d56a604a9600c08d4a863527d549713c07f0186d by Simon Kelley · 11 years ago
  98. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  99. fb63dd1 Handle two interface-names, different interface, same name. by Simon Kelley · 11 years ago
  100. dc27e14 Warning when using --bind-interfaces and routeable addresses. by Simon Kelley · 11 years ago