summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-09-08 22:13:05 +0000
committerShawn Routhier <sar@isc.org>2010-09-08 22:13:05 +0000
commit66be0ad13f2783606472d373a8d3ccd33eac9458 (patch)
tree5360c8b26f14e6ab30fabfd85a4684db1b7cb561 /RELNOTES
parentea75d5443c60d97e89de401c794525bf11b63b38 (diff)
downloadisc-dhcp-66be0ad13f2783606472d373a8d3ccd33eac9458.tar.gz
Minor code fixes
[ISC-Bugs #19566] When trying to find the zone for a name for ddns allow the name to be at the apex of the zone. [ISC-Bugs #19617] Restrict length of interface name read from command line in dhcpd - based on a patch from David Cantrell at Red Hat. [ISC-Bugs #20039] Correct some error messages in dhcpd.c [ISC-Bugs #20070] Better range check on values when creating a DHCID. [ISC-Bugs #20198] Avoid writing past the end of the field when adding overly long file or server names to a packet and add a log message if the configuration supplied overly long names for these fields. [ISC-Bugs #21497] Add a little more randomness to rng seed in client
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES14
1 files changed, 14 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 62b296d0..bc6b0096 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -71,6 +71,20 @@ work on other platforms. Please report any problems and suggested fixes to
causing the server to apply configuration intended for one host to any
other innocent clients that come along later. [ISC-Bugs #22018]
+- Minor code fixes
+ [ISC-Bugs #19566] When trying to find the zone for a name for ddns allow
+ the name to be at the apex of the zone.
+ [ISC-Bugs #19617] Restrict length of interface name read from command line
+ in dhcpd - based on a patch from David Cantrell at Red Hat.
+ [ISC-Bugs #20039] Correct some error messages in dhcpd.c
+ [ISC-Bugs #20070] Better range check on values when creating a DHCID.
+ [ISC-Bugs #20198] Avoid writing past the end of the field when adding
+ overly long file or server names to a packet and add a log message
+ if the configuration supplied overly long names for these fields.
+ Thanks to Martin Pala.
+ [ISC-Bugs #21497] Add a little more randomness to rng seed in client
+ thanks to a patch from Jeremiah Jinno.
+
Changes since 4.2.0b2
- Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]