Code

re-add a call to setlocale(LC_ALL, "") in check_ping.c
[nagiosplug.git] / plugins / check_ping.c
2005-09-12 M. Sean Finneyre-add a call to setlocale(LC_ALL, "") in check_ping.c
2005-07-20 Ton VoonFix parsing for netkit-ping and iputils-ping (Christian...
2005-05-25 Subhendu GhoshRH9 pattern
2005-05-03 M. Sean Finneysetlocale(LC_ALL, "") should be setlocale(LC_NUMERIC...
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-28 Benoit MortierString match in check_ping for Solaris 10 #1091043
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-05 Benoit Mortierfix patch 998291
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 Mortierfixes for internationalization
2004-12-03 Benoit MortierLocalization fixes
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-11-24 Ton VoonMaking messages more consistent
2004-11-20 Matthew KentNew output format reported by pumuckel1980 (946857)
2004-02-25 Karl DeBisschoppass timeout to ping if supported with -w parameter...
2004-02-09 Ton VoonFix for check_ping old-style argument handling (Patrick...
2003-09-12 Karl DeBisschopnew output format reported by Patrick Allen <p.allen...
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-18 Karl DeBisschopmove error scans to a new separate routine and scan...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-07 Karl DeBisschopcleanup for better readability
2003-08-07 Karl DeBisschopmarkup for translation
2003-06-30 Jeremy T. BouseCorrections to get code to compile on systems without...
2003-06-29 Jeremy T. BouseChanged usage output to show -4 and -6 are mutually...
2003-06-29 Jeremy T. Bousecheck_ping is now coded with -4 & -6 options to call...
2003-05-07 Jeremy T. BouseModified check_ping to handle IPv6 as well as IPv4...
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-03 Karl DeBisschopaccept comma-delimted list of hosts for checking if...
2003-03-02 Karl DeBisschopadd logic to check multiple servers
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-11-09 Karl DeBisschopremove call_getopt
2002-11-09 Karl DeBisschopdefine and use usage3 where second part of message...
2002-11-08 Karl DeBisschopremove unused variables
2002-10-18 Karl DeBisschopremove broken call_getopt stuff
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-06-19 Subhendu Ghoshfixes for using POSIX return codes
2002-05-08 Subhendu Ghosh patch for Suse 8.0 loss output
2002-04-23 Subhendu Ghoshcorrected program name and added rtt patch for RH7...
2002-02-28 Ethan GalstadInitial revision