<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/popen.h, branch 3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2025-09-15T10:59:37Z</updated>
<entry>
<title>Run clang-format again</title>
<updated>2025-09-15T10:59:37Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-09-15T10:59:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=802e46f8ea36c344f112d7e1dd8d64d17a4cc939'/>
<id>urn:sha1:802e46f8ea36c344f112d7e1dd8d64d17a4cc939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove check for RETSIGTYPE in autoconf stuff</title>
<updated>2023-09-23T10:31:33Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-09-23T10:31:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=513929d796af668e977ca7981800c259304a2f25'/>
<id>urn:sha1:513929d796af668e977ca7981800c259304a2f25</id>
<content type='text'>
autoupdate tells me, that since C89 I can safely assume RETSIGTYPE
is void.

Therefore to simplify things I removed the corresponding configure.ac
line and replaced all mentions of RETSIGTYPE with void.
</content>
</entry>
<entry>
<title>Fix timeout_interval declarations</title>
<updated>2020-01-07T09:22:39Z</updated>
<author>
<name>Christian Tacke</name>
<email>8560110+ChristianTacke@users.noreply.github.com</email>
</author>
<published>2019-12-25T20:41:17Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9da7cd76813870632ff93659d176ead0848b8ee9'/>
<id>urn:sha1:9da7cd76813870632ff93659d176ead0848b8ee9</id>
<content type='text'>
There are different declarations for timeout_interval:

lib/utils_base.c has the definition:
	unsigned int timeout_interval = DEFAULT_SOCKET_TIMEOUT;
lib/utils_base.h has the appropiate declaration:
	extern unsigned int timeout_interval;

plugins/popen.h has an extra declaration:
	extern unsigned int timeout_interval;
This doesn't hurt, but it's a dupe. The one in utils_base.h
should be enough, so remove this one.

plugins/popen.c has a WRONG one:
	extern int timeout_interval;
Remove it!
Use #include "utils.h" to get the right one.
This makes the local defines for max/min unnecassary, so
remove them also.
</content>
</entry>
<entry>
<title>Removing CVS/SVN tags and replacing with git-based versioning</title>
<updated>2008-11-23T05:38:47Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-11-23T05:38:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6fbd14fea5c111a23d9074d25499991cbfa58f79'/>
<id>urn:sha1:6fbd14fea5c111a23d9074d25499991cbfa58f79</id>
<content type='text'>
For contrib/, full tags have been imported from subversion


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Bump plugins/ to GPLv3 (header files)</title>
<updated>2008-01-31T11:45:28Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-01-31T11:45:28Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2ce5fce834763325021d1e491f89bd253aeb8b8c'/>
<id>urn:sha1:2ce5fce834763325021d1e491f89bd253aeb8b8c</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1919 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>better error checking in spopen signal handler (see 1107524)</title>
<updated>2005-05-01T20:12:03Z</updated>
<author>
<name>M. Sean Finney</name>
<email>seanius@users.sourceforge.net</email>
</author>
<published>2005-05-01T20:12:03Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1cd64d081d1745436dd7c41826dfb05672dd26aa'/>
<id>urn:sha1:1cd64d081d1745436dd7c41826dfb05672dd26aa</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1169 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>various fixes for localization</title>
<updated>2004-12-25T23:17:46Z</updated>
<author>
<name>Benoit Mortier</name>
<email>opensides@users.sourceforge.net</email>
</author>
<published>2004-12-25T23:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e9ccc6b21a1152bbf150302c4a29a6df79d75bd7'/>
<id>urn:sha1:e9ccc6b21a1152bbf150302c4a29a6df79d75bd7</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>fix a variety of compiler warnings about qualifier discards and other pedantic stuff</title>
<updated>2003-08-08T04:33:21Z</updated>
<author>
<name>Karl DeBisschop</name>
<email>kdebisschop@users.sourceforge.net</email>
</author>
<published>2003-08-08T04:33:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=65ca899d2c98b6342783922a5709c4b61e6b2b1f'/>
<id>urn:sha1:65ca899d2c98b6342783922a5709c4b61e6b2b1f</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@662 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Updated cvs ignore files to reflect changes</title>
<updated>2003-03-13T06:51:18Z</updated>
<author>
<name>Jeremy T. Bouse</name>
<email>undrgrid@users.sourceforge.net</email>
</author>
<published>2003-03-13T06:51:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f6cc0cf400832ececffad4e90b693bf2c6471161'/>
<id>urn:sha1:f6cc0cf400832ececffad4e90b693bf2c6471161</id>
<content type='text'>
Moved header files from being ran through configure to standard
Removed auto-tools scripts that get added by automake


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@417 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
</feed>
