diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2012-06-13 10:36:42 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2012-06-13 10:36:42 (GMT) |
commit | f091d59e0f9abec9304d9d230fafc2dec001baba (patch) | |
tree | 8485cbc75a5ec6cc90f97a21119d44797805607b /NEWS | |
parent | a80eafbf9cab9d80c526c504edf2ee4446a072d9 (diff) | |
download | monitoring-plugins-f091d59e0f9abec9304d9d230fafc2dec001baba.tar.gz |
check_dhcp: Fix handling of "pad" options
Don't let "pad" options[*] terminate the parsing of DHCP options. This
bug was triggered by using check_dhcp against Windows 2003 DHCP servers
(see #3503921).
[*] Cf. RFC 2132, 3.1.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ This file documents the major additions and syntax changes between releases. | |||
24 | Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) | 24 | Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) |
25 | Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors | 25 | Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors |
26 | Fix check_ping's parsing of the output of Debian's ping6(1) implementation (#1894850 - Matej Vela) | 26 | Fix check_ping's parsing of the output of Debian's ping6(1) implementation (#1894850 - Matej Vela) |
27 | Fix a check_dhcp bug which was triggered by using it to check Windows 2003 DHCP servers (#3503921) | ||
27 | Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions | 28 | Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions |
28 | 29 | ||
29 | 1.4.15 27th July 2010 | 30 | 1.4.15 27th July 2010 |