aboutsummaryrefslogtreecommitdiff
path: root/dhcp6c.c
AgeCommit message (Collapse)Author
2010-08-06200_dhcp6c-profiles.diff from the Debian package version 20080615-8:Jeremie Corbier
"This patch enables users to define interface profiles so one can configure a group of interfaces the same way without having to provide an interface statement for each."
2010-08-06103_update-ifid-on-restart.diff from the Debian package version 20080615-8:Bjørn Mork
"Interface ID may have changed between a stop and start." Signed-off-by: Bjørn Mork <bjorn@mork.no>
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-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 compilation on Solaris (contributed by James Carlson)SUZUKI, Shinsuke
2006-07-30* supported the following options:SUZUKI, Shinsuke
NIS server option, NIS domain option (RFC3898) NIS+ server option, NIS+ domain option (RFC3898) BCMCS server option, BCMCS domain option (RFC4280) * changed the name of the enviromental variable for SIP server address (new_sip_servers). * removed a configure option to control the NTP option number. (since one year has been passed since its official assignment)
2006-07-13stop using ifdef for information-refresh option, since it is a standard optionSUZUKI, Shinsuke
2006-03-20fixed a bug that dhcp6c cannot receive a DHCPv6 packet on linux.SUZUKI, Shinsuke
(Request ID=1435976, and a patch proposed by Yasuyuki KOZAKAI)
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