summaryrefslogtreecommitdiffstats
path: root/plugins-root
AgeCommit message (Expand)AuthorFilesLines
2008-01-08Hide some debug output which was printed even without "-v" (underHolger Weiss1-1/+1
2008-01-08Fix the handling of ICMP packets which are not echo replies (such asHolger Weiss1-16/+15
2008-01-08Get rid of a cast which increases the required alignment.Holger Weiss1-1/+3
2008-01-08Mark some constant strings "const".Holger Weiss1-3/+3
2007-12-21Fix INADDR_NONE value (for systems which don't define it).Holger Weiss1-1/+1
2007-12-21Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined onHolger Weiss1-0/+3
2007-12-21New "-s" option to specify the source IP address (thanks to Harald JennyHolger Weiss1-1/+42
2007-12-13Fixed VPATH problem in plugins-root (Tom Payerle - 1789000)Ton Voon1-1/+1
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Thomas Guyot-Sionnest1-0/+4
2007-10-25Automatically update website with --help output. CosmeticTon Voon1-3/+3
2007-09-15Correct all instances of misaligned memory access. This fixes bus errosHolger Weiss1-43/+36
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Holger Weiss1-19/+19
2007-07-26New "-m, --mac" option which allows for specifying the MAC address toHolger Weiss1-12/+58
2007-07-26Make sure strncpy(3)d buffers are nul-terminated.Holger Weiss1-3/+6
2007-07-26A few minor fixes/improvements which were included with (but unrelatedHolger Weiss1-6/+13
2007-07-26New "-u, --unicast" option which gives check_dhcp the ability to mimic aHolger Weiss1-10/+74
2007-07-24Removing all .cvsignore filesTon Voon1-7/+0
2007-05-27added functions to utils_base:M. Sean Finney2-1/+7
2007-05-13check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306)Matthias Eble1-6/+11
2007-04-20Remove unused variables.Holger Weiss1-2/+0
2007-04-20Use the 'server identifier' option instead of the 'siaddr' field as theHolger Weiss1-10/+28
2007-03-29Set the "read" and "execute" bits only for "user" and "group" in orderHolger Weiss1-1/+1
2007-03-27Fix bug #1494629 - check_icmp fails after some time on FreeBSDThomas Guyot-Sionnest1-1/+2
2007-03-11Add tests for new check_icmp switch -mThomas Guyot-Sionnest1-2/+20
2007-03-11Converted check_ping.t to new-style testcases. Added test case for check_icmp -Ton Voon1-0/+68
2007-03-08New switch to check_icmp to set the minimum required hosts for success.Thomas Guyot-Sionnest1-9/+42
2007-03-08Fixed C++ style comments, but I don't get why those lines were originally com...Thomas Guyot-Sionnest1-2/+2
2007-03-06Root plugins installed with world executable permissions. Removed referencesTon Voon1-1/+1
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-27Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> onHolger Weiss1-0/+1
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeTon Voon1-2/+2
2007-01-20Fix bug #1632078: critical threshold % incorrectly displayed by check_icmpThomas Guyot-Sionnest1-1/+1
2006-10-24more fixes and removal of certain sentences not neededBenoit Mortier1-6/+6
2006-10-24last localization fixes for core plugins in cBenoit Mortier1-38/+42
2006-10-24Fixed compile on non-glibc platformsTon Voon2-5/+5
2006-10-23first pass a making check icmp respecting nagiosplugins rulesBenoit Mortier1-30/+48
2006-10-22putting default template for copyright and explanationsBenoit Mortier1-17/+46
2006-10-22revert mistake when commiting fixesBenoit Mortier1-5/+0
2006-10-22more localization fixesBenoit Mortier1-0/+5
2006-10-20localization updatesBenoit Mortier1-16/+27
2006-07-29Fix two Solaris compile problemsTon Voon1-1/+1
2006-06-07Do not install setuid programs unless run as rootTon Voon1-6/+4
2006-06-07Fixed two build problems re: libtool and pst3Ton Voon1-3/+3
2006-05-25Applied patch for responses from helpers/relays, cleaned up different coding ...Ethan Galstad1-181/+206
2006-05-25Fixed short interface name length, UNKNOWN return code (patches from tracker)Ethan Galstad1-20/+19
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Ton Voon2-7/+2
2006-05-17Fix compile problems on Solaris for pst3 and ssl libsTon Voon1-0/+1
2006-04-28Added pst3 into distribution (Jason Kau - 1476451)Ton Voon1-7/+4
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney1-2/+2
2005-10-06whoops. now using automake conditionals to prevent attempted compilesM. Sean Finney1-2/+6