summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-11-16 15:02:13 -0800
committerShawn Routhier <sar@isc.org>2012-11-16 15:02:13 -0800
commitf8380d3ff2a1db349b05fec75d2e12ac1a0b9c89 (patch)
tree7a6262f5df71ea128984441bf2ad1827677d8caa /RELNOTES
parent3aa562f8ad63d047eaafb01968730a6effb2d952 (diff)
downloadisc-dhcp-f8380d3ff2a1db349b05fec75d2e12ac1a0b9c89.tar.gz
[master]
+- Add support for a simple check that the server id in a request message + to a failover peer matches the server id of the server. This support + is enabled by editing the file includes/site.h and uncommenting the + definition for SERVER_ID_CHECK. The option has several restrictions + and issues - please read the comment in the site.h file before + enabling it. + [ISC-Bugs #31463]
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index aa86a9dd..5115b7a8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -161,6 +161,14 @@ work on other platforms. Please report any problems and suggested fixes to
variables.
[ISC-Bugs #29068]
+- Add support for a simple check that the server id in a request message
+ to a failover peer matches the server id of the server. This support
+ is enabled by editing the file includes/site.h and uncommenting the
+ definition for SERVER_ID_CHECK. The option has several restrictions
+ and issues - please read the comment in the site.h file before
+ enabling it.
+ [ISC-Bugs #31463]
+
Changes since 4.2.3
! Add a check for a null pointer before calling the regexec function.