Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_dns.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2009-02-20 Ton VoonTypo fixes (Jan Wagner - SF 1878971)
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-11-08 Thomas Guyot-SionnestFix long options parsing in check_disk, check_dns,...
2008-05-13 Thomas Guyot-SionnestTypo
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-04-17 Thomas Guyot-SionnestCorrect the help text
2008-04-17 Thomas Guyot-SionnestAllow to repeat -a to set multiple possible addresses
2008-01-30 Thomas Guyot-SionnestBump plugins/ to GPLv3 (check_apt to check_nwstat)
2008-01-08 Matthias EbleFixed reverse lookup damaged by previous commit
2008-01-05 Matthias Eblecheck_dns now sorts addresses for -a support with multi...
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-13 Ton VoonMove new util_* functions to lib/
2006-06-14 Benoit Mortierupdating the help and usage for localization
2006-03-22 Ton VoonAdded warning and critical response times (John Rouilla...
2006-03-22 Ton VoonNew style tests. Cleanup of presentation of help. Added...
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...
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-21 Matthew KentAdd another error string match from Pasi Tiittanen
2004-12-10 Matthew KentError catching improvements from Ollie Cook
2004-12-10 Ton VoonReverting back ngettext calls
2004-12-04 Benoit Mortiervarious internationalization fixes
2004-12-04 Benoit Mortiercheck_dns needs a space between 'time' and the hostname
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 Mortierbump copyright year
2004-12-02 Benoit Mortier--disable-nls throws an error on check_dns, check_procs and
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-24 Ton VoonMaking messages more consistent
2004-11-23 Ton VoonStandardising translation texts
2004-03-04 Karl DeBisschopuse float for time in perf data
2004-02-25 Karl DeBisschopcheck server for authoritative status (from Jon Hallet)
2004-02-20 Ton VoonDifferent text to scan for if multiple addresses
2004-02-18 Ton VoonOutput message includes the query_address, as inspired...
2003-08-28 Karl DeBisschopadd perf data
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopperf data in integer microseconds
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-07 Karl DeBisschopreplace "terminate" with "die" for shorter name and...
2003-08-02 Karl DeBisschopestablish "UT_" namespace for usage text in #defines
2003-08-01 Karl DeBisschopterminate in error_scan() so meaningfull errors can...
2003-08-01 Karl DeBisschopdo not translate the strings that will be compared...
2003-07-31 Karl DeBisschopmark for translation (note problem here - it relies...
2003-05-31 Karl DeBisschopfirst revised patch failed to trap the "break" in while()
2003-03-13 Ton VoonStrip leading spaces in perf data
2003-03-12 Ton VoonRemoved is_host checks to speed up code. Fixed timings...
2003-03-12 Ton VoonTimings in milliseconds and nicer output
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-08 Jeremy T. BouseModified code to call is_addr() rather than is_dotted_q...
2003-02-21 Ton VoonStrip leading spaces on dns return value (689563 -...
2003-02-05 Karl DeBisschopallow check to proceed using servers from resolv.conf
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-14 Karl DeBisschopremove call_getopt and ssprintf
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-10-07 Subhendu Ghoshpatch for expected IP address
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-02-28 Ethan GalstadInitial revision