1. cbe379a Handle domain names with '.' or /000 within labels. by Simon Kelley · 10 years ago
  2. ad4a8ff Fix crash on receipt of certain malformed DNS requests. by Simon Kelley · 10 years ago
  3. 394ff49 Allow control characters in names in the cache, handle when logging. by Simon Kelley · 10 years ago
  4. 1e15394 DNSSEC fix for non-ascii characters in labels. by Simon Kelley · 10 years ago
  5. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  6. ae4624b Logs for DS records consistent. by Simon Kelley · 10 years ago
  7. 32fc6db Add --ignore-address option. by Glen Huang · 10 years ago
  8. 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
  9. 288df49 Fix bug when resulted in NXDOMAIN answers instead of NODATA. by Simon Kelley · 10 years ago
  10. b7639d5 Fix ipsets logging patch. by Simon Kelley · 11 years ago
  11. 49752b9 Log IPSET actions. by Wang Jian · 11 years ago
  12. fec216d Cache stats availble in CHAOS .bind domain. by Simon Kelley · 11 years ago
  13. 3e21a1a Tidy uid defines. by Andy · 11 years ago
  14. 03431d6 Initialise uid when creating CNAME cache record. by Simon Kelley · 11 years ago
  15. 3f7483e Handle integer overflow in uid counter. Fixes rare crashes in cache code. by Simon Kelley · 11 years ago
  16. 29fe922 Can have local DS records (trust anchors). by Simon Kelley · 11 years ago
  17. d1fbb77 Don't cache secure replies which we've messsed with. by Simon Kelley · 11 years ago
  18. 1fbe4d2 Tweak tuning params. by Simon Kelley · 11 years ago
  19. 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
  20. b8eac19 Negative caching for DS records. by Simon Kelley · 11 years ago
  21. 613ad15 Strip DNSSEC RRs when query doesn't have DO bit set. by Simon Kelley · 11 years ago
  22. 5107ace NSEC3 validation. First pass. by Simon Kelley · 11 years ago
  23. ee41586 Use DS records as trust anchors, not DNSKEYs. by Simon Kelley · 11 years ago
  24. 83349b8 Further tidying of AD and DO bit handling. by Simon Kelley · 11 years ago
  25. c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. by Simon Kelley · 11 years ago
  26. e243c07 AD bit in queries handled as RFC6840 p5.7 by Simon Kelley · 11 years ago
  27. 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
  28. 12fae49 Make RR work when returning A/AAAA records and an RRSIG. by Simon Kelley · 11 years ago
  29. 5f93853 Return configured DNSKEYs even though we don't have RRSIGS for them. by Simon Kelley · 11 years ago
  30. 7c28612 Trivial format fix. by Simon Kelley · 11 years ago
  31. 6938f34 Don't mark answers as DNSEC validated if DNS-doctored. by Simon Kelley · 11 years ago
  32. 17fb9ea Exclude CRC code in DNSSEC build - replaced with SHA1. by Simon Kelley · 11 years ago
  33. c92f008 Get AA flag right in DNSSEC answers from cache. by Simon Kelley · 11 years ago
  34. b5dbfd1 RRSIG answer logging. by Simon Kelley · 11 years ago
  35. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  36. 0744ca6 More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEY by Simon Kelley · 11 years ago
  37. 2d33bda RRSIGS for PTR records from cache. by Simon Kelley · 11 years ago
  38. 32f90c0 Tweak. by Simon Kelley · 11 years ago
  39. bce6e1b RRSIGs in DS and DNSKEY cached answers. by Simon Kelley · 11 years ago
  40. 824202e More DNSSEC cache readout. by Simon Kelley · 11 years ago
  41. 9ebfca1 Compiler warning. by Simon Kelley · 11 years ago
  42. 51ea3ca Caching of DNSSEC records. by Simon Kelley · 11 years ago
  43. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  44. 5f8e58f DNSSEC consolidation. by Simon Kelley · 11 years ago
  45. 0435d04 AD into cache fixes. by Simon Kelley · 11 years ago
  46. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  47. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  48. c3e0b9b backup by Simon Kelley · 11 years ago
  49. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  50. 8db957d Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. by Simon Kelley · 11 years ago
  51. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  52. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  53. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  54. 44de649 Make private functions "static" by Simon Kelley · 11 years ago
  55. 7b174c2 Fix check for local domains in CNAME case. Fixes d56a604a9600c08d4a863527d549713c07f0186d by Simon Kelley · 11 years ago
  56. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  57. fb63dd1 Handle two interface-names, different interface, same name. by Simon Kelley · 11 years ago
  58. dc27e14 Warning when using --bind-interfaces and routeable addresses. by Simon Kelley · 11 years ago
  59. 45cca58 Fix caching of dangling CNAMEs. by Simon Kelley · 11 years ago
  60. 3bb51da Fix d56a604a9600c08d4a863527d549713c07f0186d re ANY queries. by Simon Kelley · 11 years ago
  61. 24b5a5d dhcp-host selection fix for v4/v6 by Simon Kelley · 11 years ago
  62. d56a604 CNAMEs can now point to interface names. by Simon Kelley · 11 years ago
  63. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  64. 32f82c6 Export skip_name function. by Giovanni Bajo · 13 years ago
  65. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  66. 2bb73af Add --synth-domain by Simon Kelley · 12 years ago
  67. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  68. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  69. e1ff419 Complete AXFR support by Simon Kelley · 12 years ago
  70. b75e936 First cut at zone transfer. by Simon Kelley · 12 years ago
  71. 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago
  72. 9f7f3b1 Add --dns-rr option. by Simon Kelley · 13 years ago
  73. 231d061 Tidy TXT record sanitising by Simon Kelley · 13 years ago
  74. 7b4ad2e Teach cache to store DS and DNSKEY records by Simon Kelley · 13 years ago
  75. d1c759c Answer CNAME queries correctly. by Simon Kelley · 13 years ago
  76. 1023dcb Don't cache DNS data from non-recursive nameservers. by Simon Kelley · 13 years ago
  77. 22b135a Fix paretheses in ADD_RDLEN - it always returned 1 before. by Simon Kelley · 13 years ago
  78. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  79. 7de060b import of dnsmasq-2.58.tar.gz by Simon Kelley · 13 years ago
  80. 572b41e import of dnsmasq-2.57.tar.gz by Simon Kelley · 14 years ago
  81. 28866e9 import of dnsmasq-2.56.tar.gz by Simon Kelley · 14 years ago
  82. 8ef5ada import of dnsmasq-2.53.tar.gz by Simon Kelley · 15 years ago
  83. 316e273 import of dnsmasq-2.52.tar.gz by Simon Kelley · 15 years ago
  84. 1f15b81 import of dnsmasq-2.51.tar.gz by Simon Kelley · 15 years ago
  85. 7622fc0 import of dnsmasq-2.48.tar.gz by Simon Kelley · 16 years ago
  86. 73a08a2 import of dnsmasq-2.47.tar.gz by Simon Kelley · 16 years ago
  87. 9009d74 import of dnsmasq-2.46.tar.gz by Simon Kelley · 16 years ago
  88. 1a6bca8 import of dnsmasq-2.43.tar.gz by Simon Kelley · 16 years ago
  89. 9e03894 import of dnsmasq-2.42.tar.gz by Simon Kelley · 17 years ago
  90. 824af85 import of dnsmasq-2.41.tar.gz by Simon Kelley · 17 years ago
  91. 5aabfc7 import of dnsmasq-2.40.tar.gz by Simon Kelley · 17 years ago
  92. f2621c7 import of dnsmasq-2.39.tar.gz by Simon Kelley · 18 years ago
  93. 1b7ecd1 import of dnsmasq-2.37.tar.gz by Simon Kelley · 18 years ago
  94. 832af0b import of dnsmasq-2.36.tar.gz by Simon Kelley · 18 years ago
  95. 309331f import of dnsmasq-2.29.tar.gz by Simon Kelley · 19 years ago
  96. cdeda28 import of dnsmasq-2.27.tar.gz by Simon Kelley · 19 years ago
  97. e17fb62 import of dnsmasq-2.25.tar.gz by Simon Kelley · 19 years ago
  98. 3d8df26 import of dnsmasq-2.23.tar.gz by Simon Kelley · 19 years ago
  99. 91dccd0 import of dnsmasq-2.22.tar.gz by Simon Kelley · 20 years ago
  100. 0a85254 import of dnsmasq-2.21.tar.gz by Simon Kelley · 20 years ago