1. 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
  2. 3511a92 Fix start-up order for making DHCPv6 DUID by Simon Kelley · 11 years ago
  3. 486479e Check prefix length when contructing DHCP ranges. by Simon Kelley · 11 years ago
  4. a810559 daemon->icmp6fd is always valid when doing DHCPv6 now. by Simon Kelley · 11 years ago
  5. 861c891 Change rules for constructing DHCPv6 ranges. by Simon Kelley · 11 years ago
  6. 8939c95 Don't extract MAC address from ND table when DHCPv6 request is from a relay. by Simon Kelley · 11 years ago
  7. 408c368 Remove unused variable warnings when omitting stuff at compile-time. by Vladislav Grishenko · 11 years ago
  8. 1b55190 Fix FTBFS on OpenBSD. by Simon Kelley · 11 years ago
  9. d81b42d Prod neighbour discovery with ARP instead of PING. by Simon Kelley · 11 years ago
  10. 8f51a29 Fix compiler warnings. by Simon Kelley · 11 years ago
  11. 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
  12. ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
  13. e4cdbbf Allow prefix :: in constructed dhcp-range. by Vladislav Grishenko · 11 years ago
  14. ffbad34 Set SOREUSEADDR as well as SOREUSEPORT on DHCP sockets when both available. by Simon Kelley · 11 years ago
  15. 9f48ffa Apply ceiling of configured dhcp-range leasetime to deprecated prefix adverts. by Simon Kelley · 11 years ago
  16. f7a40ec Tweak when old prefix returns. by Simon Kelley · 11 years ago
  17. ef1a94a Advertise lost prefixes with pref_time == 0 for 2 hours. by Simon Kelley · 11 years ago
  18. 429805d Allow constructed ranges from interface address at end of range. by Simon Kelley · 12 years ago
  19. 56a1142 SO_REUSEPORT may be defined, but not supported. by Simon Kelley · 12 years ago
  20. 5b37aa8 Trivial change: 0->NULL for pointer constant. by Simon Kelley · 12 years ago
  21. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  22. de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
  23. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  24. a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
  25. 4ead40c Fix use-after-free by Simon Kelley · 12 years ago
  26. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  27. 3039310 Wildcard IPv6 addresses in --dhcp-host, for constructed ranges. by Simon Kelley · 12 years ago
  28. baeb3ad More IPv6 address allocation fixes. by Simon Kelley · 12 years ago
  29. 37c9cce DHCPv6 address allocation - same DUID, two IAIDs by Simon Kelley · 12 years ago
  30. b456b9f Linked-list bug in new "use longest prefixes first" code. by Simon Kelley · 12 years ago
  31. 771287b Wildcards in dhcp-range constructors by Simon Kelley · 12 years ago
  32. 3bc0d93 More work on lease and router lifetime calculation. by Simon Kelley · 12 years ago
  33. d7346a1 Tweak context-construct logic. by Simon Kelley · 12 years ago
  34. 0c05024 Check for new SLAAC addresses when we add new prefixes. by Simon Kelley · 12 years ago
  35. ed8b68a Simplify and fix RA lifetime calculation. by Simon Kelley · 12 years ago
  36. bad7b87 add general flag param to iface_enumerate IPv6 callback by Simon Kelley · 12 years ago
  37. 5d162f2 Rationalise join_multicast() by Simon Kelley · 12 years ago
  38. 1b75c1e Per-context control over ra short period. by Simon Kelley · 12 years ago
  39. c1be917 DHCP context logging, more tweaks by Simon Kelley · 12 years ago
  40. 8445f5d Fix initialisation order. by Simon Kelley · 12 years ago
  41. 6e3dba3 Ignore template contexts where appropriate. by Simon Kelley · 12 years ago
  42. 7558ecd Fix periodic loop by Simon Kelley · 12 years ago
  43. 1f77693 First checkin of interface-address constructor mode for DHCPv6 and RA. by Simon Kelley · 12 years ago
  44. 819ff4d Wildcard IPv6 dhcp-range. by Simon Kelley · 12 years ago
  45. be6cfb4 Fix DHCPv6 to do access control correctly when it's configured with --listen-address. by Simon Kelley · 12 years ago
  46. 2022310 SO_REUSEADDR and SO_V6ONLY options on DHCPv6 socket. by Simon Kelley · 12 years ago
  47. b269221 Address allocation tweaking - lease outside dhcp-range but in subnet. by Simon Kelley · 12 years ago
  48. 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 12 years ago
  49. 0e88d53 Fix preprocessor checks, IP_TOS -> IPV6_TCLASS by Simon Kelley · 13 years ago
  50. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  51. 30cd966 More flexible RA configuration. by Simon Kelley · 13 years ago
  52. 353ae4d Check assumed SLAAC addresses by pinging them. by Simon Kelley · 13 years ago
  53. 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago
  54. 8b37270 Implement --dhcp-duid by Simon Kelley · 13 years ago
  55. 0f08983 Be more picly about the MAC address we use for DUID-creation. by Simon Kelley · 13 years ago
  56. e3e8634 Fix DUID generation with HAVE_BROKEN_RTC. by Simon Kelley · 13 years ago
  57. 843c96b Make RA without DHCPv6 possible. by Simon Kelley · 13 years ago
  58. a4a5205 Fix ordering problem in multicast setup. by Simon Kelley · 13 years ago
  59. c5ad4e7 Router Advertisement by Simon Kelley · 13 years ago
  60. 270dc2e Fix wrong fallback address in DHCPv6 by Simon Kelley · 13 years ago
  61. 87b8ecb Fixed code passing tags to helper to work when there are no context tags. by Simon Kelley · 13 years ago
  62. e44ddca Fix hang at startup when DHCPv6 enabled on a complex network by Simon Kelley · 13 years ago
  63. 60ac5af Remove extact-MAC address from DUID code. by Simon Kelley · 13 years ago
  64. 0793380 Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6 by Simon Kelley · 13 years ago
  65. 6aef600 Correct duid generate on FreeBSD by Simon Kelley · 13 years ago
  66. 98d76a0 Tweaks to fix compilation on FreeBSD. by Simon Kelley · 13 years ago
  67. 6277978 Report correct error if prefix in dhcp-range is less than 64 by Simon Kelley · 13 years ago
  68. ceae00d lease script should work with IPv6 now. by Simon Kelley · 13 years ago
  69. 4cb1b32 Clean compile, basic DHCPv6 functionality is there. by Simon Kelley · 13 years ago
  70. 52b92f4 It compiles and it allocates a lease! No renewals yet. by Simon Kelley · 13 years ago
  71. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  72. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago