1. 703c7ff Fix to last commit. by Simon Kelley · 11 years ago
  2. 8a9be9e Replace CRC32 with SHA1 for spoof detection in DNSSEC builds. by Simon Kelley · 11 years ago
  3. c92f008 Get AA flag right in DNSSEC answers from cache. by Simon Kelley · 11 years ago
  4. b5dbfd1 RRSIG answer logging. by Simon Kelley · 11 years ago
  5. cbf13a2 Class specifier in --dnskey, instead of hardwiring C_IN. by Simon Kelley · 11 years ago
  6. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  7. 0744ca6 More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEY by Simon Kelley · 11 years ago
  8. 2d33bda RRSIGS for PTR records from cache. by Simon Kelley · 11 years ago
  9. 32f90c0 Tweak. by Simon Kelley · 11 years ago
  10. bce6e1b RRSIGs in DS and DNSKEY cached answers. by Simon Kelley · 11 years ago
  11. 824202e More DNSSEC cache readout. by Simon Kelley · 11 years ago
  12. 9ebfca1 Compiler warning. by Simon Kelley · 11 years ago
  13. 6429e42 Compiler warning. by Simon Kelley · 11 years ago
  14. c9bfa94 remove redundant headerage by Simon Kelley · 11 years ago
  15. e7829ae Cache RRSIGS. by Simon Kelley · 11 years ago
  16. 51ea3ca Caching of DNSSEC records. by Simon Kelley · 11 years ago
  17. 57ab36e Tweak definition of a permanent IPv6 address on Linux. by Jonas Gorski · 11 years ago
  18. dd0e0a3 Handle time_t wraparound more sanely. by Simon Kelley · 11 years ago
  19. 6fd6dac Fix loop in RR sort. by Simon Kelley · 11 years ago
  20. 39048ad bug fix, avoids infinite loop in forwarding code. by Simon Kelley · 11 years ago
  21. 979cdf9 Fix to hostname_cmp, and update to canonicalisation table. RFC 4034 LIES. by Simon Kelley · 11 years ago
  22. dbf7212 Rationalise hostname_cmp() by Simon Kelley · 11 years ago
  23. c979fa0 Provide for static library linking. by Simon Kelley · 11 years ago
  24. c5f4ec7 NSEC proof-of-non-existence. by Simon Kelley · 11 years ago
  25. 5d3b87a Better handling of truncated DNSSEC replies. by Simon Kelley · 11 years ago
  26. 72ae2f3 Don't validate error returns. by Simon Kelley · 11 years ago
  27. 6c0cb85 Trivial format fix by Simon Kelley · 11 years ago
  28. e0c0ad3 UDP retries for DNSSEC by Simon Kelley · 11 years ago
  29. 4619d94 Fix SEGV and failure to validate on x86_64. by Simon Kelley · 11 years ago
  30. 0975a58 Merge branch 'master' of ssh://central/var/cache/git/dnsmasq by Simon Kelley · 11 years ago
  31. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  32. cc111e0 Add ip6addr.h to Makefile list. by Simon Kelley · 11 years ago
  33. 86bec2d Swap crypto library from openSSL to nettle. by Simon Kelley · 11 years ago
  34. a59ff5f Merge branch 'master' of ssh://central/var/cache/git/dnsmasq by Simon Kelley · 11 years ago
  35. c3a0408 [fd00::} and [fe80::] special addresses in DHCPv6 options. by Simon Kelley · 11 years ago
  36. ae76242 Fix missing RA RDNS option with --dhcp-option=option6:23,[::] by Simon Kelley · 11 years ago
  37. 4f04476 Set AD bit for address replies from /etc/hosts &c by Simon Kelley · 11 years ago
  38. 1486a9c Furthet tweak to RRset sort. by Simon Kelley · 11 years ago
  39. 5ada888 RFC 4035 5.3.2 wildcard label rules. by Simon Kelley · 11 years ago
  40. 5f8e58f DNSSEC consolidation. by Simon Kelley · 11 years ago
  41. b8071a8 Tweak blockdata accounting. by Simon Kelley · 11 years ago
  42. b6e9e7c Handle digest lengths greater than 1 block. by Simon Kelley · 11 years ago
  43. 0435d04 AD into cache fixes. by Simon Kelley · 11 years ago
  44. 795501b AD bit handling when doing validation. by Simon Kelley · 11 years ago
  45. c220768 Memory stats for DNSSEC. by Simon Kelley · 11 years ago
  46. 98c098b Move blockdata to it's own file. by Simon Kelley · 11 years ago
  47. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  48. f1668d2 New source port for DNSSEC-originated queries. by Simon Kelley · 11 years ago
  49. 7d7b7b3 DNSSEC for TCP queries. by Simon Kelley · 11 years ago
  50. 3ddacb8 Ensure cache is big enough to do DNSSEC. by Simon Kelley · 11 years ago
  51. 60b6806 Rationalise DNS packet-buffer size calculations. by Simon Kelley · 11 years ago
  52. 871417d Handle truncated replies in DNSSEC validation. by Simon Kelley · 11 years ago
  53. 65d1e3b Tweak libraries and make DNSSEC compile optional. by Simon Kelley · 11 years ago
  54. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  55. c3e0b9b backup by Simon Kelley · 11 years ago
  56. 6ea1f23 Send correct O and M bits when advertising only deprecated prefixes. by Simon Kelley · 11 years ago
  57. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  58. 00238fb indentation fix. by Simon Kelley · 11 years ago
  59. 74e6b52 Typo in contributor name. Sorry. by Simon Kelley · 11 years ago
  60. 875b816 Remove unused code. by Simon Kelley · 11 years ago
  61. 76ff440 Ignore ",," in dhcp-host, rather than treating it as ",0," by Simon Kelley · 11 years ago
  62. 8db957d Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. by Simon Kelley · 11 years ago
  63. 9d63304 Saving progress by Simon Kelley · 11 years ago
  64. a9b5583 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  65. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  66. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  67. 1ee9be4 Implement dynamic interface discovery on *BSD by Simon Kelley · 11 years ago
  68. 56ad6c9 Bump debian version. by Simon Kelley · 11 years ago
  69. fa04c83 Update Polish translation. by Jan Psota · 11 years ago
  70. 4c82efc Relax rules in prefix length in (IPv6) dhcp-range. by Vladislav Grishenko · 11 years ago
  71. 5f45d6a Update Debian changelog. by Simon Kelley · 11 years ago
  72. 2329bef Check arrival interface of IPv6 requests, even in --bind-interfaces. by Simon Kelley · 11 years ago
  73. 62ab3cc Only set scope_id in addresses to bind() for linklocal addresses. by Simon Kelley · 11 years ago
  74. 71aaa5a Fix previous errno saving fix. by Matthias Andree · 11 years ago
  75. 0861921 Garbage collect listening sockets when their address is deleted. by Simon Kelley · 11 years ago
  76. 3dffbc3 Don't overwrite errno before generating message. by Simon Kelley · 11 years ago
  77. 0d6eb13 Do immediate RA when a prefix goes from old->current. by Simon Kelley · 11 years ago
  78. 50db349 Fix compiler warning. by Vladislav Grishenko · 11 years ago
  79. 3b19596 Fix compiler warnings. by Vladislav Grishenko · 11 years ago
  80. d082faf Fix compiler warning. by Vladislav Grishenko · 11 years ago
  81. 99e8891 Fix compiler warning. by Vladislav Grishenko · 11 years ago
  82. 532066e Add missing malloc() return-code check. by Simon Kelley · 11 years ago
  83. 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. by Simon Kelley · 11 years ago
  84. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. by Simon Kelley · 11 years ago
  85. e142a83 Merge messages to .po files. by Simon Kelley · 11 years ago
  86. f7029f5 Extend /4 and /6 syntax to --interface-name by Simon Kelley · 11 years ago
  87. c50f25a Allow empty subnet list in --auth-zone by Simon Kelley · 11 years ago
  88. 65c9b48 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  89. f25e6c6 Support /4 and /6 suffixes in interface names in --auth-server by Simon Kelley · 11 years ago
  90. 587ad4f Fix crash introduced in 376d48c7f187cd3c3e941929a4cd5e9c9903fc89 by Simon Kelley · 11 years ago
  91. 4452292 When advertising ONLY deleted IPv6 prefixes, set router lifetime to zero. by Simon Kelley · 11 years ago
  92. e597dba Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  93. dd9d9ce Fix problems when advertising deleted IPv6 prefixes. by Simon Kelley · 11 years ago
  94. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  95. 32b4e4c Auth-DNS manpage update. by Simon Kelley · 11 years ago
  96. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  97. 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
  98. 3511a92 Fix start-up order for making DHCPv6 DUID by Simon Kelley · 11 years ago
  99. 44de649 Make private functions "static" by Simon Kelley · 11 years ago
  100. 29c122a Fix FTBFS on openBSD-current. by Brad Smith · 11 years ago