summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp/RELNOTES
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-16 07:04:57 +0000
committerobrien <obrien@FreeBSD.org>2003-01-16 07:04:57 +0000
commit47bdc7b5368b79802e5768b4ac27bc5ec7812650 (patch)
treed97161f30972714717408dbf20ff787d5e076488 /contrib/isc-dhcp/RELNOTES
parent017255e081bcbadf47f5affc7eea7c047e38a70f (diff)
downloadFreeBSD-src-47bdc7b5368b79802e5768b4ac27bc5ec7812650.zip
FreeBSD-src-47bdc7b5368b79802e5768b4ac27bc5ec7812650.tar.gz
Import isc-dhcpd-3.0.1rc11.
This fixes a security vulnerability in the bundled resolver library. Requested by: scottl(re)
Diffstat (limited to 'contrib/isc-dhcp/RELNOTES')
-rw-r--r--contrib/isc-dhcp/RELNOTES26
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/isc-dhcp/RELNOTES b/contrib/isc-dhcp/RELNOTES
index 348964c..3d1552c 100644
--- a/contrib/isc-dhcp/RELNOTES
+++ b/contrib/isc-dhcp/RELNOTES
@@ -46,6 +46,32 @@ Murrell at BC Tel Advanced Communications. I'd like to express my
thanks to all of these good people here, both for working on the code
and for prodding me into improving it.
+ Changes since 3.0.1rc10
+
+- Potential buffer overflows in minires repaired.
+
+- A change to the linux client script to use /bin/bash, since /bin/sh may
+ not be bash.
+
+- Some missing va_end cleanups thanks to a patch from Thomas Klausner.
+
+- A correction of boolean parsing syntax validation - some illegal syntaxes
+ that worked before are now detected and produce errs, some legal syntaxes
+ that errored before will now work properly.
+
+- Some search-and-replace errors that caused some options to change their
+ names was repaired.
+
+- Shu-min Chang of the Intel corporation has contributed a perl script and
+ module that converts the MS NT4 DHCP configuration to a ISC DHCP3
+ configuration file.
+
+- Applied the remainder of the dhcpctl memory leak patch provided by Bill
+ Squier at ReefEdge, Inc. (groo@reefedge.com).
+
+- Missing non-optional failover peer configurations will now result in a soft
+ error rather than a null dereference.
+
Changes since 3.0.1rc9
- A format string was corrected to fix compiler warnings.
OpenPOWER on IntegriCloud