1. 2937f8a Provide independent control over which interfaces get TFTP. by Simon Kelley · 11 years ago
  2. edf0bde Make --listen-address higher priority than --except-interface. by Simon Kelley · 11 years ago
  3. 8d03046 Add --force-fast-ra option. by Simon Kelley · 11 years ago
  4. 871d456 Support RFC-4242 information-refresh-time. by Simon Kelley · 11 years ago
  5. ff1b41d Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq by Simon Kelley · 11 years ago
  6. fc4c4fd Fix MAC address enumeration on *BSD. by Simon Kelley · 11 years ago
  7. ef1a94a Advertise lost prefixes with pref_time == 0 for 2 hours. by Simon Kelley · 11 years ago
  8. d9fb0be Make --clear-on-reload apply to DBus API too. by Simon Kelley · 11 years ago
  9. 3f3adae DHCP FQDN option tweaks. by Roy Marples · 11 years ago
  10. d859ca2 Allow hostnames to start with a number. by Kyle Mestery · 11 years ago
  11. 3953dcc Typo in name in CHANGELOG. by Simon Kelley · 11 years ago
  12. 625ac28 Fix crash with empty DHCP string options. by Simon Kelley · 11 years ago
  13. b4b9308 Increase timeout/number of retries in TFTP. by Simon Kelley · 11 years ago
  14. e2ba0df Don't BIND DHCP socket if more interfaces may come along later. by Simon Kelley · 12 years ago
  15. 0da5e89 Log forwarding table overflows. by Marcelo Salhab Brogliato · 12 years ago
  16. baa80ae Remove limit in prefix length in --auth-zone. by Simon Kelley · 12 years ago
  17. 3e8ed78 Fix option parsing for --dhcp-host. by Simon Kelley · 12 years ago
  18. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  19. cfcad42 Fix failure to start with ENOTSOCK by Simon Kelley · 12 years ago
  20. 3f2873d Handle IPv4 interface-address labels in Linux. by Simon Kelley · 12 years ago
  21. d5052fb Fix FTBFS in ipset.c with old kernel headers. by Simon Kelley · 12 years ago
  22. 2bb73af Add --synth-domain by Simon Kelley · 12 years ago
  23. 86e92f9 --dhcp-match et al now work with BOOTP as well as DHCP. by Simon Kelley · 12 years ago
  24. aa63a21 Fix regression in dhcp_lease_time utility. by Simon Kelley · 12 years ago
  25. 797a7af Fix crash on SERVFAIL when --conntrack in use. by Giacomo Tazzari · 12 years ago
  26. 834f36f Update French translation. by Simon Kelley · 12 years ago
  27. 0b0a73c Fix crash on exceeding DHCP lease limit. by Simon Kelley · 12 years ago
  28. cd1e04a Polish translation. by Simon Kelley · 12 years ago
  29. 56a1142 SO_REUSEPORT may be defined, but not supported. by Simon Kelley · 12 years ago
  30. 3d77c04 Typos in CHANGELOG by Simon Kelley · 12 years ago
  31. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  32. c796107 Don't erroneously reject some option names in --dhcp-match by Simon Kelley · 12 years ago
  33. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  34. 4038ae2 Fix crash in DHCPv6 information-request handler. by Simon Kelley · 12 years ago
  35. dd1721c DHCPv4 relay-agent options exposed to DHCP-script. by Simon Kelley · 12 years ago
  36. a21e27b Support DHCP DNS server option if we're not doing DNS. by Simon Kelley · 12 years ago
  37. 22ce550 Correct behaviour for TCP queries to allowed address via banned interface. by Simon Kelley · 12 years ago
  38. 71c73ac Fix crash on startup on Solaris 11 by Simon Kelley · 12 years ago
  39. 333b2ce Documentation updates for auth-DNS and constructed dhcp ranges. by Simon Kelley · 12 years ago
  40. 1d6c639 Fix broken cache. by Simon Kelley · 12 years ago
  41. b5a8dd1 Fix FTBFS with NO_DHCP. by Simon Kelley · 12 years ago
  42. ee86ce6 Fix TCP query forwarding to non-default servers. by Simon Kelley · 12 years ago
  43. 29d28dd Don't send RAs to the wrong place when DAD in progress. by Simon Kelley · 12 years ago
  44. d89fb4e Check interface for router advertisements. by Simon Kelley · 12 years ago
  45. 295a54e SetDomainServers Dbus method. by Simon Kelley · 12 years ago
  46. 8e4b879 Header-file dependency checking in Makefile. by Simon Kelley · 12 years ago
  47. d1a5975 No lease-time in DHCPINFORM replies. by Simon Kelley · 12 years ago
  48. 819ff4d Wildcard IPv6 dhcp-range. by Simon Kelley · 12 years ago
  49. de604c1 Remove non-7-bit character from CHANGELOG by Simon Kelley · 12 years ago
  50. be6cfb4 Fix DHCPv6 to do access control correctly when it's configured with --listen-address. by Simon Kelley · 12 years ago
  51. 2022310 SO_REUSEADDR and SO_V6ONLY options on DHCPv6 socket. by Simon Kelley · 12 years ago
  52. e4807d8 Fix breakage of --host-record parsing. by Simon Kelley · 12 years ago
  53. 1d86041 Add --max-cache-ttl option. by Simon Kelley · 12 years ago
  54. 289a253 Fix build with later Lua libraries. by Simon Kelley · 12 years ago
  55. faafb3f Add SetServersEX method in DBus interface. by Simon Kelley · 12 years ago
  56. 2b127a1 Flag DHCP or DHCPv6 in starup logging. by Simon Kelley · 12 years ago
  57. dfb23b3 Don't report spurious netlink errors. by Simon Kelley · 12 years ago
  58. 4d0f5b4 Fix BOOTP option processing. by Simon Kelley · 12 years ago
  59. 12d71ed Finesse the check for /etc/hosts names which conflict with DHCP names. by Simon Kelley · 12 years ago
  60. 2e34ac1 Handle DHCP FQDN option with all flags zero and --dhcp-client-update by Simon Kelley · 12 years ago
  61. fd05f12 Set prefix on-link bit in RAs by Simon Kelley · 12 years ago
  62. ad09427 Alternate DBus service name via --enable-dbus by Simon Kelley · 12 years ago
  63. c4c0488 Update french translation. by Simon Kelley · 12 years ago
  64. 4224321 "w" multiplier in lease times. by Simon Kelley · 12 years ago
  65. 23245c0 RFC 4242 support. by Simon Kelley · 12 years ago
  66. b271446 Typo. by Simon Kelley · 12 years ago
  67. 611ebc5 Fix broken caching of CNAME chains. by Simon Kelley · 12 years ago
  68. c4a7f90 Config parsing error-handling update. by Simon Kelley · 12 years ago
  69. 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 12 years ago
  70. 6b617c0 Logging library in Android build scaffold. by Simon Kelley · 12 years ago
  71. 54dd393 Add --bind-dynamic by Simon Kelley · 12 years ago
  72. 8b3ae2f Check tftp-root exists and is accessible at startup. by Simon Kelley · 12 years ago
  73. 078a630 Do duplicate dhcp-host address check in --test mode. by Simon Kelley · 13 years ago
  74. 5ae34bf Fix RA when interface has more than one address on the same network. by Simon Kelley · 13 years ago
  75. 9f7f3b1 Add --dns-rr option. by Simon Kelley · 13 years ago
  76. 18c63ef Fix non-response to router-solicitations when by Simon Kelley · 13 years ago
  77. c64b7f6 Fix is_same_net6 - bugged if prefix length not divisible by 8. by Simon Kelley · 13 years ago
  78. 919dd7c Fixed missing periodic-ras in some configurations. by Simon Kelley · 13 years ago
  79. f632e56 Cope with router-solicit packets without valid source address. by Simon Kelley · 13 years ago
  80. 8358e0f Update German translation and fix CHANGELOG typos. Sorry, Conrad! by Simon Kelley · 13 years ago
  81. 19d69be CHANGELOG update. by Simon Kelley · 13 years ago
  82. dcffad2 Ensure that the DBus DhcpLeaseUpdated events are generated. by Simon Kelley · 13 years ago
  83. fc92ead CHANGELOG typo. by Simon Kelley · 13 years ago
  84. 61ce600 --tftp-lowercase option. by Simon Kelley · 13 years ago
  85. d1c759c Answer CNAME queries correctly. by Simon Kelley · 13 years ago
  86. e46164e Updated French translation. by Simon Kelley · 13 years ago
  87. 9380ba7 Set SO_BINDTODEVICE on DHCP sockets when doing DHCP on one interface by Simon Kelley · 13 years ago
  88. 1023dcb Don't cache DNS data from non-recursive nameservers. by Simon Kelley · 13 years ago
  89. 83e854e Typo. by Simon Kelley · 13 years ago
  90. 6c559c3 tweak favicon by Simon Kelley · 13 years ago
  91. 18f0fb0 RDNSS and DNSSL data in router advertisements. by Simon Kelley · 13 years ago
  92. 01d1b8d Changelog update. by Simon Kelley · 13 years ago
  93. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  94. 7d2b5c9 Fix crash in DHCPINFORM without valid --dhcp-range. by Simon Kelley · 13 years ago
  95. 52d4abf Make --listen-address work for all 127.0.0.0/8 addresses. by Simon Kelley · 13 years ago
  96. a953096 Send "FTP transfer complete" events to the DHCP lease script. by Simon Kelley · 13 years ago
  97. e759d42 --host-record support by Simon Kelley · 13 years ago
  98. 8643ec7 Update CHANGLEOG by Simon Kelley · 13 years ago
  99. 8b37270 Implement --dhcp-duid by Simon Kelley · 13 years ago
  100. 7023e38 Docs changes for ra-names. by Simon Kelley · 13 years ago