1. a7369be Enhance --add-subnet to allow arbitary subnet addresses. by Ed Bardsley · 9 years ago
  2. f6381cf Declare utime(). by Simon Kelley · 9 years ago
  3. 34b5d19 Update DNSSEC timestamp file on process TERM. by Kevin Darbyshire-Bryant · 9 years ago
  4. b842bc9 Use poll() instead of select() to remove limits on open file descriptors. by Simon Kelley · 9 years ago
  5. f6d6956 Test for overflowing platform FD_SET size. by Simon Kelley · 9 years ago
  6. 2fd5bc9 Allow router advertisements to have the "off-link" bit set. by Neil Jerram · 10 years ago
  7. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  8. 64bcff1 Constify some DHCP lease management functions. by Nicolas Cavallari · 10 years ago
  9. fe3992f Return INSECURE, rather than BOGUS when DS proved not to exist. by Simon Kelley · 10 years ago
  10. 30d0879 add --tftp-no-fail to ignore missing tftp root by Stefan Tomanek · 10 years ago
  11. ff841eb Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc. by Simon Kelley · 10 years ago
  12. 360f251 Tweak DNSSEC timestamp code to create file later, removing need to chown it. by Simon Kelley · 10 years ago
  13. 9003b50 Fix last commit to not crash if uid changing not configured. by Simon Kelley · 10 years ago
  14. f6e62e2 Add --dnssec-timestamp option and facility. by Simon Kelley · 10 years ago
  15. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  16. 70d1873 Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir. by Simon Kelley · 10 years ago
  17. 0491805 Allow inotify to be disabled at compile time on Linux. by Simon Kelley · 10 years ago
  18. 5f4dc5c Add --dhcp-hostsdir config option. by Simon Kelley · 10 years ago
  19. 28de387 Add --min-cache-ttl option. by RinSatsuki · 10 years ago
  20. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  21. 97e618a DNSSEC: do top-down search for limit of secure delegation. by Simon Kelley · 10 years ago
  22. 32fc6db Add --ignore-address option. by Glen Huang · 10 years ago
  23. 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
  24. 193de4a Use inotify instead of polling on Linux. by Simon Kelley · 10 years ago
  25. 288df49 Fix bug when resulted in NXDOMAIN answers instead of NODATA. by Simon Kelley · 10 years ago
  26. b5ea1cc Add --dns-loop-detect feature. by Simon Kelley · 10 years ago
  27. 6d8e8ac Tidy up previous commit. by Simon Kelley · 10 years ago
  28. 24b167a Fix logic for associating leases with interfaces. by Simon Kelley · 10 years ago
  29. 47a9516 Use event system to re-send query on new route. Tidies module boundaries. by Simon Kelley · 10 years ago
  30. dc8a1b1 Set interface with longest prefix in DHCP & DHCPv6 lease by Lung-Pin Chang · 10 years ago
  31. 70772c9 Allow wildcard aliases in --bridge-interface option by Neil Jerram · 11 years ago
  32. a0358e5 Handle async notification of address changes using the event system. by Simon Kelley · 11 years ago
  33. 7ea3d3f ra-advrouter mode for RFC-3775 mobile IPv6 support. by Simon Kelley · 11 years ago
  34. 49752b9 Log IPSET actions. by Wang Jian · 11 years ago
  35. e98bd52 Add --dnssec-no-timecheck by Simon Kelley · 11 years ago
  36. fec216d Cache stats availble in CHAOS .bind domain. by Simon Kelley · 11 years ago
  37. 19c51cf Tidy and fix cache->uid handling. by Simon Kelley · 11 years ago
  38. 3f7483e Handle integer overflow in uid counter. Fixes rare crashes in cache code. by Simon Kelley · 11 years ago
  39. c8a8048 --local-service. Default protection from DNS amplification attacks. by Simon Kelley · 11 years ago
  40. 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
  41. 613ad15 Strip DNSSEC RRs when query doesn't have DO bit set. by Simon Kelley · 11 years ago
  42. 5107ace NSEC3 validation. First pass. by Simon Kelley · 11 years ago
  43. 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
  44. d68c2ca Cleanup of server reading code, preparation, for dynamic reading from files. by Simon Kelley · 11 years ago
  45. ee41586 Use DS records as trust anchors, not DNSKEYs. by Simon Kelley · 11 years ago
  46. 83349b8 Further tidying of AD and DO bit handling. by Simon Kelley · 11 years ago
  47. 7fa836e Handle validation when more one key is needed. by Simon Kelley · 11 years ago
  48. 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
  49. 12fae49 Make RR work when returning A/AAAA records and an RRSIG. by Simon Kelley · 11 years ago
  50. 82e3f45 Blockdata fixes and tuning. by Simon Kelley · 11 years ago
  51. 6938f34 Don't mark answers as DNSEC validated if DNS-doctored. by Simon Kelley · 11 years ago
  52. 8a9be9e Replace CRC32 with SHA1 for spoof detection in DNSSEC builds. by Simon Kelley · 11 years ago
  53. cbf13a2 Class specifier in --dnskey, instead of hardwiring C_IN. by Simon Kelley · 11 years ago
  54. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  55. 824202e More DNSSEC cache readout. by Simon Kelley · 11 years ago
  56. c9bfa94 remove redundant headerage by Simon Kelley · 11 years ago
  57. e7829ae Cache RRSIGS. by Simon Kelley · 11 years ago
  58. 51ea3ca Caching of DNSSEC records. by Simon Kelley · 11 years ago
  59. 5d3b87a Better handling of truncated DNSSEC replies. by Simon Kelley · 11 years ago
  60. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  61. 86bec2d Swap crypto library from openSSL to nettle. by Simon Kelley · 11 years ago
  62. c3a0408 [fd00::} and [fe80::] special addresses in DHCPv6 options. by Simon Kelley · 11 years ago
  63. 5f8e58f DNSSEC consolidation. by Simon Kelley · 11 years ago
  64. b6e9e7c Handle digest lengths greater than 1 block. by Simon Kelley · 11 years ago
  65. c220768 Memory stats for DNSSEC. by Simon Kelley · 11 years ago
  66. 98c098b Move blockdata to it's own file. by Simon Kelley · 11 years ago
  67. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  68. 60b6806 Rationalise DNS packet-buffer size calculations. by Simon Kelley · 11 years ago
  69. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  70. c3e0b9b backup by Simon Kelley · 11 years ago
  71. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  72. 875b816 Remove unused code. by Simon Kelley · 11 years ago
  73. 9d63304 Saving progress by Simon Kelley · 11 years ago
  74. a9b5583 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  75. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  76. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  77. 1ee9be4 Implement dynamic interface discovery on *BSD by Simon Kelley · 11 years ago
  78. 0861921 Garbage collect listening sockets when their address is deleted. by Simon Kelley · 11 years ago
  79. f7029f5 Extend /4 and /6 syntax to --interface-name by Simon Kelley · 11 years ago
  80. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  81. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  82. 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
  83. 3511a92 Fix start-up order for making DHCPv6 DUID by Simon Kelley · 11 years ago
  84. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  85. 19b1689 Don't filter by subnet when handling local queries for auth-zones. by Simon Kelley · 11 years ago
  86. b485ed9 Always answer queries for authoritative zones locally, never forward. by Simon Kelley · 11 years ago
  87. dc27e14 Warning when using --bind-interfaces and routeable addresses. by Simon Kelley · 11 years ago
  88. 3b3f441 Log SO_BINDTODEVICE use at startup. by Simon Kelley · 11 years ago
  89. d56a604 CNAMEs can now point to interface names. by Simon Kelley · 11 years ago
  90. 8c0b73d Add --quiet-* options. by Kevin Darbyshire-Bryant · 11 years ago
  91. 6bd3a09 Merge branch 'edns0' by Simon Kelley · 11 years ago
  92. c4cd95d Add --ra-param and remove --force-fast-ra by Simon Kelley · 11 years ago
  93. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  94. 8939c95 Don't extract MAC address from ND table when DHCPv6 request is from a relay. by Simon Kelley · 11 years ago
  95. 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
  96. ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
  97. 32f82c6 Export skip_name function. by Giovanni Bajo · 13 years ago
  98. 458824d Helper function to walk through keydata chained blocks. by Giovanni Bajo · 13 years ago
  99. 28c6255 Move general macros in dnsmasq.h by Giovanni Bajo · 13 years ago
  100. 02f9b76 Rename key cache field. by Giovanni Bajo · 13 years ago