aboutsummaryrefslogtreecommitdiff
path: root/dhcp6s.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-06fixed a lifetime calculation failure in RENEW/REBIND process for ↵SUZUKI, Shinsuke
stateful-address. (Bug-ID: 1850457)
2010-08-06- fixed a potential NULL pointer access (Bug-ID: 1848304) - used a ↵SUZUKI, Shinsuke
val_statefuladdr, instead of val_prefix, to access an address in IA in DHCP DECLINE handling.
2010-08-06fixed a bugthat dhcp6s cannot accept a relayed request message with ↵SUZUKI, Shinsuke
authentication option. (Bug-ID 1814287)
2010-08-06use sig_atomic_t for a signal-handler variable (Bug-ID 1678874)SUZUKI, Shinsuke
2010-08-06fixed a Solicitation message validation error (introduced on Mar 21 2007)SUZUKI, Shinsuke
2010-08-06fixed debug messagesSUZUKI, Shinsuke
2010-08-06fixed a bug that Rebind does not work for IA-NA.SUZUKI, Shinsuke
2010-08-06fixed a Solicitation message validation as stated in RFC3315 15.2.SUZUKI, Shinsuke
2010-08-06implemented DHCPv6 Decline message processing on DHCPv6 server.SUZUKI, Shinsuke
2010-08-06implemented DHCPv6 Confirm message processing on DHCPv6 server.SUZUKI, Shinsuke
2010-08-06supported compilation on Solaris (contributed by James Carlson)SUZUKI, Shinsuke
2010-08-06fixed an IA allocation failure from pool when it doubly requested by the ↵SUZUKI, Shinsuke
same client. (patch submitted by Hajimu UMEMOTO)
2010-08-06dhcp6s recognizes "-P" option. (patch submitted by Masahide NAKAMURA)SUZUKI, Shinsuke
2006-08-07minor spelling fix (no behavior change): s/DURATITION/DURATION/JINMEI, Tatuya
(pointed out by Ted Lemon)
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-29dhcp6s and dhcp6relay dumps process-id file, like dhcp6cSUZUKI, Shinsuke
2006-04-11* removed 'ifdef USE_POOL' macros, since it is always ONSUZUKI, Shinsuke
* rename some pool-related variables to prepare for the support of prefix-pool
2006-01-26supported IA-NA address-poolSUZUKI, Shinsuke
ToDo: IA-PD prefix-pool, write a manual
2005-12-01imported KAME-DHCPv6 snapshot at 20051201KAME_20051201SUZUKI, Shinsuke