- c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 3 years, 10 months ago
- 46bdfe6 Fix error in IPv6 prefix calculation. by Petr Menšík · 4 years, 9 months ago
- dded78b Add DHCPv6 ntp-server (56) option handling. by Vladislav Grishenko · 4 years, 9 months ago
- b594e8d rfc3315: fix incorrect logical '&&' warning by Kevin Darbyshire-Bryant · 4 years, 9 months ago
- c125c1d Update decline address handling in DHCPv6 for new multi-address world. by Simon Kelley · 4 years, 9 months ago
- f064188 Fix bug with prefixed wildcard addresses in 137286e9baecf6a3ba97722ef1b49c851b531810 by Simon Kelley · 4 years, 10 months ago
- 52ec783 Add tag filtering of dhcp-host directives. by Simon Kelley · 4 years, 10 months ago
- 137286e Extend 79aba0f10ad0157fb4f48afbbcb03f094caff97a for multiple IPv6 addresses. by Simon Kelley · 4 years, 10 months ago
- 79aba0f Support prefixed ranges of ipv6 addresses in dhcp-host. by Simon Kelley · 4 years, 10 months ago
- 6c1e9ac Remove experimental DHCPv6 prefix-class support. by Simon Kelley · 5 years ago
- 2a8710a Update copyrights to 2020. by Simon Kelley · 5 years ago
- 34d4147 Fix dhcp-name-match to always match client-supplied name. by Simon Kelley · 5 years ago
- 6ebdc95 Fix dhcp-name-match to function when name supplied in --dhcp-host. by Simon Kelley · 5 years ago
- 456a319 DHCPv6 IAID should be of unsigned type. It is derived from strtoul() in lease.c:read_leases() and already now interpreted as unsigned in helper.c:276 and outpacket.c:put_opt6_long(). RFC3315 (section 22.4) shows that the IAID is 4 bytes long so we do not need to go up to unsigned long. by Dominik DL6ER · 5 years ago
- ae5b7e0 Add --shared-network DHCP configuration. by Simon Kelley · 6 years ago
- f8c77ed Fix removal of DHCP_CLIENT_MAC options from DHCPv6 relay replies. by Simon Kelley · 6 years ago
- cc921df Remove nested struct/union in cache records and all_addr. by Simon Kelley · 6 years ago
- 0fdf3c1 Fix dhcp-match-name to match hostname, not complete FQDN. by Simon Kelley · 6 years ago
- c5db8f9 Tidy 7f876b64c22b2b18412e2e3d8506ee33e42db7c by Simon Kelley · 6 years ago
- 97f876b Properly deal with unaligned addresses in DHCPv6 packets. by Simon Kelley · 6 years ago
- c851c69 Log failure to confirm an address in DHCPv6. by Simon Kelley · 6 years ago
- 499d8dd Fix boundary for test introduced in 3e3f1029c9ec6c63e430ff51063a6301d4b2262 by yiwenchen · 7 years ago
- faaf306 Spelling fixes. by Ville Skyttä · 7 years ago
- d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
- 33e3f10 Security fix, CVE-2017-14494, Infoleak handling DHCPv6 forwarded requests. by Simon Kelley · 7 years ago
- 3d4ff1b Security fix, CVE-2017-14493, DHCPv6 - Stack buffer overflow. by Simon Kelley · 7 years ago
- 0549c73 Security fix, CVE-2017-14491 DNS heap buffer overflow. by Simon Kelley · 7 years ago
- 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
- b2a9c57 Add "known-othernet" DHCP tag. by Simon Kelley · 8 years ago
- 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
- bf4e62c Compile-time check on buffer sizes for leasefile parsing code. by Simon Kelley · 8 years ago
- 6b1c464 Don't reset packet length on transmission, in case of retransmission. by Simon Kelley · 8 years ago
- fa78573 Zero packet buffers before building output, to reduce risk of information leakage. by Simon Kelley · 8 years ago
- c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
- 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
- 27b78d9 Rationalise 5e3e464ac4022ee0b3794513abe510817e2cf3ca by Simon Kelley · 9 years ago
- 5e3e464 Fix behaviour of empty dhcp-option=option6:dns-server, which should inhibit sending option. by Simon Kelley · 9 years ago
- 89130d9 DHCPv6: DHCPCONFIRM should be OK for any address on link, not just dynamic addresses. by Simon Kelley · 10 years ago
- a5ae1f8 Logs in DHCPv6 not suppressed by dhcp6-quiet. by Simon Kelley · 10 years ago
- 338b340 Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log instead. by Simon Kelley · 10 years ago
- aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
- 61b838d Don't reply to DHCPv6 SOLICIT messages when not configured for statefull DHCPv6. by Win King Wan · 10 years ago
- b9ff5c8 Improve RFC-compliance when unable to supply addresses in DHCPv6 by Vladislav Grishenko · 10 years ago
- 5194336 Supply "Success" status code in reply to DHCPDECLINE. by Ilya Ponetaev · 10 years ago
- 2d75f2e Don't reply to DHCPCONFIRM messages with no addresses in them. by Ilya Ponetaev · 10 years ago
- 976afc9 Set DHCPv6 message type when returning "use multicast". by Ilya Ponetaev · 10 years ago
- 7f68f82 DHCPv6 REBIND messages don't need a server-id. by Ilya Ponetaev · 10 years ago
- c3a0408 [fd00::} and [fe80::] special addresses in DHCPv6 options. by Simon Kelley · 11 years ago
- c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
- 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
- 8c0b73d Add --quiet-* options. by Kevin Darbyshire-Bryant · 11 years ago
- ef1d742 Fix problem in DHCPv6 vendorclass/userclass matching code. by Tanguy Bouzeloc · 11 years ago
- 8939c95 Don't extract MAC address from ND table when DHCPv6 request is from a relay. by Simon Kelley · 11 years ago
- 408c368 Remove unused variable warnings when omitting stuff at compile-time. by Vladislav Grishenko · 11 years ago
- f1af2bb Big ugly refactor in rfc3315.c should be no behaviour changes. by Simon Kelley · 11 years ago
- d81b42d Prod neighbour discovery with ARP instead of PING. by Simon Kelley · 11 years ago
- 8f51a29 Fix compiler warnings. by Simon Kelley · 11 years ago
- 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
- c8f2dd8 Cope with DHCPv6 REQUESTs without address options. by Simon Kelley · 11 years ago
- ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
- cc4baaa Fix DHCPv6 lease time calculation when client sends VL==0 or PL==0 by Simon Kelley · 11 years ago
- 871d456 Support RFC-4242 information-refresh-time. by Simon Kelley · 11 years ago
- 6bd109a Better job with domain for DHCPv6 information-request. by Simon Kelley · 11 years ago
- ef1a94a Advertise lost prefixes with pref_time == 0 for 2 hours. by Simon Kelley · 11 years ago
- 3f3adae DHCP FQDN option tweaks. by Roy Marples · 11 years ago
- 6f9aaa9 ->hwaddr_len must be zero always in DHCPv6 leases. by Simon Kelley · 12 years ago
- 8ac9787 Fix lease time calculation when using DHCPv6 relay. by Simon Kelley · 12 years ago
- 6e37ab5 Send prefix-class in DHCPREPLY as well as DHCPADVERTISE. by Simon Kelley · 12 years ago
- a1a79ed Bugfix for latest DHCPv6 update. by Simon Kelley · 12 years ago
- de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
- c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
- ff59fc8 Split out context-marking from add_address. by Simon Kelley · 12 years ago
- 52a1ae7 Another logic problem in refactor. by Simon Kelley · 12 years ago
- 3a654c5 Respect difference between no IA_{TN}A and no IA_ADDR options. by Simon Kelley · 12 years ago
- 2763d4b Fix unused variable warning. by Simon Kelley · 12 years ago
- e28836b Fix crash in DHCPv6 renew, introduced in refactor. by Simon Kelley · 12 years ago
- a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
- 4038ae2 Fix crash in DHCPv6 information-request handler. by Simon Kelley · 12 years ago
- a21e27b Support DHCP DNS server option if we're not doing DNS. by Simon Kelley · 12 years ago
- 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
- 4593809 Fix last commit. by Simon Kelley · 12 years ago
- 21bac1b Check IAID as well as CLID for lease identity. by Simon Kelley · 12 years ago
- baeb3ad More IPv6 address allocation fixes. by Simon Kelley · 12 years ago
- 37c9cce DHCPv6 address allocation - same DUID, two IAIDs by Simon Kelley · 12 years ago
- 3bc0d93 More work on lease and router lifetime calculation. by Simon Kelley · 12 years ago
- 23780dd Set tag "dhcpv6" rather than "DHCPv6", hardwired tags in lower-case is consistent. by Simon Kelley · 12 years ago
- d1e9a58 Use dhcp-range tags when replying to DHCPv6 information-request. by Simon Kelley · 12 years ago
- 0d28af8 Set tag "DHCPv6" for v6 transactions. by Simon Kelley · 12 years ago
- 42698cb Log ignored DHCPv6 information-requests. by Simon Kelley · 12 years ago
- b269221 Address allocation tweaking - lease outside dhcp-range but in subnet. by Simon Kelley · 12 years ago
- 8b46061 Fix DHCPv6 address allocation for some pathalogical cases. by Simon Kelley · 12 years ago
- a9ab732 reconfirm SLAAC addresses when DHCPv4 leases go though INIT_REBOOT state. by Simon Kelley · 13 years ago
- fbbc145 Fix off-by-one in DHCPv6 FQDN option decoding. by Simon Kelley · 13 years ago
- c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
- 353ae4d Check assumed SLAAC addresses by pinging them. by Simon Kelley · 13 years ago
- 1567fea Log vendor class for DHCPv6 by Simon Kelley · 13 years ago
- daf061c randomise DHCPv6 lease renewal intervals by Simon Kelley · 13 years ago
- 5cfea3d Tidy last commit. by Simon Kelley · 13 years ago
- 6c8f21e More useful DHCPv6 packet logging. by Simon Kelley · 13 years ago
- 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago