2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

David Cantrell requests to use 'Red Hat' for trademark purposes in

attribution rather than 'RedHat'.
This commit is contained in:
David Hankins 2009-03-10 21:00:50 +00:00
parent f4534b17fa
commit 4b97eaff2f

View File

@ -40,7 +40,7 @@ work on other platforms. Please report any problems and suggested fixes to
- Failover port configuration can now be left to defaults (port 647) as
described in the -12 revision of the Failover draft (and assigned by
IANA). Thanks in part to a patch from David Cantrell at RedHat.
IANA). Thanks in part to a patch from David Cantrell at Red Hat.
Changes since 4.1.0 (bug fixes)
@ -73,7 +73,7 @@ work on other platforms. Please report any problems and suggested fixes to
dhcpv6 disabled.
- Two uninitialized stack structures are now memset to zero, thanks to a
patch from David Cantrell at RedHat.
patch from David Cantrell at Red Hat.
- Fixed a cosmetic bug where pretty-printing valid domain-search options would
result in an erroneous error log message ('garbage in format string').
@ -1100,7 +1100,7 @@ work on other platforms. Please report any problems and suggested fixes to
zero is redundant. These redundancies were removed.
- Some type declaration corrections to u_int16_t were made in common/tr.c
(Token Ring support) thanks to a patch from Jason Vas Dias at RedHat.
(Token Ring support) thanks to a patch from Jason Vas Dias at Red Hat.
- A failover bug that was allowing leases that EXPIRED or were RELEASED
where tsfp and tstp are identical timestamps to languish in these
@ -1160,7 +1160,7 @@ work on other platforms. Please report any problems and suggested fixes to
domain-name field) that had been improperly NULL-terminated by the
DHCP server will no longer result in a truncated string containing
only the option from the server, and not the expected appended value.
Thanks to a patch from Jason Vas Dias at RedHat.
Thanks to a patch from Jason Vas Dias at Red Hat.
- File handlers on configuration state (config files and lease dbs) should
be treated consistently, regardless of whether TRACING is defined or not.
@ -1212,11 +1212,11 @@ work on other platforms. Please report any problems and suggested fixes to
- The package will now compile cleanly in gcc 3.3 and 3.4. As a side effect,
lease structures will be 9 bytes smaller on all platforms. Thanks to
Jason Vas Dias at Redhat.
Jason Vas Dias at Red Hat.
- Interface discovery code in DISCOVER_UNCONFIGURED mode is now
properly restricted to only detecting broadcast interfaces. Thanks
to a patch from Jason Vas Dias at RedHat.
to a patch from Jason Vas Dias at Red Hat.
- decode_udp_ip_header was changed so that the IP address was copied out
to a variable, rather than referenced by a pointer. This enforces 4-byte
@ -1255,7 +1255,7 @@ work on other platforms. Please report any problems and suggested fixes to
- Configuring a subnet in dhcpd.conf with a subnet mask of 32 bits might
cause an internal function to overflow heap. Thanks to Jason Vas Dias
at Redhat.
at Red Hat.
- Some inconsistencies in treating numbers that the lexer parsed as 'NUMBER'
or 'NUMBER_OR_NAME' was repaired. Hexadecimal parsing is affected, and