summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Convert plugins to use the new output functionshw/output/pluginsHolger Weiss1-8/+5
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-21/+35
2006-07-13Move new util_* functions to lib/Ton Voon1-0/+1
2006-06-14updating the help and usage for localizationBenoit Mortier1-6/+6
2006-03-22Added warning and critical response times (John Rouillard - 1343159)Ton Voon1-3/+27
2006-03-22New style tests. Cleanup of presentation of help. Added '' around -a checksTon Voon1-41/+10
2005-11-14start of the cleaning of the localizationBenoit Mortier1-319/+348
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-71/+48
2004-12-30more internationalization fixesBenoit Mortier1-3/+3
2004-12-25various fixes for localizationBenoit Mortier1-8/+2
2004-12-21Add another error string match from Pasi TiittanenMatthew Kent1-1/+2
2004-12-10Error catching improvements from Ollie CookMatthew Kent1-1/+13
2004-12-10Reverting back ngettext callsTon Voon1-1/+1
2004-12-04various internationalization fixesBenoit Mortier1-3/+1
2004-12-04check_dns needs a space between 'time' and the hostnameBenoit Mortier1-1/+1
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-6/+6
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+0
2004-12-03internationalization fixes and help fixesBenoit Mortier1-4/+4
2004-12-03bump copyright yearBenoit Mortier1-5/+5
2004-12-02--disable-nls throws an error on check_dns, check_procs andBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-3/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-2/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-6/+10
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-3/+3
2004-11-24Making messages more consistentTon Voon1-5/+3
2004-11-23Standardising translation textsTon Voon1-5/+5
2004-03-04use float for time in perf dataKarl DeBisschop1-1/+1
2004-02-25check server for authoritative status (from Jon Hallet)Karl DeBisschop1-21/+40
2004-02-20Different text to scan for if multiple addressesTon Voon1-1/+4
2004-02-18Output message includes the query_address, as inspired by Johannes Herlitz.Ton Voon1-74/+41
2003-08-28add perf dataKarl DeBisschop1-2/+3
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+5
2003-08-10perf data in integer microsecondsKarl DeBisschop1-4/+6
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-38/+50
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-14/+14
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-20/+17
2003-08-01terminate in error_scan() so meaningfull errors can be sentKarl DeBisschop1-22/+18
2003-08-01do not translate the strings that will be compared to utility output - LC_ALL...Karl DeBisschop1-13/+13
2003-07-31mark for translation (note problem here - it relies on tranalation in underly...Karl DeBisschop1-85/+86
2003-05-31first revised patch failed to trap the "break" in while()Karl DeBisschop1-5/+16
2003-03-13Strip leading spaces in perf dataTon Voon1-1/+1
2003-03-12Removed is_host checks to speed up code. Fixed timings so no spacesTon Voon1-15/+7
2003-03-12Timings in milliseconds and nicer outputTon Voon1-5/+14
2003-03-11Remove getopt_long checksTon Voon1-6/+0
2003-03-08Modified code to call is_addr() rather than is_dotted_quad() with theJeremy T. Bouse1-1/+1
2003-02-21Strip leading spaces on dns return value (689563 - Simon L Nielsen)Ton Voon1-1/+5
2003-02-05allow check to proceed using servers from resolv.confKarl DeBisschop1-6/+6