summaryrefslogtreecommitdiffstats
path: root/plugins/check_real.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-12-02Merge branch 'maint'Holger Weiss1-1/+1
2014-11-28Added missing CR in DESCRIBE request.Andrew Berglund1-4/+4
2014-11-26check_real: fix null terminationSebastian Herbszt1-1/+1
2014-06-28plugins/check_real.c - recv string null terminateSpenser Reinhardt1-0/+1
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
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
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-8/+8
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-0/+1
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-23/+19
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-04Fix bug #1574863: check_real does not accept the '-v' optionThomas Guyot-Sionnest1-1/+1
2006-10-19another round of localization cleaningBenoit Mortier1-0/+3
2006-06-20cleaning help and usage + licenseBenoit Mortier1-35/+48
2004-12-25various fixes for localizationBenoit Mortier1-6/+4
2004-12-04internationalization fixesBenoit Mortier1-4/+4
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-3/+1
2004-12-03fixes for internationalizationBenoit Mortier1-1/+2
2004-12-03bump copyright yearBenoit Mortier1-2/+2
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-2/+2
2004-12-01standardize localization stringBenoit Mortier1-18/+10
2004-11-24Making messages more consistentTon Voon1-4/+4
2004-11-23Standardising translation textsTon Voon1-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-7/+7
2003-08-09more pedantic compiler warnsKarl DeBisschop1-14/+17
2003-08-07markup for translationKarl DeBisschop1-104/+91
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-2/+2
2003-06-07\r\n patch from MathiasSubhendu Ghosh1-3/+3
2003-04-16reset to old behavior of not checking stream by defaultSubhendu Ghosh1-2/+2
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-01-28make sure host_name is set and remove NULL string inits that can lead to segf...Karl DeBisschop1-162/+10
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-12remove call_getoptKarl DeBisschop1-75/+30
2002-02-28Initial revisionEthan Galstad1-0/+661