1. c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 3 years, 11 months ago
  2. 7e194a0 Apply floor of 60s to TTL of DNSKEY and DS records in cache. by Simon Kelley · 4 years, 5 months ago
  3. 2a8710a Update copyrights to 2020. by Simon Kelley · 5 years ago
  4. bf23c8a Spelling and format fixes. by Ville Skyttä · 5 years ago
  5. 1fd56c0 Tidy up CNAME representaion. by Simon Kelley · 5 years ago
  6. 376cb97 Extend non-terminal name handling to all locally configured RRs. by Simon Kelley · 5 years ago
  7. 84449bf Generalise locally-configured CNAME handling. by Simon Kelley · 5 years ago
  8. 157d8cf Don't silently discard all-zeroes adddresses in --host-record. by Simon Kelley · 5 years ago
  9. 1292e1a Don't waste time caching zero-TTL DNS records. by Simon Kelley · 5 years ago
  10. e710c34 Fix crash when negative SRV response over TCP gets stored in LRU cache entry. by Alin Nastac · 5 years ago
  11. 065e5bb More /etc/hosts linecount fixing. by Simon Kelley · 6 years ago
  12. 162e5e0 Fix bug added in 2.80 non-terminal code which returns NODATA instead of NXDOMAIN. by Sven Mueller · 6 years ago
  13. 4219ade Fix line counting when reading /etc/hosts. by Simon Kelley · 6 years ago
  14. 4bf62f6 Tidy cache_blockdata_free() by Simon Kelley · 6 years ago
  15. 2896e24 Check for not(DS or DNSKEY) in is_outdated_cname_pointer() by Simon Kelley · 6 years ago
  16. a90f09d Fix crash freeing negative SRV cache entries. by Simon Kelley · 6 years ago
  17. 5b99eae Cache SRV records. by Simon Kelley · 6 years ago
  18. 2c59473 File logic bug in cache-marshalling code. Introduced a couple of commits back. by Simon Kelley · 6 years ago
  19. cc921df Remove nested struct/union in cache records and all_addr. by Simon Kelley · 6 years ago
  20. ab194ed Futher address union tidying. by Simon Kelley · 6 years ago
  21. 65a01b7 Tidy address-union handling: move class into explicit argument. by Simon Kelley · 6 years ago
  22. bde4647 Tidy all_addr union, merge log and rcode fields. by Simon Kelley · 6 years ago
  23. ee87504 Remove ability to compile without IPv6 support. by Simon Kelley · 6 years ago
  24. a799ca0 Impove cache behaviour for TCP connections. by Simon Kelley · 6 years ago
  25. 3a610a0 Finesse allocation of memory for "struct crec" cache entries. by Simon Kelley · 6 years ago
  26. 48b090c Fix b6f926fbefcd2471699599e44f32b8d25b87b471 to not SEGV on startup (rarely). by Simon Kelley · 6 years ago
  27. ea6cc33 Handle memory allocation failure in make_non_terminals() by Simon Kelley · 6 years ago
  28. b758b67 Improve logging of RRs from --dns-rr. by Simon Kelley · 6 years ago
  29. cbfbd17 Fix broken DNSSEC records in previous. by Simon Kelley · 6 years ago
  30. b6f926f Don't return NXDOMAIN to empty non-terminals. by Simon Kelley · 6 years ago
  31. aba8bbb Add collection of metrics by Julian Kornberger · 6 years ago
  32. eb1fe15 When replacing cache entries, preserve CNAMES which target them. by Simon Kelley · 6 years ago
  33. 45d8a24 Introduce UID_NONE value, for cache records which are not the target of a CNAME. by Simon Kelley · 6 years ago
  34. 07ed585 Add logging for DNS error returns from upstream and local configuration. by Simon Kelley · 7 years ago
  35. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  36. aa6f832 Add a few DNS RRs to the table. by Simon Kelley · 7 years ago
  37. cbd29e5 Printf related fixes. by Rosen Penev · 7 years ago
  38. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  39. 3ebe62d Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq by Simon Kelley · 8 years ago
  40. b637d78 Allow wildcard CNAME records in authoritative zones. by Simon Kelley · 8 years ago
  41. 7ac9ae1 Compile time option NO_ID by Kevin Darbyshire-Bryant · 8 years ago
  42. df3d54f Add TTL parameter to --host-record and --cname. by Simon Kelley · 9 years ago
  43. eddf365 Fix bad cache-size calculation when hosts-file read fails. by André Glüpker · 9 years ago
  44. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  45. 15379ea Log signature algo with DNSKEY and DS, also digest with DS. by Simon Kelley · 9 years ago
  46. 93be5b1 Abandon caching RRSIGs and returning them from cache. by Simon Kelley · 9 years ago
  47. 41a8d9e Fix crash when empty address from DNS overlays A record from hosts. by Edwin Török · 9 years ago
  48. 04b0ac0 Fix crash caused by looking up servers.bind when many servers defined. by Simon Kelley · 10 years ago
  49. 794fccc Fix crash in last commit. by Simon Kelley · 10 years ago
  50. 394ff49 Allow control characters in names in the cache, handle when logging. by Simon Kelley · 10 years ago
  51. caeea19 Make dynamic hosts files work when --no-hosts set. by Simon Kelley · 10 years ago
  52. f9c8637 Extra logging for inotify code. by Simon Kelley · 10 years ago
  53. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  54. 70d1873 Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir. by Simon Kelley · 10 years ago
  55. 9f79ee4 Log port of requestor when doing extra logging. by Simon Kelley · 10 years ago
  56. 28de387 Add --min-cache-ttl option. by RinSatsuki · 10 years ago
  57. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  58. cbc6524 Make caching work for CNAMEs pointing to A/AAAA records shadowed in /etc/hosts by Simon Kelley · 10 years ago
  59. 3267804 Tweak field width in cache dump to avoid truncating IPv6 addresses. by Simon Kelley · 10 years ago
  60. 288df49 Fix bug when resulted in NXDOMAIN answers instead of NODATA. by Simon Kelley · 10 years ago
  61. 49752b9 Log IPSET actions. by Wang Jian · 11 years ago
  62. fec216d Cache stats availble in CHAOS .bind domain. by Simon Kelley · 11 years ago
  63. 3e21a1a Tidy uid defines. by Andy · 11 years ago
  64. 19c51cf Tidy and fix cache->uid handling. by Simon Kelley · 11 years ago
  65. d508215 Ensure next_uid() can never return 0. by Andy · 11 years ago
  66. 3f7483e Handle integer overflow in uid counter. Fixes rare crashes in cache code. by Simon Kelley · 11 years ago
  67. e3f1455 Don't free blockdata for negative DS cache entries. by Simon Kelley · 11 years ago
  68. b8eac19 Negative caching for DS records. by Simon Kelley · 11 years ago
  69. a0ab18f Don't mess with the TTL of DNSSEC RRs. by Simon Kelley · 11 years ago
  70. ee41586 Use DS records as trust anchors, not DNSKEYs. by Simon Kelley · 11 years ago
  71. c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. by Simon Kelley · 11 years ago
  72. 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
  73. 12fae49 Make RR work when returning A/AAAA records and an RRSIG. by Simon Kelley · 11 years ago
  74. 40b695c Log NXDOMAIN correctly. by Simon Kelley · 11 years ago
  75. 5f93853 Return configured DNSKEYs even though we don't have RRSIGS for them. by Simon Kelley · 11 years ago
  76. 8d718cb Nasty cache failure and memory leak with DNSSEC. by Simon Kelley · 11 years ago
  77. 82e3f45 Blockdata fixes and tuning. by Simon Kelley · 11 years ago
  78. 072e81b Blockdata leak. by Simon Kelley · 11 years ago
  79. 583043f Crash in cache code when compiled with HAVE_DNSSEC. by Simon Kelley · 11 years ago
  80. cbf13a2 Class specifier in --dnskey, instead of hardwiring C_IN. by Simon Kelley · 11 years ago
  81. 2d33bda RRSIGS for PTR records from cache. by Simon Kelley · 11 years ago
  82. bce6e1b RRSIGs in DS and DNSKEY cached answers. by Simon Kelley · 11 years ago
  83. 824202e More DNSSEC cache readout. by Simon Kelley · 11 years ago
  84. 6429e42 Compiler warning. by Simon Kelley · 11 years ago
  85. e7829ae Cache RRSIGS. by Simon Kelley · 11 years ago
  86. 51ea3ca Caching of DNSSEC records. by Simon Kelley · 11 years ago
  87. 4f04476 Set AD bit for address replies from /etc/hosts &c by Simon Kelley · 11 years ago
  88. c220768 Memory stats for DNSSEC. by Simon Kelley · 11 years ago
  89. 98c098b Move blockdata to it's own file. by Simon Kelley · 11 years ago
  90. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  91. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  92. c3e0b9b backup by Simon Kelley · 11 years ago
  93. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  94. 532066e Add missing malloc() return-code check. by Simon Kelley · 11 years ago
  95. 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. by Simon Kelley · 11 years ago
  96. 06e54b8 Merge branch 'master' into dnssec 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. b485ed9 Always answer queries for authoritative zones locally, never forward. by Simon Kelley · 11 years ago
  100. d56a604 CNAMEs can now point to interface names. by Simon Kelley · 11 years ago