1. bf4e62c Compile-time check on buffer sizes for leasefile parsing code. by Simon Kelley · 8 years ago
  2. 6b1c464 Don't reset packet length on transmission, in case of retransmission. by Simon Kelley · 8 years ago
  3. fa78573 Zero packet buffers before building output, to reduce risk of information leakage. by Simon Kelley · 8 years ago
  4. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  5. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  6. 27b78d9 Rationalise 5e3e464ac4022ee0b3794513abe510817e2cf3ca by Simon Kelley · 9 years ago
  7. 5e3e464 Fix behaviour of empty dhcp-option=option6:dns-server, which should inhibit sending option. by Simon Kelley · 9 years ago
  8. 89130d9 DHCPv6: DHCPCONFIRM should be OK for any address on link, not just dynamic addresses. by Simon Kelley · 10 years ago
  9. a5ae1f8 Logs in DHCPv6 not suppressed by dhcp6-quiet. by Simon Kelley · 10 years ago
  10. 338b340 Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log instead. by Simon Kelley · 10 years ago
  11. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  12. 61b838d Don't reply to DHCPv6 SOLICIT messages when not configured for statefull DHCPv6. by Win King Wan · 10 years ago
  13. b9ff5c8 Improve RFC-compliance when unable to supply addresses in DHCPv6 by Vladislav Grishenko · 10 years ago
  14. 5194336 Supply "Success" status code in reply to DHCPDECLINE. by Ilya Ponetaev · 10 years ago
  15. 2d75f2e Don't reply to DHCPCONFIRM messages with no addresses in them. by Ilya Ponetaev · 10 years ago
  16. 976afc9 Set DHCPv6 message type when returning "use multicast". by Ilya Ponetaev · 10 years ago
  17. 7f68f82 DHCPv6 REBIND messages don't need a server-id. by Ilya Ponetaev · 10 years ago
  18. c3a0408 [fd00::} and [fe80::] special addresses in DHCPv6 options. by Simon Kelley · 11 years ago
  19. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  20. 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
  21. 8c0b73d Add --quiet-* options. by Kevin Darbyshire-Bryant · 11 years ago
  22. ef1d742 Fix problem in DHCPv6 vendorclass/userclass matching code. by Tanguy Bouzeloc · 11 years ago
  23. 8939c95 Don't extract MAC address from ND table when DHCPv6 request is from a relay. by Simon Kelley · 11 years ago
  24. 408c368 Remove unused variable warnings when omitting stuff at compile-time. by Vladislav Grishenko · 11 years ago
  25. f1af2bb Big ugly refactor in rfc3315.c should be no behaviour changes. by Simon Kelley · 11 years ago
  26. d81b42d Prod neighbour discovery with ARP instead of PING. by Simon Kelley · 11 years ago
  27. 8f51a29 Fix compiler warnings. by Simon Kelley · 11 years ago
  28. 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
  29. c8f2dd8 Cope with DHCPv6 REQUESTs without address options. by Simon Kelley · 11 years ago
  30. ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
  31. cc4baaa Fix DHCPv6 lease time calculation when client sends VL==0 or PL==0 by Simon Kelley · 11 years ago
  32. 871d456 Support RFC-4242 information-refresh-time. by Simon Kelley · 11 years ago
  33. 6bd109a Better job with domain for DHCPv6 information-request. by Simon Kelley · 11 years ago
  34. ef1a94a Advertise lost prefixes with pref_time == 0 for 2 hours. by Simon Kelley · 11 years ago
  35. 3f3adae DHCP FQDN option tweaks. by Roy Marples · 11 years ago
  36. 6f9aaa9 ->hwaddr_len must be zero always in DHCPv6 leases. by Simon Kelley · 12 years ago
  37. 8ac9787 Fix lease time calculation when using DHCPv6 relay. by Simon Kelley · 12 years ago
  38. 6e37ab5 Send prefix-class in DHCPREPLY as well as DHCPADVERTISE. by Simon Kelley · 12 years ago
  39. a1a79ed Bugfix for latest DHCPv6 update. by Simon Kelley · 12 years ago
  40. de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
  41. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  42. ff59fc8 Split out context-marking from add_address. by Simon Kelley · 12 years ago
  43. 52a1ae7 Another logic problem in refactor. by Simon Kelley · 12 years ago
  44. 3a654c5 Respect difference between no IA_{TN}A and no IA_ADDR options. by Simon Kelley · 12 years ago
  45. 2763d4b Fix unused variable warning. by Simon Kelley · 12 years ago
  46. e28836b Fix crash in DHCPv6 renew, introduced in refactor. by Simon Kelley · 12 years ago
  47. a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
  48. 4038ae2 Fix crash in DHCPv6 information-request handler. by Simon Kelley · 12 years ago
  49. a21e27b Support DHCP DNS server option if we're not doing DNS. by Simon Kelley · 12 years ago
  50. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  51. 4593809 Fix last commit. by Simon Kelley · 12 years ago
  52. 21bac1b Check IAID as well as CLID for lease identity. by Simon Kelley · 12 years ago
  53. baeb3ad More IPv6 address allocation fixes. by Simon Kelley · 12 years ago
  54. 37c9cce DHCPv6 address allocation - same DUID, two IAIDs by Simon Kelley · 12 years ago
  55. 3bc0d93 More work on lease and router lifetime calculation. by Simon Kelley · 12 years ago
  56. 23780dd Set tag "dhcpv6" rather than "DHCPv6", hardwired tags in lower-case is consistent. by Simon Kelley · 12 years ago
  57. d1e9a58 Use dhcp-range tags when replying to DHCPv6 information-request. by Simon Kelley · 12 years ago
  58. 0d28af8 Set tag "DHCPv6" for v6 transactions. by Simon Kelley · 12 years ago
  59. 42698cb Log ignored DHCPv6 information-requests. by Simon Kelley · 12 years ago
  60. b269221 Address allocation tweaking - lease outside dhcp-range but in subnet. by Simon Kelley · 12 years ago
  61. 8b46061 Fix DHCPv6 address allocation for some pathalogical cases. by Simon Kelley · 12 years ago
  62. a9ab732 reconfirm SLAAC addresses when DHCPv4 leases go though INIT_REBOOT state. by Simon Kelley · 13 years ago
  63. fbbc145 Fix off-by-one in DHCPv6 FQDN option decoding. by Simon Kelley · 13 years ago
  64. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  65. 353ae4d Check assumed SLAAC addresses by pinging them. by Simon Kelley · 13 years ago
  66. 1567fea Log vendor class for DHCPv6 by Simon Kelley · 13 years ago
  67. daf061c randomise DHCPv6 lease renewal intervals by Simon Kelley · 13 years ago
  68. 5cfea3d Tidy last commit. by Simon Kelley · 13 years ago
  69. 6c8f21e More useful DHCPv6 packet logging. by Simon Kelley · 13 years ago
  70. 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago
  71. 2a82db4 Supply zero preference in advertise and reply messages by Simon Kelley · 13 years ago
  72. dd88c17 Add status code containing "success" to all IA_TA and IA_NA by Simon Kelley · 13 years ago
  73. 4b86b65 Substitute local address for [::] DHCPv6 options, like DHCPv4. by Simon Kelley · 13 years ago
  74. 58dc02e Order of fields in DHCPv6 log lines now consistent with DHCPv4 by Simon Kelley · 13 years ago
  75. c5ad4e7 Router Advertisement by Simon Kelley · 13 years ago
  76. 87b8ecb Fixed code passing tags to helper to work when there are no context tags. by Simon Kelley · 13 years ago
  77. e44ddca Fix hang at startup when DHCPv6 enabled on a complex network by Simon Kelley · 13 years ago
  78. 00e9ad5 Fixes for DHCPv6 tag system. by Simon Kelley · 13 years ago
  79. 0793380 Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6 by Simon Kelley · 13 years ago
  80. 98d76a0 Tweaks to fix compilation on FreeBSD. by Simon Kelley · 13 years ago
  81. 6277978 Report correct error if prefix in dhcp-range is less than 64 by Simon Kelley · 13 years ago
  82. a5c72ab DHCPv6 vendor class option includes an enterprise number. Handle that. by Simon Kelley · 13 years ago
  83. ceae00d lease script should work with IPv6 now. by Simon Kelley · 13 years ago
  84. 3634c54 dhcp-ignore and dhcp-match implemented for DHCPv6 now. by Simon Kelley · 13 years ago
  85. 70c5e3e DHCPDECLINE handling, domain handling, more complete address selection. by Simon Kelley · 13 years ago
  86. 4cb1b32 Clean compile, basic DHCPv6 functionality is there. by Simon Kelley · 13 years ago
  87. 52b92f4 It compiles and it allocates a lease! No renewals yet. by Simon Kelley · 13 years ago
  88. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  89. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago