Code

Added support for --extra-opts in all C plugins (disabled by default, see configure...
[nagiosplug.git] / plugins-root / check_icmp.c
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-29 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-01-31 Thomas Guyot-SionnestBump plugins-root/ to GPLv3
2008-01-08 Holger WeissHide some debug output which was printed even without...
2008-01-08 Holger WeissFix the handling of ICMP packets which are not echo...
2008-01-08 Holger WeissGet rid of a cast which increases the required alignment.
2008-01-08 Holger WeissMark some constant strings "const".
2007-12-21 Holger WeissFix INADDR_NONE value (for systems which don't define...
2007-12-21 Holger WeissInclude <sys/sockio.h> (if available) to get SIOCGIFADD...
2007-12-21 Holger WeissNew "-s" option to specify the source IP address (thank...
2007-12-11 Thomas Guyot-SionnestAdding missing function calls needed for i18n (only...
2007-09-15 Holger WeissCorrect all instances of misaligned memory access....
2007-05-27 M. Sean Finneyadded functions to utils_base:
2007-03-27 Thomas Guyot-SionnestFix bug #1494629 - check_icmp fails after some time...
2007-03-08 Thomas Guyot-SionnestNew switch to check_icmp to set the minimum required...
2007-03-08 Thomas Guyot-SionnestFixed C++ style comments, but I don't get why those...
2007-01-20 Thomas Guyot-SionnestFix bug #1632078: critical threshold % incorrectly...
2006-10-24 Benoit Mortiermore fixes and removal of certain sentences not needed
2006-10-24 Benoit Mortierlast localization fixes for core plugins in c
2006-10-24 Ton VoonFixed compile on non-glibc platforms
2006-10-23 Benoit Mortierfirst pass a making check icmp respecting nagiosplugins...
2006-10-22 Benoit Mortierputting default template for copyright and explanations
2006-10-22 Benoit Mortierrevert mistake when commiting fixes
2006-10-22 Benoit Mortiermore localization fixes
2005-09-21 Ton VoonSeparation of root setuid plugins into plugins-root/