summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-5/+5
2002-11-14remove call_getopt and ssprintfKarl DeBisschop1-1/+1
2002-11-13remove call_getopt and asprintfKarl DeBisschop1-75/+55
2002-10-07patch for expected IP addressSubhendu Ghosh1-4/+28
2002-06-19more POSIX return value comparison related code fixesSubhendu Ghosh1-2/+2
2002-02-28Initial revisionEthan Galstad1-0/+415