Age | Commit message (Expand) | Author | Files | Lines |
2012-06-13 | check_dhcp: Fix handling of "pad" options | Holger Weiss | 1 | -3/+4 |
2011-04-28 | check_host: Allocate a large-enough buffer for the host table. | Sebastian Harl | 1 | -1/+1 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 2 | -2/+2 |
2010-04-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 2 | -10/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 2 | -9/+9 |
2010-04-14 | pst3.c must not use nagiosplug/gnulib includes | Thomas Guyot-Sionnest | 2 | -2/+4 |
2009-10-15 | Set proper network byte order for icmp_id and icmp_seq in icmp packets | Thomas Guyot-Sionnest | 1 | -10/+11 |
2009-10-15 | Increment per-host sequence in check_icmp | Thomas Guyot-Sionnest | 1 | -11/+13 |
2009-09-25 | Allow custom versions with the release file... | nagiosplugins | 1 | -1/+1 |
2009-09-14 | Ensure dirhandle is closed (Duncan Ferguson) | Ton Voon | 1 | -0/+2 |
2009-07-14 | pst3 compile with Sun Studio Compiler | Ton Voon | 1 | -0/+2 |
2009-06-14 | Fixed error in rtt/rta calculation in case of system clock problems | Matthias Eble | 1 | -1/+1 |
2009-06-02 | Don't use the plain char type for data buffers | Holger Weiss | 1 | -6/+6 |
2009-06-01 | Fixed check_icmp compiler warnings by including float.h | Matthias Eble | 1 | -0/+1 |
2009-06-01 | Fixed --help output for warn and critical thresholds (sf.net #2796624, debian... | Matthias Eble | 1 | -2/+2 |
2008-11-26 | Fixing build breakages (I totally forgot this rule was there...) | Thomas Guyot-Sionnest | 1 | -2/+0 |
2008-11-26 | Disable dynamic versionning for releases, and allow generating version out of... | Thomas Guyot-Sionnest | 1 | -5/+5 |
2008-11-25 | Workaround to support more make programs | Thomas Guyot-Sionnest | 1 | -1/+4 |
2008-11-23 | Avoid the use of .PHONY (target s created twice and I have no idea if it's ri... | Thomas Guyot-Sionnest | 1 | -1/+2 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 4 | -14/+17 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 3 | -32/+32 |
2008-11-07 | check_icmp now reports min and max round trip time perfdata (Steve Rader) | Thomas Guyot-Sionnest | 1 | -5/+17 |
2008-08-08 | Close on fd | Ton Voon | 1 | -0/+1 |
2008-08-08 | Typo in --help output | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-07-28 | -b option now specifies ICMP data bytes instead of packet size | Matthias Eble | 1 | -7/+7 |
2008-07-17 | Add support for packet size modification (-b) | Matthias Eble | 1 | -10/+16 |
2008-07-06 | Don't try to set the "SO_BROADCAST" socket option for unicast requests. | Holger Weiss | 1 | -2/+1 |
2008-07-02 | Change pst3 again, this time to remove use of kvm which is not | Ton Voon | 2 | -158/+197 |
2008-06-17 | Fixed possible coredump. Removed one level of subroutines (Duncan Ferguson) | Ton Voon | 1 | -22/+16 |
2008-06-02 | Optimised pst3 for systems with large number of processes (Duncan Ferguson) | Ton Voon | 1 | -140/+109 |
2008-05-27 | Add additional PID column heading | Ton Voon | 1 | -1/+1 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 2 | -1/+18 |
2008-04-29 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 2 | -26/+29 |
2008-03-14 | Fixed 64 bit pst3 when tries to link to gettext. Gettext linked | Ton Voon | 1 | -4/+4 |
2008-03-11 | Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS | Ton Voon | 1 | -0/+2 |
2008-02-28 | Reverted check_procs for solaris back to using pst3 due to truncation | Ton Voon | 2 | -2/+4 |
2008-01-31 | Bump plugins-root/ to GPLv3 | Thomas Guyot-Sionnest | 3 | -67/+59 |
2008-01-08 | Hide some debug output which was printed even without "-v" (under | Holger Weiss | 1 | -1/+1 |
2008-01-08 | Fix the handling of ICMP packets which are not echo replies (such as | Holger Weiss | 1 | -16/+15 |
2008-01-08 | Get rid of a cast which increases the required alignment. | Holger Weiss | 1 | -1/+3 |
2008-01-08 | Mark some constant strings "const". | Holger Weiss | 1 | -3/+3 |
2007-12-21 | Fix INADDR_NONE value (for systems which don't define it). | Holger Weiss | 1 | -1/+1 |
2007-12-21 | Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined on | Holger Weiss | 1 | -0/+3 |
2007-12-21 | New "-s" option to specify the source IP address (thanks to Harald Jenny | Holger Weiss | 1 | -1/+42 |
2007-12-13 | Fixed VPATH problem in plugins-root (Tom Payerle - 1789000) | Ton Voon | 1 | -1/+1 |
2007-12-11 | Adding missing function calls needed for i18n (only for plugins already in PO... | Thomas Guyot-Sionnest | 1 | -0/+4 |
2007-10-25 | Automatically update website with --help output. Cosmetic | Ton Voon | 1 | -3/+3 |
2007-09-15 | Correct all instances of misaligned memory access. This fixes bus erros | Holger Weiss | 1 | -43/+36 |
2007-07-26 | The "--serverip" and "--requestedip" options now accept host names, too. | Holger Weiss | 1 | -19/+19 |
2007-07-26 | New "-m, --mac" option which allows for specifying the MAC address to | Holger Weiss | 1 | -12/+58 |