aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_radius.c
AgeCommit message (Expand)Author
2014-01-21Merge branch 'rename'Gravatar Thomas Guyot-Sionnest
2014-01-21plugins/*.c: Alterations for timeout messages.Gravatar Spenser Reinhardt
2014-01-20Capitalize "Monitoring" when it's the first wordGravatar Holger Weiss
2014-01-20Minor fixes to be amended into "rename" commitGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2011-09-06Make GCC happyGravatar Thomas Guyot-Sionnest
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2010-04-14Fix check_radius returning OK on unexpected resultsGravatar Thomas Guyot-Sionnest
2010-04-11Fix Debian bug #482947: No --nas-ip-address optionGravatar Holger Weiss
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Gravatar Ton Voon
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-05-20Clobber password in check_radius process list agumentsGravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-04-23Correct typo and make the --help notes a bit simpler.Gravatar Thomas Guyot-Sionnest
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Gravatar Thomas Guyot-Sionnest
2007-12-10Plenty of french translations (and a few fixes BTW)Gravatar Thomas Guyot-Sionnest
2007-09-26Drop the weird and undocumented behaviour of using positional argumentGravatar Holger Weiss
2007-09-23Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12...Gravatar Matthias Eble
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-23Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)Gravatar Holger Weiss
2006-10-19another round of localization cleaningGravatar Benoit Mortier
2006-06-20cleaning help and usage + licenseGravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03fixes for internationalizationGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-11-24Making messages more consistentGravatar Ton Voon
2004-03-18Option to fill in NAS-identifier to Emulate pam_radius behaviour (Alexander K...Gravatar Ton Voon
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-04markup for translationGravatar Karl DeBisschop
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-01-16semicolon needed where praogname define was replcedGravatar Karl DeBisschop
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2002-11-14remove call_getopt and ssprintfGravatar Karl DeBisschop
2002-02-28Initial revisionGravatar Ethan Galstad