Age | Commit message (Expand) | Author | Files | Lines |
2007-09-24 | Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted by | Holger Weiss | 3 | -8/+23 |
2007-09-23 | Removed some c99 style comments | Matthias Eble | 2 | -2/+2 |
2007-09-23 | Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ... | Matthias Eble | 2 | -1/+3 |
2007-09-23 | removed solved issues | Matthias Eble | 1 | -2/+0 |
2007-09-23 | Added radiusclient-ng support to requirement notes | Matthias Eble | 1 | -0/+2 |
2007-09-23 | Fixed bug: stat was called on remote fs even if -l was given | Matthias Eble | 2 | -15/+40 |
2007-09-23 | Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12... | Matthias Eble | 4 | -13/+57 |
2007-09-22 | substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel) | Matthias Eble | 3 | -14/+14 |
2007-09-22 | Added -i/-I to ignore pathes/partitions based on regular expressions | Matthias Eble | 6 | -18/+168 |
2007-09-22 | Rewrite the "map changes to return codes" patch nearly from scratch. | Thomas Guyot-Sionnest | 3 | -36/+89 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 12 | -113/+771 |
2007-09-21 | My solaris box needs %llu to display 64bits integers. | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-09-21 | - Added some variables at verbose==3 | Thomas Guyot-Sionnest | 1 | -42/+43 |
2007-09-17 | Include directories and files required for perl modules | Ton Voon | 1 | -0/+1 |
2007-09-15 | Properly handle SMTP server responses which are split into multiple | Holger Weiss | 2 | -18/+73 |
2007-09-15 | Correct all instances of misaligned memory access. This fixes bus erros | Holger Weiss | 2 | -43/+37 |
2007-09-15 | Remove "-Wtraditional" from our development GCC flags. We use ANSI C. | Holger Weiss | 1 | -1/+1 |
2007-09-13 | Adding in optional Nagios::Plugin perl module (and | Ton Voon | 11 | -3/+122 |
2007-08-28 | These plugins assumed the "use lib util.pm;" would be substituted like standa... | Thomas Guyot-Sionnest | 4 | -4/+4 |
2007-08-09 | Don't use C++ style comments (noted by Johannes Kingma on | Holger Weiss | 1 | -1/+1 |
2007-07-31 | Read the response to an SMTP QUIT command before closing the socket | Holger Weiss | 1 | -3/+28 |
2007-07-29 | Don't use C++ style comments. | Holger Weiss | 1 | -1/+1 |
2007-07-27 | If the TMPDIR environment variable is set, use that instead of "/tmp" as | Holger Weiss | 1 | -2/+3 |
2007-07-26 | The "--serverip" and "--requestedip" options now accept host names, too. | Holger Weiss | 2 | -19/+20 |
2007-07-26 | New "-m, --mac" option which allows for specifying the MAC address to | Holger Weiss | 2 | -12/+60 |
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 | 4 | -10/+80 |
2007-07-24 | Removing all .cvsignore files | Ton Voon | 14 | -177/+0 |
2007-07-24 | Updated to use svn instead of cvs | Ton Voon | 2 | -20/+28 |
2007-07-21 | Add "Connection: close" to the HTTP request header, which tells HTTP/1.1 | Holger Weiss | 2 | -0/+5 |
2007-07-15 | Make ps column count in zombie detection less restrictive. Thanks to Andrew E... | Matthias Eble | 2 | -1/+2 |
2007-07-14 | Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066) | Matthias Eble | 2 | -4/+9 |
2007-07-14 | check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo... | Matthias Eble | 2 | -1/+2 |
2007-07-10 | Added examples for new features to check_disk | Matthias Eble | 2 | -0/+6 |
2007-07-10 | Check_disk now calls stat() for all filesystems to check. | Matthias Eble | 3 | -29/+14 |
2007-07-07 | Added -v/--verbose argument to call ldap_perror() for detailed messages on fa... | Matthias Eble | 1 | -6/+16 |
2007-07-07 | Changed output order of print_revision | Matthias Eble | 1 | -6/+5 |
2007-07-07 | Changed print_revision output order in utils.pm | Matthias Eble | 1 | -1/+1 |
2007-07-07 | substituted $ID$ through $Revision$ in print_revision call | Matthias Eble | 1 | -2/+2 |
2007-07-07 | Changed order in -V/--version output | Matthias Eble | 3 | -5/+5 |
2007-07-06 | Added hint to avoid using the boolean type in C as discussed on the devel list | Matthias Eble | 1 | -0/+4 |
2007-06-20 | Fixed default behaviour of check_ldaps | Matthias Eble | 1 | -1/+3 |
2007-06-20 | Clarified check_ldaps behaviour. New arguments to explicitly select secure co... | Matthias Eble | 2 | -36/+64 |
2007-06-20 | added -V/--version to check_cluster | Matthias Eble | 1 | -1/+7 |
2007-06-18 | Make Linux specific plugin check_ide_smart build if appropriate headers are f... | Matthias Eble | 3 | -0/+17 |
2007-06-17 | Minor fixes. | Holger Weiss | 1 | -1/+3 |
2007-06-17 | Fix buffer overflow vulnerabilities when parsing HTTP redirect | Holger Weiss | 2 | -16/+30 |
2007-06-15 | When following redirects, the plugin supported 'Location:' header fields | Holger Weiss | 1 | -1/+13 |
2007-06-15 | `host_name' is a NULL pointer if the "-I" flag is used instead of "-H", | Holger Weiss | 1 | -2/+2 |