Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_ssh.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2007-11-09 Thomas Guyot-SionnestClose the socket on all exits (not just the OK one)
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-23 Holger WeissSupport `check_ssh --hostname=ADDRESS' (but keep `...
2006-10-19 Benoit Mortieranother round of localization cleaning
2006-06-21 Benoit Mortiercleaning help and usage
2006-06-20 Benoit Mortiercleaning help and usage + license
2005-04-11 M. Sean Finneyproperly call close() on the ssh connection before...
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortiercorrecting parenthesis error
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-02 Benoit Mortierchanged Error: by CRITICAL -
2004-12-01 Benoit Mortierstandardize localization string
2004-12-01 Benoit Mortierfirst pass at standardization of messages for the local...
2004-11-27 Matthew KentAdd remote version check (1030269, Daniel Gullin)
2004-11-24 Ton VoonMaking messages more consistent
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warnings
2003-08-05 Karl DeBisschopmarkup for translation
2003-06-30 Jeremy T. BouseCorrections to get code to compile on systems without...
2003-06-29 Jeremy T. BouseAdded address_family extern int variable to netutils...
2003-03-11 Ton VoonRemove getopt_long checks
2003-02-10 Jeremy T. BouseAdded argc checks before attempting to access argv[]
2003-02-10 Jeremy T. BouseRevised code to use resolving and connection code in...
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-10-30 Karl DeBisschopforgot to remove call_getopt declaration
2002-10-22 Karl DeBisschopremove call_getopt, replace ssprintf with asprintf...
2002-02-28 Ethan GalstadInitial revision