aboutsummaryrefslogtreecommitdiff
path: root/plugins/popen.c
AgeCommit message (Expand)Author
2020-01-07Fix timeout_interval declarationsGravatar Christian Tacke
2019-05-24fix maxfd being zeroGravatar Sven Nierlein
2019-02-15check_by_ssh: fix child process leak on timeoutsGravatar Sven Nierlein
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-01-31Bump plugins/ to GPLv3 (non-plugind files)Gravatar Thomas Guyot-Sionnest
2007-06-12Removed debug lineGravatar Matthias Eble
2007-06-11Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...Gravatar Matthias Eble
2006-06-18updating help and usage and licenseGravatar Benoit Mortier
2006-02-17SIGALRM could be received before child_process is created (Jason Crawford)Gravatar Ton Voon
2005-09-12ECHILD error at waitpid on Red Hat systems (Peter Pramberger andGravatar Ton Voon
2005-05-01better error checking in spopen signal handler (see 1107524)Gravatar M. Sean Finney
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-09more pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-01set LC_ALL to C in execve environemntGravatar Karl DeBisschop
2003-01-13change exit status to be POSIX compliantGravatar Karl DeBisschop
2002-10-07make sure we do not run past the end of an unterminated stringGravatar Karl DeBisschop
2002-02-28Initial revisionGravatar Ethan Galstad