summaryrefslogtreecommitdiffstats
path: root/plugins/check_time.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
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-6/+6
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-1/+1
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+11
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-22/+19
2007-05-02Fix check_time returning wrong OK when time is before the epoch on some archThomas Guyot-Sionnest1-7/+7
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/+48
2005-05-25 64bit sys support - 1185713Subhendu Ghosh1-1/+1
2004-12-25various fixes for localizationBenoit Mortier1-3/+1
2004-12-04internationalization fixesBenoit Mortier1-8/+8
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-3/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-3/+1
2004-12-03fixes for internationalizationBenoit Mortier1-2/+3
2004-12-03bump copyright yearBenoit Mortier1-6/+6
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-1/+1
2004-12-01standardize localization stringBenoit Mortier1-19/+16
2004-11-24Making messages more consistentTon Voon1-5/+5
2004-11-23Standardising translation textsTon Voon1-1/+1
2003-11-19add perfdataKarl DeBisschop1-7/+21
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-20Optionally use udp instead of tcp (Bradley Baetz - 751646)Ton Voon1-3/+29
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-5/+5
2003-08-09more pedantic compiler warningsKarl DeBisschop1-52/+61
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-3/+3
2003-08-04markup for translationKarl DeBisschop1-118/+93
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-19explicitly cast recv() arg2 for SunOS5.6Karl DeBisschop1-3/+3
2002-11-09remove call_getoptKarl DeBisschop1-74/+50
2002-02-28Initial revisionEthan Galstad1-0/+370