Code

Checks different record types and checks against an expected address (Bill Kunkel)
[nagiosplug.git] / plugins / check_dig.c
2004-08-18 Ton VoonChecks different record types and checks against an...
2004-03-04 Karl DeBisschopuse float for time in perf data
2003-11-12 Karl DeBisschopremove overflow checks of strtod - HUGE_VALF requires...
2003-09-03 Karl DeBisschopallow warn/crit times to be floating point
2003-08-26 Karl DeBisschopprint perfdata
2003-08-23 Karl DeBisschop- fix various format errors with newly added perf data
2003-08-22 Karl DeBisschop- forgot to declare struct timeval tv for hires timing
2003-08-22 Karl DeBisschop- add perf data for time
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
2003-08-02 Karl DeBisschopestablish "UT_" namespace for usage text in #defines
2003-07-30 Karl DeBisschopmarkup for translation
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-03-12 Jeremy T. BouseCode clean-up
2003-03-11 Ton VoonRemove getopt_long checks
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-21 Karl DeBisschopfix empty output on errors
2002-11-20 Karl DeBisschopfix solaris SEGV, still need to print meaningful error...
2002-11-20 Karl DeBisschopreplace some strcpy with strscpy
2002-11-12 Karl DeBisschopcleanup asprintf, old function decls
2002-11-09 Karl DeBisschopremove call_getopt
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-02-28 Ethan GalstadInitial revision