From 05a980ba4bd3de0540771000955bd3235ad17acd Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 15 Sep 2007 14:25:56 +0000 Subject: 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 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b687f6ff..d9ec3f66 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ This file documents the major additions and syntax changes between releases. address to use in the DHCP request The check_dhcp -r and -s options now accept host names, too Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms + Fix check_smtp's handling of multiple-packet server responses 1.4.9 4th June 2006 Inclusion of contrib/check_cluster2 as check_cluster with some improvements -- cgit v1.2.3-74-g34f1