1. cc4baaa Fix DHCPv6 lease time calculation when client sends VL==0 or PL==0 by Simon Kelley · 11 years ago
  2. 6640919 Sanity check for dhcp-range template. by Simon Kelley · 11 years ago
  3. 2937f8a Provide independent control over which interfaces get TFTP. by Simon Kelley · 11 years ago
  4. edf0bde Make --listen-address higher priority than --except-interface. by Simon Kelley · 11 years ago
  5. 8d03046 Add --force-fast-ra option. by Simon Kelley · 11 years ago
  6. 9f48ffa Apply ceiling of configured dhcp-range leasetime to deprecated prefix adverts. by Simon Kelley · 11 years ago
  7. 871d456 Support RFC-4242 information-refresh-time. by Simon Kelley · 11 years ago
  8. 0f371f9 Remove dead code. by Simon Kelley · 11 years ago
  9. 6bd109a Better job with domain for DHCPv6 information-request. by Simon Kelley · 11 years ago
  10. f7a40ec Tweak when old prefix returns. by Simon Kelley · 11 years ago
  11. ff1b41d Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq by Simon Kelley · 11 years ago
  12. fc4c4fd Fix MAC address enumeration on *BSD. by Simon Kelley · 11 years ago
  13. ef1a94a Advertise lost prefixes with pref_time == 0 for 2 hours. by Simon Kelley · 11 years ago
  14. d9fb0be Make --clear-on-reload apply to DBus API too. by Simon Kelley · 11 years ago
  15. 3f3adae DHCP FQDN option tweaks. by Roy Marples · 11 years ago
  16. 1ecbaaa Tweak parameter lifetimes in Router advertisements. by Simon Kelley · 11 years ago
  17. d859ca2 Allow hostnames to start with a number. by Kyle Mestery · 11 years ago
  18. 3953dcc Typo in name in CHANGELOG. by Simon Kelley · 12 years ago
  19. 625ac28 Fix crash with empty DHCP string options. by Simon Kelley · 12 years ago
  20. b4b9308 Increase timeout/number of retries in TFTP. by Simon Kelley · 12 years ago
  21. e2ba0df Don't BIND DHCP socket if more interfaces may come along later. by Simon Kelley · 12 years ago
  22. 921360c Add constructor-noauth: keyword by Simon Kelley · 12 years ago
  23. 429805d Allow constructed ranges from interface address at end of range. by Simon Kelley · 12 years ago
  24. 0da5e89 Log forwarding table overflows. by Marcelo Salhab Brogliato · 12 years ago
  25. baa80ae Remove limit in prefix length in --auth-zone. by Simon Kelley · 12 years ago
  26. 3e8ed78 Fix option parsing for --dhcp-host. by Simon Kelley · 12 years ago
  27. 4849332 Update Debian resolvconf script for dnscrypt-proxy integration. by Simon Kelley · 12 years ago
  28. 76dd75d Fix hang from new interface-name code, when using TCP. by Simon Kelley · 12 years ago
  29. 63fd27e Debian changelog update. by Simon Kelley · 12 years ago
  30. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  31. cfcad42 Fix failure to start with ENOTSOCK by Simon Kelley · 12 years ago
  32. 3f2873d Handle IPv4 interface-address labels in Linux. by Simon Kelley · 12 years ago
  33. ab915f8 Only use ourselves as default DNS server for RA if we're doing DNS. by Simon Kelley · 12 years ago
  34. ddd9a6b replace inet_addr with inet_pton() in src/option.c by Simon Kelley · 12 years ago
  35. 7abb69b Tighten checks in legal_hostname(). by Simon Kelley · 12 years ago
  36. d5052fb Fix FTBFS in ipset.c with old kernel headers. by Simon Kelley · 12 years ago
  37. b5a7ff4 Check length of synth-domain prefix. by Simon Kelley · 12 years ago
  38. 48fd1c4 Allow option prefix in --synth-domain. by Simon Kelley · 12 years ago
  39. 2bb73af Add --synth-domain by Simon Kelley · 12 years ago
  40. 86e92f9 --dhcp-match et al now work with BOOTP as well as DHCP. by Simon Kelley · 12 years ago
  41. 1c10b9d Note that dhcp_lease_time and dhcp_release only work for IPv4. by Simon Kelley · 12 years ago
  42. a66d36e Manpage typos. by Tomas Hozza · 12 years ago
  43. aa63a21 Fix regression in dhcp_lease_time utility. by Simon Kelley · 12 years ago
  44. 797a7af Fix crash on SERVFAIL when --conntrack in use. by Giacomo Tazzari · 12 years ago
  45. 4b5ea12 Send TCP DNS messages in one write() call. Stops TCP stream fragmenting. by Simon Kelley · 12 years ago
  46. 2b6390f Bump Debian version number. by Simon Kelley · 12 years ago
  47. bd08ae6 Allow option number zero in encapsulated DHCP options. by Simon Kelley · 12 years ago
  48. 4582c0e Fix wrong size in memset() call. by Dave Reisner · 12 years ago
  49. 834f36f Update French translation. by Simon Kelley · 12 years ago
  50. 6f130de Manpage typos. by Simon Kelley · 12 years ago
  51. 3931a7b FAQ typos. by Simon Kelley · 12 years ago
  52. d9ee9c0 Better error check on options parsing. by Simon Kelley · 12 years ago
  53. 0b0a73c Fix crash on exceeding DHCP lease limit. by Simon Kelley · 12 years ago
  54. 81925ab Manpage typos by Simon Kelley · 12 years ago
  55. 9de1aa9 Fix parsing of IAID>MAXINT in leases file. by Simon Kelley · 12 years ago
  56. 6f9aaa9 ->hwaddr_len must be zero always in DHCPv6 leases. by Simon Kelley · 12 years ago
  57. 7e5664b Fix trivial access of un-initialised memory. by Simon Kelley · 12 years ago
  58. 83f28be Manpage typos. by Simon Kelley · 12 years ago
  59. 96c727f Cope with duplicate dhcp-options with tags (last one wins). by Simon Kelley · 12 years ago
  60. 49dc570 Manpage typo. by Simon Kelley · 12 years ago
  61. cd1e04a Polish translation. by Simon Kelley · 12 years ago
  62. 27cb314 Fix endless loop when dhcp-range goes away. by Simon Kelley · 12 years ago
  63. 56a1142 SO_REUSEPORT may be defined, but not supported. by Simon Kelley · 12 years ago
  64. 5b37aa8 Trivial change: 0->NULL for pointer constant. by Simon Kelley · 12 years ago
  65. 8ac9787 Fix lease time calculation when using DHCPv6 relay. by Simon Kelley · 12 years ago
  66. 9f9bd08 Merged messages. by Simon Kelley · 12 years ago
  67. 4c985da Indentation. by Simon Kelley · 12 years ago
  68. 3d77c04 Typos in CHANGELOG by Simon Kelley · 12 years ago
  69. 3ddad24 Compile-in IPSET by default. by Simon Kelley · 12 years ago
  70. 6e37ab5 Send prefix-class in DHCPREPLY as well as DHCPADVERTISE. by Simon Kelley · 12 years ago
  71. a1a79ed Bugfix for latest DHCPv6 update. by Simon Kelley · 12 years ago
  72. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  73. de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
  74. 0f128eb Clarifications for DNS-auth in man-page. by Simon Kelley · 12 years ago
  75. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  76. ff59fc8 Split out context-marking from add_address. by Simon Kelley · 12 years ago
  77. 52a1ae7 Another logic problem in refactor. by Simon Kelley · 12 years ago
  78. 3a654c5 Respect difference between no IA_{TN}A and no IA_ADDR options. by Simon Kelley · 12 years ago
  79. 2763d4b Fix unused variable warning. by Simon Kelley · 12 years ago
  80. e28836b Fix crash in DHCPv6 renew, introduced in refactor. by Simon Kelley · 12 years ago
  81. a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
  82. c796107 Don't erroneously reject some option names in --dhcp-match by Simon Kelley · 12 years ago
  83. ab6ede7 Handle EINTR return from sendto() in ipset.c by Simon Kelley · 12 years ago
  84. b3538f1 Add ipset.c to source files list in Android makefile. by Simon Kelley · 12 years ago
  85. 3b323bd IPset support in debian build. by Simon Kelley · 12 years ago
  86. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  87. 208fb61 Fix wrong DNSMASQ_LEASE_EXPIRES envar when luascript in use also. by Simon Kelley · 12 years ago
  88. 4038ae2 Fix crash in DHCPv6 information-request handler. by Simon Kelley · 12 years ago
  89. dd1721c DHCPv4 relay-agent options exposed to DHCP-script. by Simon Kelley · 12 years ago
  90. a21e27b Support DHCP DNS server option if we're not doing DNS. by Simon Kelley · 12 years ago
  91. b0ff858 Fix FTBFS if HAVE_BROKEN_RTC defined. by Simon Kelley · 12 years ago
  92. 54dae55 Fix previous commit. by Simon Kelley · 12 years ago
  93. 25c4198 Fix use-after-free by Simon Kelley · 12 years ago
  94. 4ead40c Fix use-after-free by Simon Kelley · 12 years ago
  95. 04a0612 Remove dead code. by Simon Kelley · 12 years ago
  96. aa608c8 Fix wrong syntax check. by Simon Kelley · 12 years ago
  97. 38365ff Theoretical memory leak fix. by Simon Kelley · 12 years ago
  98. 9c4270b Fix memory leak. by Simon Kelley · 12 years ago
  99. 46b0665 Don't leak sockets when getsockname fails. by Simon Kelley · 12 years ago
  100. 4dc9c65 Memory leak. by Simon Kelley · 12 years ago