summaryrefslogtreecommitdiffstats
path: root/plugins/check_radius.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21check_radius: Make compiler happyHolger Weiss1-2/+2
2016-11-17check_radius: Replace functions removed in radcliHolger Weiss1-10/+9
2016-11-16check_radius: Fix rc_send_server() call for radcliHolger Weiss1-0/+4
2016-11-15check_radius: Remove unused variableHolger Weiss1-1/+0
2016-11-15This patch adds support for using the readcli lib.Jan Wagner1-5/+7
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-06-22check_radius.c: Add newline to die() callsHolger Weiss1-14/+14
2014-06-22check_radius: Support FreeRADIUS Client libraryHolger Weiss1-7/+14
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-5/+5
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-20Minor fixes to be amended into "rename" commitHolger Weiss1-2/+2
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-4/+4
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2011-09-07Make GCC happyThomas Guyot-Sionnest1-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
2010-04-14Fix check_radius returning OK on unexpected resultsThomas Guyot-Sionnest1-2/+12
2010-04-11Fix Debian bug #482947: No --nas-ip-address optionHolger Weiss1-13/+28
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-2/+2
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-05-20Clobber password in check_radius process list agumentsThomas Guyot-Sionnest1-4/+10
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-1/+2
2008-04-23Correct typo and make the --help notes a bit simpler.Thomas Guyot-Sionnest1-5/+4
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-22/+19
2007-12-10Plenty of french translations (and a few fixes BTW)Thomas Guyot-Sionnest1-1/+1
2007-09-26Drop the weird and undocumented behaviour of using positional argumentHolger Weiss1-24/+10
2007-09-23Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12...Matthias Eble1-10/+45
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-23Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)Holger Weiss1-0/+1
2006-10-19another round of localization cleaningBenoit Mortier1-0/+3
2006-06-20cleaning help and usage + licenseBenoit Mortier1-49/+59
2004-12-25various fixes for localizationBenoit Mortier1-7/+5
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/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+1
2004-12-03fixes for internationalizationBenoit Mortier1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-1/+1
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-8/+8
2004-11-24Making messages more consistentTon Voon1-7/+5
2004-03-18Option to fill in NAS-identifier to Emulate pam_radius behaviour (Alexander K...Ton Voon1-3/+11
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-70/+82
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-7/+7