1. 490f907 Reorder sanity checks on UDP packet reception, to cope with failed recvfrom() by Simon Kelley · 11 years ago
  2. 2a7a2b8 Ignore DNS queries from port 0: http://www.ietf.org/mail-archive/web/dnsop/current/msg11441.html by Simon Kelley · 11 years ago
  3. 2b29191 Fix DNSSEC crash retrying to IPv6 server. by Simon Kelley · 11 years ago
  4. 0c8584e Warn about non-local queries once only for UDP. by Simon Kelley · 11 years ago
  5. c8a8048 --local-service. Default protection from DNS amplification attacks. by Simon Kelley · 11 years ago
  6. 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
  7. 613ad15 Strip DNSSEC RRs when query doesn't have DO bit set. by Simon Kelley · 11 years ago
  8. dac7431 TYpo. by Simon Kelley · 11 years ago
  9. 2ecd9bd No CD in forwarded queries unless dnssec-debug for TCP too. by Simon Kelley · 11 years ago
  10. 83349b8 Further tidying of AD and DO bit handling. by Simon Kelley · 11 years ago
  11. 7fa836e Handle validation when more one key is needed. by Simon Kelley · 11 years ago
  12. e243c07 AD bit in queries handled as RFC6840 p5.7 by Simon Kelley · 11 years ago
  13. 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
  14. 81a883f Format tweak. by Simon Kelley · 11 years ago
  15. 8d718cb Nasty cache failure and memory leak with DNSSEC. by Simon Kelley · 11 years ago
  16. 97bc798 Init ->dependent field in frec allocation. by Simon Kelley · 11 years ago
  17. 6938f34 Don't mark answers as DNSEC validated if DNS-doctored. by Simon Kelley · 11 years ago
  18. 7d23a66 Remove --dnssec-permissive, pointless if we don't set CD upstream. by Simon Kelley · 11 years ago
  19. 703c7ff Fix to last commit. by Simon Kelley · 11 years ago
  20. 8a9be9e Replace CRC32 with SHA1 for spoof detection in DNSSEC builds. by Simon Kelley · 11 years ago
  21. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  22. 0744ca6 More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEY by Simon Kelley · 11 years ago
  23. 39048ad bug fix, avoids infinite loop in forwarding code. by Simon Kelley · 11 years ago
  24. 5d3b87a Better handling of truncated DNSSEC replies. by Simon Kelley · 11 years ago
  25. 6c0cb85 Trivial format fix by Simon Kelley · 11 years ago
  26. e0c0ad3 UDP retries for DNSSEC by Simon Kelley · 11 years ago
  27. 4619d94 Fix SEGV and failure to validate on x86_64. by Simon Kelley · 11 years ago
  28. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  29. 795501b AD bit handling when doing validation. by Simon Kelley · 11 years ago
  30. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  31. f1668d2 New source port for DNSSEC-originated queries. by Simon Kelley · 11 years ago
  32. 7d7b7b3 DNSSEC for TCP queries. by Simon Kelley · 11 years ago
  33. 60b6806 Rationalise DNS packet-buffer size calculations. by Simon Kelley · 11 years ago
  34. 871417d Handle truncated replies in DNSSEC validation. by Simon Kelley · 11 years ago
  35. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  36. c3e0b9b backup by Simon Kelley · 11 years ago
  37. 9d63304 Saving progress by Simon Kelley · 11 years ago
  38. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  39. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  40. 2329bef Check arrival interface of IPv6 requests, even in --bind-interfaces. by Simon Kelley · 11 years ago
  41. 3b19596 Fix compiler warnings. by Vladislav Grishenko · 11 years ago
  42. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  43. 6008bdb Fix botch in determining if auth query is local. by Simon Kelley · 11 years ago
  44. 19b1689 Don't filter by subnet when handling local queries for auth-zones. by Simon Kelley · 11 years ago
  45. b485ed9 Always answer queries for authoritative zones locally, never forward. by Simon Kelley · 11 years ago
  46. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  47. e292e93 Initial dnssec structure. by Giovanni Bajo · 13 years ago
  48. 237724c Rename existing DNSSEC macros into DNSSEC_PROXY. by Giovanni Bajo · 13 years ago
  49. 0da5e89 Log forwarding table overflows. by Marcelo Salhab Brogliato · 12 years ago
  50. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  51. 3f2873d Handle IPv4 interface-address labels in Linux. by Simon Kelley · 12 years ago
  52. 797a7af Fix crash on SERVFAIL when --conntrack in use. by Giacomo Tazzari · 12 years ago
  53. 4b5ea12 Send TCP DNS messages in one write() call. Stops TCP stream fragmenting. by Simon Kelley · 12 years ago
  54. 7e5664b Fix trivial access of un-initialised memory. by Simon Kelley · 12 years ago
  55. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  56. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  57. e25db1f Handle wrong interface for locally-routed packets. by Simon Kelley · 12 years ago
  58. 4820dce Make authoritative stuff a compile-time option. by Simon Kelley · 12 years ago
  59. 4967876 Zone-transfer peer restriction option. by Simon Kelley · 12 years ago
  60. ee86ce6 Fix TCP query forwarding to non-default servers. by Simon Kelley · 12 years ago
  61. 36bec08 Merge branch 'auth' by Simon Kelley · 12 years ago
  62. 29d28dd Don't send RAs to the wrong place when DAD in progress. by Simon Kelley · 12 years ago
  63. 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago
  64. 54dd393 Add --bind-dynamic by Simon Kelley · 12 years ago
  65. 50303b1 Remove redundant send_from logging code. by Simon Kelley · 13 years ago
  66. 4b028ad Merge branch 'bind' by Simon Kelley · 13 years ago
  67. 29689cf Handle errors when sending ICMP6 pings better. by Simon Kelley · 13 years ago
  68. 52d4abf Make --listen-address work for all 127.0.0.0/8 addresses. by Simon Kelley · 13 years ago
  69. 552af8b Fix --localise-queries via interface lo bug. by Simon Kelley · 13 years ago
  70. 22d904d Fix RA on *BSD (missing sa_len) by Simon Kelley · 13 years ago
  71. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  72. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago
  73. 7de060b import of dnsmasq-2.58.tar.gz by Simon Kelley · 13 years ago
  74. 572b41e import of dnsmasq-2.57.tar.gz by Simon Kelley · 14 years ago
  75. 28866e9 import of dnsmasq-2.56.tar.gz by Simon Kelley · 14 years ago
  76. 8ef5ada import of dnsmasq-2.53.tar.gz by Simon Kelley · 15 years ago
  77. 316e273 import of dnsmasq-2.52.tar.gz by Simon Kelley · 15 years ago
  78. 1f15b81 import of dnsmasq-2.51.tar.gz by Simon Kelley · 15 years ago
  79. 7622fc0 import of dnsmasq-2.48.tar.gz by Simon Kelley · 16 years ago
  80. 73a08a2 import of dnsmasq-2.47.tar.gz by Simon Kelley · 16 years ago
  81. 9009d74 import of dnsmasq-2.46.tar.gz by Simon Kelley · 16 years ago
  82. 3927da4 import of dnsmasq-2.44.tar.gz by Simon Kelley · 16 years ago
  83. 1a6bca8 import of dnsmasq-2.43.tar.gz by Simon Kelley · 16 years ago
  84. 824af85 import of dnsmasq-2.41.tar.gz by Simon Kelley · 17 years ago
  85. 5aabfc7 import of dnsmasq-2.40.tar.gz by Simon Kelley · 17 years ago
  86. f2621c7 import of dnsmasq-2.39.tar.gz by Simon Kelley · 18 years ago
  87. 6b01084 import of dnsmasq-2.38.tar.gz by Simon Kelley · 18 years ago
  88. 1b7ecd1 import of dnsmasq-2.37.tar.gz by Simon Kelley · 18 years ago
  89. 832af0b import of dnsmasq-2.36.tar.gz by Simon Kelley · 18 years ago
  90. 1697269 import of dnsmasq-2.34.tar.gz by Simon Kelley · 18 years ago
  91. 208b65c import of dnsmasq-2.33.tar.gz by Simon Kelley · 18 years ago
  92. 849a835 import of dnsmasq-2.32.tar.gz by Simon Kelley · 19 years ago
  93. 5e9e0ef import of dnsmasq-2.28.tar.gz by Simon Kelley · 19 years ago
  94. cdeda28 import of dnsmasq-2.27.tar.gz by Simon Kelley · 19 years ago
  95. b8187c8 import of dnsmasq-2.24.tar.gz by Simon Kelley · 19 years ago
  96. 3d8df26 import of dnsmasq-2.23.tar.gz by Simon Kelley · 19 years ago
  97. 0a85254 import of dnsmasq-2.21.tar.gz by Simon Kelley · 20 years ago
  98. f6b7dc4 import of dnsmasq-2.20.tar.gz by Simon Kelley · 20 years ago
  99. 26128d2 import of dnsmasq-2.17.tar.gz by Simon Kelley · 20 years ago
  100. fd9fa48 import of dnsmasq-2.16.tar.gz by Simon Kelley · 20 years ago