aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-06Adding ifid option to the dhcp6c.conf prefix-interface statementHEADmasterBjørn Mork
This adds the ability to override the default EUI-64 address selection. Useful for interfaces without a unique hardware address, or for creating more userfriendly addresses in general. Signed-off-by: Bjørn Mork <bjorn@mork.no>
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-06100_dont-strip-binaries.diff from the Debian package version 20080615-8:Jeremie Corbier
"This patch prevents wide-dhcpv6 build system from stripping built binaries."
2010-08-06006_wide-dhcpv6-mans-update.diff from the Debian package version 20080615-8:Jeremie Corbier
"This patch fixes wide-dhcpv6 manpages (paths, typos, ...)."
2010-08-06added several comments/examples. (contributed by Stefan Sperling)SUZUKI, Shinsuke
2010-08-06releases 20080615 tarballSUZUKI, Shinsuke
2010-08-06fixed a improper handling of a domain-name ending with '.'. (Bug-ID: 1852869)SUZUKI, Shinsuke
2010-08-06fixed a lifetime calculation failure in RENEW/REBIND process for ↵SUZUKI, Shinsuke
stateful-address. (Bug-ID: 1850457)
2010-08-06fixed a possible memory leak. (Bug-ID 1847588)SUZUKI, Shinsuke
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 memory leak (Bug-ID: 1847587)SUZUKI, Shinsuke
2010-08-06fixed a bugthat dhcp6s cannot accept a relayed request message with ↵SUZUKI, Shinsuke
authentication option. (Bug-ID 1814287)
2010-08-06fixed a possible memory leak. (Bug-ID 1844676)SUZUKI, Shinsuke
2010-08-06fixed a possible double free. (Bug-ID 1844683)SUZUKI, Shinsuke
2010-08-06config.c, lease.h, common.c: removed compilation warningsSUZUKI, Shinsuke
2010-08-06use sig_atomic_t for a signal-handler variable (Bug-ID 1678874)SUZUKI, Shinsuke
2010-08-06fixed a buffer overrun in sprint_uint64() (Bug-ID 1714648)SUZUKI, Shinsuke
2010-08-06fixed a singular-point detection failure in replay check. (Bug-ID 1714644)SUZUKI, Shinsuke
2010-08-06fixed a typo in a manual (program name "dhcp6sctl" should be "dhcp6ctl")SUZUKI, Shinsuke
2010-08-06dhcp6_get_options(): made sure the option argument to dhcp6_add_listval() is ↵JINMEI, Tatuya
converted to an integer (not u_int16). Reported by: Shunichi Gondo
2010-08-06corrected duplication check for 'request' statement. reported by: Shunichi GondoJINMEI, Tatuya
2010-08-06releases 20070507 tarballSUZUKI, 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-06fixed a Solicitation message validation error (introduced on Mar 21 2007)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-06fixed debug messagesSUZUKI, Shinsuke
2010-08-06supported an address pool that has only one entry.SUZUKI, 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-06fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message when they ↵SUZUKI, Shinsuke
have the same IA-ID.
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-06configure.in, Makefile.in: allows a user to specify the owner/group for the ↵SUZUKI, Shinsuke
installed files. (suggested by Tsuyoshi MOMOSE and Tomofumi Hayashi)
2010-08-06accepts interface names, such as eth0.100(Linux VLAN interface) or foobar ↵SUZUKI, Shinsuke
(named by "ifconfig name" command). Bug-ID: 1644637
2010-08-06fixed an incorrect descrption regarding NTP option.SUZUKI, Shinsuke
2010-08-06clarified the behavior of the Info-req mode.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-06creates man/man[58] in "make install" (suggested by Masahide NAKAMURA)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
2010-08-06accepts ULA (Bug-ID 1584704)SUZUKI, Shinsuke
2010-08-06fixed a compilation error on SuSE and Debian Linux. (patch submitted by ↵SUZUKI, Shinsuke
Masahide NAKAMURA)
2010-08-0620061016 tar ball releasedSUZUKI, Shinsuke
2010-08-06creates the target directory in "make install" (often necessary when ↵SUZUKI, Shinsuke
./configure is executed with --prefix option) Suggested by: Masahide NAKAMURA
2010-08-06corrected a misleading comment (pointed out by Hajimu UMEMOTO)SUZUKI, Shinsuke