summaryrefslogtreecommitdiffstats
path: root/plugins/popen.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-2/+2
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-3/+0
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-01-31Bump plugins/ to GPLv3 (non-plugind files)Thomas Guyot-Sionnest1-45/+42
2007-06-12Removed debug lineMatthias Eble1-1/+0
2007-06-11Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...Matthias Eble1-2/+11
2006-06-18updating help and usage and licenseBenoit Mortier1-9/+33
2006-02-17SIGALRM could be received before child_process is created (Jason Crawford)Ton Voon1-5/+9
2005-09-12ECHILD error at waitpid on Red Hat systems (Peter Pramberger andTon Voon1-1/+26
2005-05-01better error checking in spopen signal handler (see 1107524)M. Sean Finney1-1/+5
2004-12-25various fixes for localizationBenoit Mortier1-6/+6
2004-12-02More internationalization workBenoit Mortier1-0/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-0/+2
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-2/+1
2003-08-09more pedantic compiler warningsKarl DeBisschop1-23/+18
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-1/+1
2003-08-01set LC_ALL to C in execve environemntKarl DeBisschop1-6/+6
2003-01-13change exit status to be POSIX compliantKarl DeBisschop1-5/+5
2002-10-07make sure we do not run past the end of an unterminated stringKarl DeBisschop1-1/+2
2002-02-28Initial revisionEthan Galstad1-0/+314