aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_dns.c
AgeCommit message (Expand)Author
2005-10-24initial merging of ae's np_runcmd code into selected plugins.Gravatar M. Sean Finney
2004-12-30more internationalization fixesGravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-21Add another error string match from Pasi TiittanenGravatar Matthew Kent
2004-12-10Error catching improvements from Ollie CookGravatar Matthew Kent
2004-12-10Reverting back ngettext callsGravatar Ton Voon
2004-12-04various internationalization fixesGravatar Benoit Mortier
2004-12-04check_dns needs a space between 'time' and the hostnameGravatar Benoit Mortier
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03internationalization fixes and help fixesGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02--disable-nls throws an error on check_dns, check_procs andGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-12-01first pass at standardization of messages for the localizationGravatar Benoit Mortier
2004-11-24Making messages more consistentGravatar Ton Voon
2004-11-23Standardising translation textsGravatar Ton Voon
2004-03-04use float for time in perf dataGravatar Karl DeBisschop
2004-02-25check server for authoritative status (from Jon Hallet)Gravatar Karl DeBisschop
2004-02-20Different text to scan for if multiple addressesGravatar Ton Voon
2004-02-18Output message includes the query_address, as inspired by Johannes Herlitz.Gravatar Ton Voon
2003-08-28add perf dataGravatar Karl DeBisschop
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10perf data in integer microsecondsGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02establish "UT_" namespace for usage text in #definesGravatar Karl DeBisschop
2003-08-01terminate in error_scan() so meaningfull errors can be sentGravatar Karl DeBisschop
2003-08-01do not translate the strings that will be compared to utility output - LC_ALL...Gravatar Karl DeBisschop
2003-07-31mark for translation (note problem here - it relies on tranalation in underly...Gravatar Karl DeBisschop
2003-05-31first revised patch failed to trap the "break" in while()Gravatar Karl DeBisschop
2003-03-13Strip leading spaces in perf dataGravatar Ton Voon
2003-03-12Removed is_host checks to speed up code. Fixed timings so no spacesGravatar Ton Voon
2003-03-12Timings in milliseconds and nicer outputGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-03-08Modified code to call is_addr() rather than is_dotted_quad() with theGravatar Jeremy T. Bouse
2003-02-21Strip leading spaces on dns return value (689563 - Simon L Nielsen)Gravatar Ton Voon
2003-02-05allow check to proceed using servers from resolv.confGravatar Karl DeBisschop
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2002-11-14remove call_getopt and ssprintfGravatar Karl DeBisschop
2002-11-13remove call_getopt and asprintfGravatar Karl DeBisschop
2002-10-07patch for expected IP addressGravatar Subhendu Ghosh
2002-06-19more POSIX return value comparison related code fixesGravatar Subhendu Ghosh
2002-02-28Initial revisionGravatar Ethan Galstad