summaryrefslogtreecommitdiffstats
path: root/plugins/check_users.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07check_users: still allow zero thresholdsSven Nierlein1-2/+2
2016-11-07check_users not correctly detecting thresholdsJohn C. Frickson1-38/+22
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-04-27Make check_users work on Windows.Gunnar Beutner1-3/+41
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-08-20check_users: Use utmpx(5) only if availableHolger Weiss1-1/+44
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2012-06-07check_users: Whitespace fixes, etc.Holger Weiss1-24/+14
2012-06-07check_users: improve performanceM. Remy1-30/+8
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-4/+4
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-10-05check-users thresholds was >= rather than > as documented.Thomas Guyot-Sionnest1-2/+2
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-23/+22
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-1/+4
2006-06-18updating help and usage and licenseBenoit Mortier1-29/+43
2004-12-25various fixes for localizationBenoit Mortier1-8/+5
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-2/+0
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-01standardize localization stringBenoit Mortier1-11/+7
2004-11-24Making messages more consistentTon Voon1-2/+2
2003-11-11Added perfdataTon Voon1-3/+12
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-3/+3
2003-08-09more pedantic compiler warningsKarl DeBisschop1-37/+49
2003-08-04markup for translationKarl DeBisschop1-71/+55
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-69/+54
2003-03-11Remove getopt_long checksTon Voon1-6/+0
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-5/+5
2002-11-09remove call_getoptKarl DeBisschop1-48/+26
2002-02-28Initial revisionEthan Galstad1-0/+257