Code

check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bompard...
[nagiosplug.git] / plugins / check_ntp.c
2007-07-14 Matthias Eblecheck_ntp: Fixed typo in typo in argument sanity check...
2007-04-10 Thomas Guyot-Sionnest- Fix possibility of printing scientific numbers in...
2007-04-04 Thomas Guyot-SionnestFix for getting dispersion instead of jitter on older...
2007-04-03 Holger WeissFix the synchronization source selection on big-endian...
2007-04-03 Thomas Guyot-SionnestTemporary fix for jitter calculation
2007-04-02 Holger WeissDon't rely on the assumption that the size of a READSTA...
2007-04-02 Thomas Guyot-SionnestFix byte order in verbose logging
2007-04-02 Thomas Guyot-SionnestSeems like we don't get any jitter sometimes. While...
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...