1. 43517fc Spelling fixes. by klemens · 8 years ago
  2. 88a77a7 Implement RFC-6842 (Client-ids in DHCP replies.) by Simon Kelley · 8 years ago
  3. 3e2496f Decrease the number of individual sites listed in log. by Hannu Nyman · 8 years ago
  4. 361dfe5 Improve connection handling when talking to TCP upsteam servers. by Simon Kelley · 8 years ago
  5. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  6. d42d470 Make --localise-queries apply to names from --interface-name. by Simon Kelley · 8 years ago
  7. 0740e43 Fix rrfilter bug leading to malformed replies. by Simon Kelley · 8 years ago
  8. 903df07 Detect and error loops in --cname configuration. by Simon Kelley · 8 years ago
  9. f89cae3 Add DNSMASQ_REQUESTED_OPTIONS env-var to lease change script. by ZHAO Yu · 8 years ago
  10. 09b768e Bump TCP connection backlog from 5 to 32. by Simon Kelley · 8 years ago
  11. b637d78 Allow wildcard CNAME records in authoritative zones. by Simon Kelley · 8 years ago
  12. 2675f20 Handle binding upstream servers to an interface by Beniamino Galvani · 8 years ago
  13. 6d95099 Handle v4-mapped IPv6 addresses sanely for --synth-domain. by Simon Kelley · 8 years ago
  14. c8328ec Bump auth zone serial when reloading /etc/hosts and friends. by Simon Kelley · 8 years ago
  15. 06093a9 Fix problem with --dnssec-timestamp by Kevin Darbyshire-Bryant · 8 years ago
  16. 1d07667 Fix logic error in Linux netlink code. by Ivan Kokshaysky · 8 years ago
  17. 294d36d Calculate length of TFTP error reply correctly. by Simon Kelley · 8 years ago
  18. da2cad4 Doc about --pxe-service basename change into CHANGELOG. by Simon Kelley · 9 years ago
  19. 0a4a049 Final PXE tweak, and release-note to reflect changes. by Simon Kelley · 9 years ago
  20. 68bea10 Fix error in PXE arch names and add ARM32 and ARM64. by Simon Kelley · 9 years ago
  21. b970260 Limit number of upstream nameservers when logging configuration. by Simon Kelley · 9 years ago
  22. 69cbf78 Add contrib/lease-tools/dhcp_release6 by Simon Kelley · 9 years ago
  23. 14ffa07 Fix init of per server EDNS UDP packet size. by Simon Kelley · 9 years ago
  24. a2bc254 Check return-code of inet_pton when parsing DHCPv4 options. by Simon Kelley · 9 years ago
  25. bec366b Add --tftp-mtu option. by Simon Kelley · 9 years ago
  26. e06e6e3 Update CHANGELOG. by Simon Kelley · 9 years ago
  27. fdc97e1 Avoid divide-by-zero when dhcp-range is a whole /64 by Simon Kelley · 9 years ago
  28. 1e50512 Final form of configuration for EDNS0 MAC-address code. by Simon Kelley · 9 years ago
  29. 926332a Add --max-port config option. by Hans Dedecker · 9 years ago
  30. d05dd58 Fix wrong reply to simple name when --domain-needed set and no servers configured. by Simon Kelley · 9 years ago
  31. eddf365 Fix bad cache-size calculation when hosts-file read fails. by André Glüpker · 9 years ago
  32. 41a8d9e Fix crash when empty address from DNS overlays A record from hosts. by Edwin Török · 9 years ago
  33. 77607cb Respect the --no-resolv flag in inotify code. by Simon Kelley · 9 years ago
  34. a7369be Enhance --add-subnet to allow arbitary subnet addresses. by Ed Bardsley · 9 years ago
  35. d2aa7df Include 0.0.0.0/8 in DNS rebind checks. by Simon Kelley · 9 years ago
  36. 63ec5d1 Fix new poll() code for helper pipe. Removed CPU-spin. by Simon Kelley · 9 years ago
  37. 13480e8 DNSSEC fix, signed wildcard CNAME to unsigned domain. by Simon Kelley · 9 years ago
  38. 362c930 Fix inotify code to handle dangling symlinks better. by Simon Kelley · 9 years ago
  39. 90cb222 --conf-file should read no file, not try and read the default file. by Simon Kelley · 9 years ago
  40. 4918bd5 Documenation updates for --bridge-interface and "off-link". by Neil Jerram · 10 years ago
  41. c6d82c9 Add Dbus methods to create and delete DHCP leases. by Nicolas Cavallari · 10 years ago
  42. 89130d9 DHCPv6: DHCPCONFIRM should be OK for any address on link, not just dynamic addresses. by Simon Kelley · 10 years ago
  43. ca85a28 Allow T1 and T2 DHCPv4 options to be set. by Simon Kelley · 10 years ago
  44. b059c96 Check IPv4-mapped IPv6 addresses with --stop-rebind. by Simon Kelley · 10 years ago
  45. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  46. a5ae1f8 Logs in DHCPv6 not suppressed by dhcp6-quiet. by Simon Kelley · 10 years ago
  47. 0df29f5 Note CVE-2015-3294 by Simon Kelley · 10 years ago
  48. 78c6184 Auth: correct replies to NS and SOA in .arpa zones. by Simon Kelley · 10 years ago
  49. 38440b2 Fix crash in auth code with odd configuration. by Simon Kelley · 10 years ago
  50. ad4a8ff Fix crash on receipt of certain malformed DNS requests. by Simon Kelley · 10 years ago
  51. 04b0ac0 Fix crash caused by looking up servers.bind when many servers defined. by Simon Kelley · 10 years ago
  52. 30d0879 add --tftp-no-fail to ignore missing tftp root by Stefan Tomanek · 10 years ago
  53. f6e62e2 Add --dnssec-timestamp option and facility. by Simon Kelley · 10 years ago
  54. 6ef15b3 Fix broken ECDSA DNSSEC signatures. by Simon Kelley · 10 years ago
  55. 0491805 Allow inotify to be disabled at compile time on Linux. by Simon Kelley · 10 years ago
  56. 61b838d Don't reply to DHCPv6 SOLICIT messages when not configured for statefull DHCPv6. by Win King Wan · 10 years ago
  57. 5f4dc5c Add --dhcp-hostsdir config option. by Simon Kelley · 10 years ago
  58. 3934155 Cope with multiple interfaces with the same LL address. by Simon Kelley · 10 years ago
  59. 28de387 Add --min-cache-ttl option. by RinSatsuki · 10 years ago
  60. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  61. 97e618a DNSSEC: do top-down search for limit of secure delegation. by Simon Kelley · 10 years ago
  62. 32fc6db Add --ignore-address option. by Glen Huang · 10 years ago
  63. 094b5c3 Fix crash in DNSSEC code when attempting to verify large RRs. by Simon Kelley · 10 years ago
  64. 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
  65. 3ad3f3b Fix breakage of --domain=<domain>,<subnet>,local by Simon Kelley · 10 years ago
  66. ad946d5 CHANGELOG re. inotify. by Simon Kelley · 10 years ago
  67. 800c5cc Remove floor on EDNS0 packet size with DNSSEC. by Simon Kelley · 10 years ago
  68. 00cd9d5 crash at startup when an empty suffix is supplied to --conf-dir by Simon Kelley · 10 years ago
  69. bf2db4b Fix CHANGELOG entry under wrong version. by Simon Kelley · 10 years ago
  70. 5782649 Fix bug which caused dnsmasq to become unresponsive when an interface goes. by Simon Kelley · 10 years ago
  71. 288df49 Fix bug when resulted in NXDOMAIN answers instead of NODATA. by Simon Kelley · 10 years ago
  72. 15b1b7e Fix endian bug in --local-service code. by Richard Genoud · 10 years ago
  73. 85900a2 Revert route-information option in RA. There are problems with some clients. by Simon Kelley · 10 years ago
  74. 3e1551a Extend --conf-dir to allow filtering on file suffixes. by Simon Kelley · 10 years ago
  75. 5bf50af RFC4191 route information option. by Ilya Ponetaev · 10 years ago
  76. b5ea1cc Add --dns-loop-detect feature. by Simon Kelley · 10 years ago
  77. 6d8e8ac Tidy up previous commit. by Simon Kelley · 10 years ago
  78. cdb755c Fix FTBFS with Nettle-3.0. by Simon Kelley · 10 years ago
  79. c4638f9 New DBus methods. by Daniel Collins · 11 years ago
  80. a0358e5 Handle async notification of address changes using the event system. by Simon Kelley · 11 years ago
  81. c4a0937 ipsets equivalent in *BSD, using pf tables. by Simon Kelley · 11 years ago
  82. 8e9ffba Merge branch 'mobile-ra' by Simon Kelley · 11 years ago
  83. b692f23 Fix DNS failure of cachesize set to zero. by Simon Kelley · 11 years ago
  84. 9d1b22a Fix DNSSEC validation of ANY queries. by Simon Kelley · 11 years ago
  85. 7ea3d3f ra-advrouter mode for RFC-3775 mobile IPv6 support. by Simon Kelley · 11 years ago
  86. 3b1b3e9 CHANGELOG update for 2.70 release. by Simon Kelley · 11 years ago
  87. 6375838 Fix crash on TCP DNS request when DNSSEC not enabled. by Simon Kelley · 11 years ago
  88. 198d940 Update CHANGELOG/release-notes. by Simon Kelley · 11 years ago
  89. 1006860 Fix NXDOMAIN RCODE in auth PTR replies. by Simon Kelley · 11 years ago
  90. 604f759 CHANGELOG update. by Simon Kelley · 11 years ago
  91. f00690f Typo by Simon Kelley · 11 years ago
  92. c8a8048 --local-service. Default protection from DNS amplification attacks. by Simon Kelley · 11 years ago
  93. 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
  94. de73a49 --rev-server option. Syntactic sugar for PTR queries. by Simon Kelley · 11 years ago
  95. 613d6c5 CHANGLEOG for DNSSEC. by Simon Kelley · 11 years ago
  96. c3a0408 [fd00::} and [fe80::] special addresses in DHCPv6 options. by Simon Kelley · 11 years ago
  97. ae76242 Fix missing RA RDNS option with --dhcp-option=option6:23,[::] by Simon Kelley · 11 years ago
  98. 74e6b52 Typo in contributor name. Sorry. by Simon Kelley · 11 years ago
  99. 8db957d Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. by Simon Kelley · 11 years ago
  100. 1ee9be4 Implement dynamic interface discovery on *BSD by Simon Kelley · 11 years ago