aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
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-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-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
2010-08-06fixed a improper memory access when there is no free address in an address ↵SUZUKI, Shinsuke
pool. (Bug-ID 1563232) fixed a bug that a pooled address will never be reused even when it is released.
2010-08-06- dhcp6s does not include a 0 refresh-time option in ADVERTISE/REPLY ↵SUZUKI, Shinsuke
message, when "option refreshtime" configuration does not exist in its configuration. - fixed a compilation failure by flex 2.5.4
2010-08-06accepted "nis-domain-name" and "nisp-domain-name" as a configuration keyword ↵SUZUKI, Shinsuke
for NIS/NIS+ domain name, as well as nis/nisp-server-domain-name. (Bug-ID 1566494)
2010-08-06supported a declaration name (hostname, poolname, keyname, authname) ↵SUZUKI, Shinsuke
including "-". (Bug-ID 1566476)
2010-08-06you need to provide a preferred-lifetime for each address-prefix. (Bug-ID ↵SUZUKI, Shinsuke
1558811)
2010-08-06fixed a bug that status-code option might include a unexpected garbage ↵SUZUKI, Shinsuke
value. (Bug-ID 1561202)
2010-08-06fixed a bug that dhcp6s inserts SIP server addresses into DNS server address ↵SUZUKI, Shinsuke
option (Bug-ID 1561202)
2010-08-06Fix a memory violation in lease management.STEVANT, Bruno
2006-09-02 --- 20060902 tar ball released ---REL_20060902SUZUKI, Shinsuke
2006-09-02 SUZUKI, Shinsuke <suz@kame.net> * added a configure check routine to automatically detect a difference in TAILQ_FOREACH_REVERSE macros (Suggested by Brute STEVANT) * fixed a bug that dhcp6c cannot advertise an Option-Request-Option. * fixed a compilation failure in freebsd4
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)