Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_ntp.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2010-04-14 Thomas Guyot-SionnestUpdate french translation (fix all fuzzy's)
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-11-19 Thomas Guyot-SionnestFixed buffer overflow in check_ntp/check_ntp_peer ...
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-29 Thomas Guyot-SionnestUse UT_THRESHOLDS_NOTES in all plugins
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-04-05 Thomas Guyot-Sionnestcheck_ntp and check_ntp_peer now show proper jitter...
2008-01-30 Thomas Guyot-SionnestBump plugins/ to GPLv3 (check_apt to check_nwstat)
2008-01-29 Thomas Guyot-SionnestFix bugs and flaws in best offset server selection...
2008-01-05 Thomas Guyot-SionnestFix Bug #1862300: check_ntp_time segfault in 1.4.11...
2007-12-11 Thomas Guyot-SionnestAdding missing function calls needed for i18n (only...
2007-12-10 Thomas Guyot-SionnestOOPS! Last commit should have included these files.
2007-12-04 Thomas Guyot-Sionnestmissing word in comment block.
2007-11-23 Thomas Guyot-Sionnest- Use max_state_alt in check_ntp to fix some issues...
2007-11-10 Thomas Guyot-SionnestFix newly added stratum check (has to be decreased...
2007-10-25 Thomas Guyot-Sionnestcheck_ntp now return UNKNOWN instead of WARNING if...
2007-10-11 Thomas Guyot-SionnestAdd stratum thresholds support for check_ntp (feature...
2007-10-11 Thomas Guyot-SionnestUse provided threshold functions (no functionnal change...
2007-09-26 Thomas Guyot-SionnestPatch #1798774: check_ntp: honor ntp flags
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...