aboutsummaryrefslogtreecommitdiff
path: root/dhcp6relay.c
AgeCommit message (Collapse)Author
2010-08-06102_libc6-2.9-fixes.diff from the Debian package version 20080615-8:Jeremie Corbier
"Fixes for recent libc releases." [ignoring changes to the build generated cftoken.c file] Signed-off-by: Bjørn Mork <bjorn@mork.no>
2010-08-06101_close-fds.diff from the Debian package version 20080615-8:Jeremie Corbier
"wide-dhcpv6 binaries should close inherited fds."
2010-08-06use sig_atomic_t for a signal-handler variable (Bug-ID 1678874)SUZUKI, Shinsuke
2010-08-06changes the destination port of a relayed DHCP packet from 546 to 547, when ↵SUZUKI, Shinsuke
it is supposed to be bound for a relay, instead of a client. (the situation occurs when DHCPv6-relays are cascased in a row)
2010-08-06in signal-receiving procedure, not uses a function that is not always ↵SUZUKI, Shinsuke
designed to be signal-safe (Bug-ID 1678874)
2010-08-06supported script execution for dhcp6relay (contributed by Bruno STEVANT)SUZUKI, Shinsuke
2010-08-06supported compilation on Solaris (contributed by James Carlson)SUZUKI, Shinsuke
2010-08-06introduced a HAVE_SA_LEN macro to support OSes (other than linux) without ↵SUZUKI, Shinsuke
length field in sockaddr_*
2010-08-06accepts ULA (Bug-ID 1584704)SUZUKI, Shinsuke
2006-07-29dhcp6s and dhcp6relay dumps process-id file, like dhcp6cSUZUKI, Shinsuke
2006-01-19sync with the latest KAMESUZUKI, Shinsuke
* corrected the condition for detecting unwanted incoming messages * missing initialization in dhcp6c
2005-12-01imported KAME-DHCPv6 snapshot at 20051201KAME_20051201SUZUKI, Shinsuke