aboutsummaryrefslogtreecommitdiff
path: root/common.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-06fixed a improper handling of a domain-name ending with '.'. (Bug-ID: 1852869)SUZUKI, Shinsuke
2010-08-06fixed a memory leak (Bug-ID: 1847587)SUZUKI, Shinsuke
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-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-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-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-06introduced a HAVE_SA_LEN macro to support OSes (other than linux) without ↵SUZUKI, Shinsuke
length field in sockaddr_*
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)
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 ifdefs for already standardized optionsSUZUKI, Shinsuke
2005-12-11* Assign an official option number for Information Refresh TimerSUZUKI, Shinsuke
* Removed old prefix delegation options, since these options numbers coinsides with Information Refresh Timer.
2005-12-01imported KAME-DHCPv6 snapshot at 20051201KAME_20051201SUZUKI, Shinsuke