Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_dig.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-06-09 Matthias EbleAdded testcases for check_dig
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-03-20 Thomas Guyot-Sionnest- Fix bug #1920671
2008-03-14 Matthias EbleAdded -A/--dig-arguments to check_dig (#1889453/#1874041)
2008-01-30 Thomas Guyot-SionnestBump plugins/ to GPLv3 (check_apt to check_nwstat)
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2006-10-19 Benoit Mortierfirst pass at cleaning localization for new release
2006-07-03 Ton VoonFixed -p getopt call (Allan Bennett - 1511650)
2006-06-14 Benoit Mortierstarting the BIG locale update ;-)
2005-11-14 Benoit Mortierstart of the cleaning of the localization
2005-10-24 M. Sean Finneyinitial merging of ae's np_runcmd code into selected...
2005-01-26 Ton VoonConvert tabs to spaces from dig's answer section (Randy...
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-04 Benoit Mortierinternationalization fixes
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierinternationalization fixes and help fixes
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-01 Benoit Mortierstandardize localization string
2004-12-01 Benoit Mortierfirst pass at standardization of messages for the local...
2004-11-24 Ton VoonMaking messages more consistent
2004-08-18 Ton VoonChecks different record types and checks against an...
2004-03-04 Karl DeBisschopuse float for time in perf data
2003-11-12 Karl DeBisschopremove overflow checks of strtod - HUGE_VALF requires...
2003-09-03 Karl DeBisschopallow warn/crit times to be floating point
2003-08-26 Karl DeBisschopprint perfdata
2003-08-23 Karl DeBisschop- fix various format errors with newly added perf data
2003-08-22 Karl DeBisschop- forgot to declare struct timeval tv for hires timing
2003-08-22 Karl DeBisschop- add perf data for time
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 warns
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
2003-08-02 Karl DeBisschopestablish "UT_" namespace for usage text in #defines
2003-07-30 Karl DeBisschopmarkup for translation
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-03-12 Jeremy T. BouseCode clean-up
2003-03-11 Ton VoonRemove getopt_long checks
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-21 Karl DeBisschopfix empty output on errors
2002-11-20 Karl DeBisschopfix solaris SEGV, still need to print meaningful error...
2002-11-20 Karl DeBisschopreplace some strcpy with strscpy
2002-11-12 Karl DeBisschopcleanup asprintf, old function decls
2002-11-09 Karl DeBisschopremove call_getopt
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-02-28 Ethan GalstadInitial revision