Code

Properly handle SMTP server responses which are split into multiple
authorHolger Weiss <hweiss@users.sourceforge.net>
Sat, 15 Sep 2007 14:25:56 +0000 (14:25 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Sat, 15 Sep 2007 14:25:56 +0000 (14:25 +0000)
commit05a980ba4bd3de0540771000955bd3235ad17acd
tree7bb3189713eb055678648274e1aea0d6bfc371ef
parentc11f63ff7eeb72ea220faec778e1b8bd6651b9f7
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
plugins/check_smtp.c