Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-07-26 | Make sure strncpy(3)d buffers are nul-terminated. | Holger Weiss | 1 | -3/+6 |
2007-07-26 | A few minor fixes/improvements which were included with (but unrelated | Holger Weiss | 1 | -6/+13 |
2007-07-26 | New "-u, --unicast" option which gives check_dhcp the ability to mimic a | Holger Weiss | 1 | -10/+74 |
2007-07-24 | Removing all .cvsignore files | Ton Voon | 1 | -7/+0 |
2007-05-27 | added functions to utils_base: | M. Sean Finney | 2 | -1/+7 |
2007-05-13 | check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306) | Matthias Eble | 1 | -6/+11 |
2007-04-20 | Remove unused variables. | Holger Weiss | 1 | -2/+0 |
2007-04-20 | Use the 'server identifier' option instead of the 'siaddr' field as the | Holger Weiss | 1 | -10/+28 |
2007-03-29 | Set the "read" and "execute" bits only for "user" and "group" in order | Holger Weiss | 1 | -1/+1 |
2007-03-27 | Fix bug #1494629 - check_icmp fails after some time on FreeBSD | Thomas Guyot-Sionnest | 1 | -1/+2 |
2007-03-11 | Add tests for new check_icmp switch -m | Thomas Guyot-Sionnest | 1 | -2/+20 |
2007-03-11 | Converted check_ping.t to new-style testcases. Added test case for check_icmp - | Ton Voon | 1 | -0/+68 |
2007-03-08 | New switch to check_icmp to set the minimum required hosts for success. | Thomas Guyot-Sionnest | 1 | -9/+42 |
2007-03-08 | Fixed C++ style comments, but I don't get why those lines were originally com... | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-03-06 | Root plugins installed with world executable permissions. Removed references | Ton Voon | 1 | -1/+1 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2007-01-27 | Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> on | Holger Weiss | 1 | -0/+1 |
2007-01-24 | Sync with gnulib - lots of extraneous code removed in preference to GNU code | Ton Voon | 1 | -2/+2 |