1. cc921df Remove nested struct/union in cache records and all_addr. by Simon Kelley · 6 years ago
  2. e7bfd55 Alter DHCP address selection after DECLINE in consec-addr mode. by Simon Kelley · 6 years ago
  3. 05ff659 Fix stupid infinite loop introduced by preceding commit. by Simon Kelley · 7 years ago
  4. db0f488 Handle some corner cases in RA contructed interfaces with addresses changing interface. by Simon Kelley · 7 years ago
  5. c488b68 Handle standard and contructed dhcp-ranges on the same interface. by Simon Kelley · 7 years ago
  6. 0a496f0 Do unsolicited RAs for interfaces which appear after dnsmasq startup. by Maarten de Vries · 7 years ago
  7. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  8. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  9. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  10. d6b749a Fix typo in SDBM hash function. by Simon Kelley · 9 years ago
  11. fdc97e1 Avoid divide-by-zero when dhcp-range is a whole /64 by Simon Kelley · 9 years ago
  12. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  13. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  14. 11867dc Cache access to the kernel's ARP table. by Simon Kelley · 9 years ago
  15. 4918bd5 Documenation updates for --bridge-interface and "off-link". by Neil Jerram · 10 years ago
  16. 0ddb876 Extend --bridge-interface aliasing to DHCPv6. by Neil Jerram · 10 years ago
  17. ff841eb Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc. by Simon Kelley · 10 years ago
  18. 0705a7e Fix uninitialized value used in get_client_mac() by Tomas Hozza · 10 years ago
  19. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  20. a0358e5 Handle async notification of address changes using the event system. by Simon Kelley · 11 years ago
  21. a03f8d4 Suppress re-entrant calls to dhcp_construct_contexts() by Simon Kelley · 11 years ago
  22. 7ea3d3f ra-advrouter mode for RFC-3775 mobile IPv6 support. by Simon Kelley · 11 years ago
  23. c3a0408 [fd00::} and [fe80::] special addresses in DHCPv6 options. by Simon Kelley · 11 years ago
  24. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  25. 1ee9be4 Implement dynamic interface discovery on *BSD by Simon Kelley · 11 years ago
  26. 4c82efc Relax rules in prefix length in (IPv6) dhcp-range. by Vladislav Grishenko · 11 years ago
  27. 0d6eb13 Do immediate RA when a prefix goes from old->current. by Simon Kelley · 11 years ago
  28. 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
  29. 3511a92 Fix start-up order for making DHCPv6 DUID by Simon Kelley · 11 years ago
  30. 486479e Check prefix length when contructing DHCP ranges. by Simon Kelley · 11 years ago
  31. a810559 daemon->icmp6fd is always valid when doing DHCPv6 now. by Simon Kelley · 11 years ago
  32. 861c891 Change rules for constructing DHCPv6 ranges. by Simon Kelley · 11 years ago
  33. 8939c95 Don't extract MAC address from ND table when DHCPv6 request is from a relay. by Simon Kelley · 11 years ago
  34. 408c368 Remove unused variable warnings when omitting stuff at compile-time. by Vladislav Grishenko · 11 years ago
  35. 1b55190 Fix FTBFS on OpenBSD. by Simon Kelley · 11 years ago
  36. d81b42d Prod neighbour discovery with ARP instead of PING. by Simon Kelley · 11 years ago
  37. 8f51a29 Fix compiler warnings. by Simon Kelley · 11 years ago
  38. 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
  39. ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
  40. e4cdbbf Allow prefix :: in constructed dhcp-range. by Vladislav Grishenko · 11 years ago
  41. ffbad34 Set SOREUSEADDR as well as SOREUSEPORT on DHCP sockets when both available. by Simon Kelley · 11 years ago
  42. 9f48ffa Apply ceiling of configured dhcp-range leasetime to deprecated prefix adverts. by Simon Kelley · 11 years ago
  43. f7a40ec Tweak when old prefix returns. by Simon Kelley · 11 years ago
  44. ef1a94a Advertise lost prefixes with pref_time == 0 for 2 hours. by Simon Kelley · 11 years ago
  45. 429805d Allow constructed ranges from interface address at end of range. by Simon Kelley · 12 years ago
  46. 56a1142 SO_REUSEPORT may be defined, but not supported. by Simon Kelley · 12 years ago
  47. 5b37aa8 Trivial change: 0->NULL for pointer constant. by Simon Kelley · 12 years ago
  48. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  49. de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
  50. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  51. a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
  52. 4ead40c Fix use-after-free by Simon Kelley · 12 years ago
  53. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  54. 3039310 Wildcard IPv6 addresses in --dhcp-host, for constructed ranges. by Simon Kelley · 12 years ago
  55. baeb3ad More IPv6 address allocation fixes. by Simon Kelley · 12 years ago
  56. 37c9cce DHCPv6 address allocation - same DUID, two IAIDs by Simon Kelley · 12 years ago
  57. b456b9f Linked-list bug in new "use longest prefixes first" code. by Simon Kelley · 12 years ago
  58. 771287b Wildcards in dhcp-range constructors by Simon Kelley · 12 years ago
  59. 3bc0d93 More work on lease and router lifetime calculation. by Simon Kelley · 12 years ago
  60. d7346a1 Tweak context-construct logic. by Simon Kelley · 12 years ago
  61. 0c05024 Check for new SLAAC addresses when we add new prefixes. by Simon Kelley · 12 years ago
  62. ed8b68a Simplify and fix RA lifetime calculation. by Simon Kelley · 12 years ago
  63. bad7b87 add general flag param to iface_enumerate IPv6 callback by Simon Kelley · 12 years ago
  64. 5d162f2 Rationalise join_multicast() by Simon Kelley · 12 years ago
  65. 1b75c1e Per-context control over ra short period. by Simon Kelley · 12 years ago
  66. c1be917 DHCP context logging, more tweaks by Simon Kelley · 12 years ago
  67. 8445f5d Fix initialisation order. by Simon Kelley · 12 years ago
  68. 6e3dba3 Ignore template contexts where appropriate. by Simon Kelley · 12 years ago
  69. 7558ecd Fix periodic loop by Simon Kelley · 12 years ago
  70. 1f77693 First checkin of interface-address constructor mode for DHCPv6 and RA. by Simon Kelley · 12 years ago
  71. 819ff4d Wildcard IPv6 dhcp-range. by Simon Kelley · 12 years ago
  72. be6cfb4 Fix DHCPv6 to do access control correctly when it's configured with --listen-address. by Simon Kelley · 12 years ago
  73. 2022310 SO_REUSEADDR and SO_V6ONLY options on DHCPv6 socket. by Simon Kelley · 12 years ago
  74. b269221 Address allocation tweaking - lease outside dhcp-range but in subnet. by Simon Kelley · 12 years ago
  75. 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 12 years ago
  76. 0e88d53 Fix preprocessor checks, IP_TOS -> IPV6_TCLASS by Simon Kelley · 13 years ago
  77. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  78. 30cd966 More flexible RA configuration. by Simon Kelley · 13 years ago
  79. 353ae4d Check assumed SLAAC addresses by pinging them. by Simon Kelley · 13 years ago
  80. 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago
  81. 8b37270 Implement --dhcp-duid by Simon Kelley · 13 years ago
  82. 0f08983 Be more picly about the MAC address we use for DUID-creation. by Simon Kelley · 13 years ago
  83. e3e8634 Fix DUID generation with HAVE_BROKEN_RTC. by Simon Kelley · 13 years ago
  84. 843c96b Make RA without DHCPv6 possible. by Simon Kelley · 13 years ago
  85. a4a5205 Fix ordering problem in multicast setup. by Simon Kelley · 13 years ago
  86. c5ad4e7 Router Advertisement by Simon Kelley · 13 years ago
  87. 270dc2e Fix wrong fallback address in DHCPv6 by Simon Kelley · 13 years ago
  88. 87b8ecb Fixed code passing tags to helper to work when there are no context tags. by Simon Kelley · 13 years ago
  89. e44ddca Fix hang at startup when DHCPv6 enabled on a complex network by Simon Kelley · 13 years ago
  90. 60ac5af Remove extact-MAC address from DUID code. by Simon Kelley · 13 years ago
  91. 0793380 Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6 by Simon Kelley · 13 years ago
  92. 6aef600 Correct duid generate on FreeBSD by Simon Kelley · 13 years ago
  93. 98d76a0 Tweaks to fix compilation on FreeBSD. by Simon Kelley · 13 years ago
  94. 6277978 Report correct error if prefix in dhcp-range is less than 64 by Simon Kelley · 13 years ago
  95. ceae00d lease script should work with IPv6 now. by Simon Kelley · 13 years ago
  96. 4cb1b32 Clean compile, basic DHCPv6 functionality is there. by Simon Kelley · 13 years ago
  97. 52b92f4 It compiles and it allocates a lease! No renewals yet. by Simon Kelley · 13 years ago
  98. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  99. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago