aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_dns.c
AgeCommit message (Expand)Author
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