summaryrefslogtreecommitdiffstats
path: root/plugins/negate.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15negate: remove unused variablesrefs/pull/1309/headSebastian Herbszt1-2/+2
2014-06-28Merge pull request #1262 from waja/fix_aixSven Nierlein1-2/+2
2014-06-28plugins/negate.c - Function should not return.Spenser Reinhardt1-2/+2
2014-06-28plugins/negate.c - Reorder if statement, aiobSpenser Reinhardt1-2/+1
2014-06-28Include common.h before any system headers.refs/pull/1262/headEric J. Mislivec1-2/+2
2014-01-29Move negate' translate_state() to utils_base.h mp_translate_state()Thomas Guyot-Sionnest1-24/+5
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Non-network timeout changesSpenser Reinhardt1-1/+1
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-09-10Fix GCC's -Wimplicit-function-declaration warningsHolger Weiss1-0/+3
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-3/+3
2010-04-14Update french translation (fix all fuzzy's)Thomas Guyot-Sionnest1-1/+1
2009-03-20negate: make timeouts configurableThomas Guyot-Sionnest1-2/+12
2009-03-20negate: Fix not printing the real timeout in ALRM handler when timeout is lef...Thomas Guyot-Sionnest1-1/+3
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-05-02negate now has the ability to replace the status text as well (-s, --substitute)Thomas Guyot-Sionnest1-16/+35
2008-01-31Bump plugins/ to GPLv3 (non-plugind files)Thomas Guyot-Sionnest1-95/+20
2007-12-10Plenty of french translations (and a few fixes BTW)Thomas Guyot-Sionnest1-4/+4
2007-09-23Removed some c99 style commentsMatthias Eble1-1/+1
2007-09-22Rewrite the "map changes to return codes" patch nearly from scratch.Thomas Guyot-Sionnest1-16/+75
2007-09-21Stop double expansion of parameters for negate - works likeTon Voon1-58/+49
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19another round of localization cleaningBenoit Mortier1-0/+2
2006-06-18updating help and usage and licenseBenoit Mortier1-34/+49
2004-12-25various fixes for localizationBenoit Mortier1-3/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-7/+3
2004-12-03some minor fixesBenoit Mortier1-2/+3
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-1/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-9/+12
2004-11-24Making messages more consistentTon Voon1-1/+1
2004-02-20spell fix "received"Karl DeBisschop1-1/+1
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-97/+91
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-3/+3
2003-08-04markup for translationKarl DeBisschop1-81/+66
2003-05-14Added examplesTon Voon1-2/+8
2003-03-13negate must be POSIXly correct in handling options, else wrapped options get ...Karl DeBisschop1-1/+1
2003-03-11Remove getopt_long checksTon Voon1-11/+1
2003-03-11Fixed reading too many argv parameters and changed to asprintfTon Voon1-2/+2
2003-02-12Remove unnecessary \ and fix coredump with no parameters specifiedTon Voon1-2/+4
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-9/+9
2002-11-09define and use usage3 where second part of message is a an int/charKarl DeBisschop1-3/+3