Code

Fix an out-of-bounds memcpy(3) and add a realloc(3) error check in
[nagiosplug.git] / plugins / check_ntp.c
2007-03-31 Holger WeissFix an out-of-bounds memcpy(3) and add a realloc(3...
2007-03-31 Holger WeissAdd a warning to the verbose output if jitter_request...
2007-03-31 Holger WeissAvoid division by zero.
2007-03-31 Holger WeissRemove the '-O' option, as it's ignored.
2007-03-29 Ton VoonAdding help text for jitter flags
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-20 M. Sean Finneycompilation fixes for check_ntp.c:
2006-10-19 Benoit Mortierfirst pass at cleaning localization for new release
2006-10-12 Ton VoonRemoved extraneous comma in perf data output
2006-08-11 Ton VoonCatch no responses from any server (1538341 - nmdias)
2006-06-17 Benoit Mortiercleaning up help and usage
2006-05-01 M. Sean Finney- check_ntp:
2006-04-12 M. Sean Finneythe offset_requests are now parallelized. still stuff...
2006-04-12 M. Sean Finneyadded a currently unused but "good for reference" versi...
2006-04-11 M. Sean Finneyanother big code-commit to check_ntp. jitter calculati...
2006-03-20 M. Sean Finney- shuffling some code around to keep things tidy.
2006-03-20 M. Sean Finneyipv6 support for c-version of check_ntp
2006-03-18 M. Sean Finneyinitial version of the pure-c check_ntp implementation...