index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_dns.c
Age
Commit message (
Expand
)
Author
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-02
establish "UT_" namespace for usage text in #defines
Karl DeBisschop
2003-08-01
terminate in error_scan() so meaningfull errors can be sent
Karl DeBisschop
2003-08-01
do not translate the strings that will be compared to utility output - LC_ALL...
Karl DeBisschop
2003-07-31
mark for translation (note problem here - it relies on tranalation in underly...
Karl DeBisschop
2003-05-31
first revised patch failed to trap the "break" in while()
Karl DeBisschop
2003-03-13
Strip leading spaces in perf data
Ton Voon
2003-03-12
Removed is_host checks to speed up code. Fixed timings so no spaces
Ton Voon
2003-03-12
Timings in milliseconds and nicer output
Ton Voon
2003-03-11
Remove getopt_long checks
Ton Voon
2003-03-08
Modified code to call is_addr() rather than is_dotted_quad() with the
Jeremy T. Bouse
2003-02-21
Strip leading spaces on dns return value (689563 - Simon L Nielsen)
Ton Voon
2003-02-05
allow check to proceed using servers from resolv.conf
Karl DeBisschop
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2002-11-14
remove call_getopt and ssprintf
Karl DeBisschop
2002-11-13
remove call_getopt and asprintf
Karl DeBisschop
2002-10-07
patch for expected IP address
Subhendu Ghosh
2002-06-19
more POSIX return value comparison related code fixes
Subhendu Ghosh
2002-02-28
Initial revision
Ethan Galstad