diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-09-15 14:25:56 +0000 |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-09-15 14:25:56 +0000 |
commit | 05a980ba4bd3de0540771000955bd3235ad17acd (patch) | |
tree | 7bb3189713eb055678648274e1aea0d6bfc371ef /NEWS | |
parent | c11f63ff7eeb72ea220faec778e1b8bd6651b9f7 (diff) | |
download | monitoring-plugins-05a980ba4bd3de0540771000955bd3235ad17acd.tar.gz |
Properly handle SMTP server responses which are split into multiple
packets (noted by Chris Adams on nagiosplug-help@). TODO: The new
recvline()/recvlines() functions should buffer received data instead of
reading one byte at a time and they should be moved to netutils.c so
that other plugins can use them, too.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1780 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ This file documents the major additions and syntax changes between releases. | |||
15 | address to use in the DHCP request | 15 | address to use in the DHCP request |
16 | The check_dhcp -r and -s options now accept host names, too | 16 | The check_dhcp -r and -s options now accept host names, too |
17 | Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms | 17 | Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms |
18 | Fix check_smtp's handling of multiple-packet server responses | ||
18 | 19 | ||
19 | 1.4.9 4th June 2006 | 20 | 1.4.9 4th June 2006 |
20 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements | 21 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements |