1. b970260 Limit number of upstream nameservers when logging configuration. by Simon Kelley · 9 years ago
  2. 69cbf78 Add contrib/lease-tools/dhcp_release6 by Simon Kelley · 9 years ago
  3. c6cdf6b Move dhcp_release and dhcp_lease_time to contrib/lease_tools. by Simon Kelley · 9 years ago
  4. 09217a1 Add --help to manpage . by Simon Kelley · 9 years ago
  5. 332c41e Debian init.d script fix. by Simon Kelley · 9 years ago
  6. 2c0c36f Fix problem with IPv6 in new ARP-search code. by Simon Kelley · 9 years ago
  7. d6b749a Fix typo in SDBM hash function. by Simon Kelley · 9 years ago
  8. 14ffa07 Fix init of per server EDNS UDP packet size. by Simon Kelley · 9 years ago
  9. 8798585 Remove pre-existing EDNS0_OPTION_NOMDEVICEID if MAC address unknown. by Simon Kelley · 9 years ago
  10. a2bc254 Check return-code of inet_pton when parsing DHCPv4 options. by Simon Kelley · 9 years ago
  11. a7b27e8 NULL pointer check. by Simon Kelley · 9 years ago
  12. 529b030 Tidy code. by Simon Kelley · 9 years ago
  13. 4caa86d Tidy. by Simon Kelley · 9 years ago
  14. e1abeee Fix memory leak in inotify code. by Simon Kelley · 9 years ago
  15. 40205a0 Bound hash-iterations in DNSSEC NSEC3 checking. by Simon Kelley · 9 years ago
  16. b8ac466 Tidy code. by Simon Kelley · 9 years ago
  17. d1377fa Account for TFTP packet headers in IPv6 correctly. by Simon Kelley · 9 years ago
  18. fa79466 Tighten syntax checking for dhcp-range and clarify man page. by Simon Kelley · 9 years ago
  19. a93bd4b Fix broken DNSMASQ_USER<x> envvars in script with more than one class. by Simon Kelley · 9 years ago
  20. 407a1f3 Tidy parsing code. by Simon Kelley · 9 years ago
  21. 4b6af5d Fix pointer declaration botch. by Simon Kelley · 9 years ago
  22. 7aa3f9a format fix. by Simon Kelley · 9 years ago
  23. f7cf749 Check return code from open() by Simon Kelley · 9 years ago
  24. aa300f7 Fix typo in last commit. by Simon Kelley · 9 years ago
  25. c7f3bd2 Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options. by Simon Kelley · 9 years ago
  26. 22fe2fd Fix --add-subnet when returning empty or default subnet. by Simon Kelley · 9 years ago
  27. 7480aef Apply ceiling of lease length to TTL when --dhcp-ttl in use. by Simon Kelley · 9 years ago
  28. bec366b Add --tftp-mtu option. by Simon Kelley · 9 years ago
  29. e06e6e3 Update CHANGELOG. by Simon Kelley · 9 years ago
  30. 832e47b Add --dhcp-ttl option. by Simon Kelley · 9 years ago
  31. df3d54f Add TTL parameter to --host-record and --cname. by Simon Kelley · 9 years ago
  32. 22c0f4f Fix previous commit. by Simon Kelley · 9 years ago
  33. 9e4cf47 Add --add-mac=text option. by Simon Kelley · 9 years ago
  34. fdc97e1 Avoid divide-by-zero when dhcp-range is a whole /64 by Simon Kelley · 9 years ago
  35. a18bf31 Avoid losing timer when deleting a RA context. by S L · 9 years ago
  36. 1566bac Fix breakage in ARP code when IPV6 support not compiled in. by Simon Kelley · 9 years ago
  37. e6e751b Make names of ARP script actions consistent. by Simon Kelley · 9 years ago
  38. 8de875f Fix FTBFS on illumos by Andy Stormont · 9 years ago
  39. 4ace25c Treat REFUSED (not SERVFAIL) as an unsuccessful upstream response by Chris Novakovic · 9 years ago
  40. 1e50512 Final form of configuration for EDNS0 MAC-address code. by Simon Kelley · 9 years ago
  41. 926332a Add --max-port config option. by Hans Dedecker · 9 years ago
  42. d05dd58 Fix wrong reply to simple name when --domain-needed set and no servers configured. by Simon Kelley · 9 years ago
  43. f7443d7 Fix problems in last commit when DNSSEC not enabled. by Simon Kelley · 9 years ago
  44. f344dbc Complete DNSSEC server-selection code and set conntrack on DNSSEC queries. by Simon Kelley · 9 years ago
  45. f4d0c66 Fix sporadic crash in find_mac() - hwlen must be zero for empty entries. by Simon Kelley · 9 years ago
  46. 1801a29 Fix botch in forward.c flags code. by Simon Kelley · 9 years ago
  47. 92be34a Complete work to allow DNSSEC validation with private DNS servers. by Simon Kelley · 9 years ago
  48. bb58f63 arp.c tidy up. by Simon Kelley · 9 years ago
  49. 367341f Disable DNSSEC for server=/domain/.. servers unless trust-anchor provided. by Simon Kelley · 9 years ago
  50. eddf365 Fix bad cache-size calculation when hosts-file read fails. by André Glüpker · 9 years ago
  51. a63b8b8 DNSSEC: Handle non-root trust anchors, and check we have a root trust anchor. by Simon Kelley · 9 years ago
  52. 5757371 Inhibit DNSSEC validation when forwarding to private servers for a domain. by Simon Kelley · 9 years ago
  53. b633de9 Fix FTBFS when scripts excluded at compilation time. by Simon Kelley · 9 years ago
  54. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  55. 53a9173 Handle building with script support enabled and DHCP disabled. by Simon Kelley · 9 years ago
  56. d917275 Fix botch in new arp-cache linked-list code resulting in 100% CPU spin. by Simon Kelley · 9 years ago
  57. cc7cb0b Fix datatype-sixe botch which broke DNSSEC sig timestamps when far in the future. by Simon Kelley · 9 years ago
  58. ec0628c Trivial code tweak. by Simon Kelley · 9 years ago
  59. 97b1d25 Correct logic for when to start helper. by Simon Kelley · 9 years ago
  60. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  61. 11867dc Cache access to the kernel's ARP table. by Simon Kelley · 9 years ago
  62. d3a8b39 More EDNS0 packet-size tweaks. by Simon Kelley · 9 years ago
  63. 15379ea Log signature algo with DNSKEY and DS, also digest with DS. by Simon Kelley · 9 years ago
  64. efef497 Fix build failure when DNSSEC code omitted. by Simon Kelley · 9 years ago
  65. 5aa5f0f Truncate DNS replies >512 bytes that the client isn't expecting. by Simon Kelley · 9 years ago
  66. 5bb88f0 Handle extending EDNS0 OPT RR. by Simon Kelley · 9 years ago
  67. 1d03016 Split EDNS0 stuff into its own source file. by Simon Kelley · 9 years ago
  68. ce5732e NSEC3 check: RFC5155 para 8.2 by Simon Kelley · 9 years ago
  69. a86fdf4 Minor tweak to previous commit. by Simon Kelley · 9 years ago
  70. 3e86d31 Nasty, rare and obscure off-by-one in DNSSEC hostname_cmp(). by Simon Kelley · 9 years ago
  71. d67ecac More tweaks in handling unknown DNSSEC algorithms. by Simon Kelley · 9 years ago
  72. fa14bec Major tidy up of EDNS0 handling and computation/use of udp packet size. by Simon Kelley · 9 years ago
  73. 14a4ae8 Do a better job of determining which DNSSEC sig algos are supported. by Simon Kelley · 9 years ago
  74. 3b799c8 Fix brace botch in dnssec_validate_ds() by Simon Kelley · 9 years ago
  75. b40f26c Tidy up DNSSEC non-existence code. Check zone status is NSEC proof bad. by Simon Kelley · 9 years ago
  76. dd4ad9a Tweaks to EDNS0 handling in DNS replies. by Simon Kelley · 9 years ago
  77. 2dbba34 DNSSEC validation tweak. by Simon Kelley · 9 years ago
  78. c2bcd1e Generalise RR-filtering code, for use with EDNS0. by Simon Kelley · 9 years ago
  79. d64c81f Move code which caches DS records to a more logical place. by Simon Kelley · 9 years ago
  80. 93be5b1 Abandon caching RRSIGs and returning them from cache. by Simon Kelley · 9 years ago
  81. 9a31b68 Major rationalisation of DNSSEC validation. by Simon Kelley · 9 years ago
  82. 0007ee9 Fix crash at start up with conf-dir=/path,* by Simon Kelley · 9 years ago
  83. 67ab328 Handle unknown DS hash algos correctly. by Simon Kelley · 9 years ago
  84. 41a8d9e Fix crash when empty address from DNS overlays A record from hosts. by Edwin Török · 9 years ago
  85. 90477fb Update list of subnet for --bogus-priv by Simon Kelley · 9 years ago
  86. 98079ea Catch errors from sendmsg in DHCP code. by Simon Kelley · 9 years ago
  87. 4790115 Use /run/dnsmasq instead of /var/run/dnsmasq in Debian package. by Simon Kelley · 9 years ago
  88. 27b78d9 Rationalise 5e3e464ac4022ee0b3794513abe510817e2cf3ca by Simon Kelley · 9 years ago
  89. 77607cb Respect the --no-resolv flag in inotify code. by Simon Kelley · 9 years ago
  90. 102208d DHCPv6 option 56 does not hold an address list. (RFC 5908). by Simon Kelley · 9 years ago
  91. 6de81f1 Handle signed dangling CNAME replies to DS queries. by Simon Kelley · 9 years ago
  92. 20fd11e Clarify man page on RDNSS set in router advertisement. by Simon Kelley · 9 years ago
  93. 9cdcfe9 Suggest solution to ENOMEM error with IPv6 multicast. by Simon Kelley · 9 years ago
  94. 5e3e464 Fix behaviour of empty dhcp-option=option6:dns-server, which should inhibit sending option. by Simon Kelley · 9 years ago
  95. 3a3965a Don't answer non-auth queries for auth zones locally when --localise-queries set. by Simon Kelley · 9 years ago
  96. a7369be Enhance --add-subnet to allow arbitary subnet addresses. by Ed Bardsley · 9 years ago
  97. d2aa7df Include 0.0.0.0/8 in DNS rebind checks. by Simon Kelley · 9 years ago
  98. 63ec5d1 Fix new poll() code for helper pipe. Removed CPU-spin. by Simon Kelley · 9 years ago
  99. f6381cf Declare utime(). by Simon Kelley · 9 years ago
  100. 34b5d19 Update DNSSEC timestamp file on process TERM. by Kevin Darbyshire-Bryant · 9 years ago