index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
popen.c
Age
Commit message (
Expand
)
Author
2020-01-07
Fix timeout_interval declarations
Christian Tacke
2019-05-24
fix maxfd being zero
Sven Nierlein
2019-02-15
check_by_ssh: fix child process leak on timeouts
Sven Nierlein
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
2008-01-31
Bump plugins/ to GPLv3 (non-plugind files)
Thomas Guyot-Sionnest
2007-06-12
Removed debug line
Matthias Eble
2007-06-11
Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...
Matthias Eble
2006-06-18
updating help and usage and license
Benoit Mortier
2006-02-17
SIGALRM could be received before child_process is created (Jason Crawford)
Ton Voon
2005-09-12
ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
Ton Voon
2005-05-01
better error checking in spopen signal handler (see 1107524)
M. Sean Finney
2004-12-25
various fixes for localization
Benoit Mortier
2004-12-02
More internationalization work
Benoit Mortier
2004-12-02
changed Error: by CRITICAL -
Benoit Mortier
2004-12-01
standardize localization string
Benoit Mortier
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
2003-08-09
more pedantic compiler warnings
Karl DeBisschop
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-01
set LC_ALL to C in execve environemnt
Karl DeBisschop
2003-01-13
change exit status to be POSIX compliant
Karl DeBisschop
2002-10-07
make sure we do not run past the end of an unterminated string
Karl DeBisschop
2002-02-28
Initial revision
Ethan Galstad