Age | Commit message (Expand) | Author | Files | Lines |
2003-01-29 | 1.8 | Karl DeBisschop | 1 | -2/+2 |
2003-01-29 | Better error if server requests client based certificate (609382 - Olaf Greis) | Ton Voon | 1 | -1/+14 |
2003-01-29 | Exit code added (604837 - Lachlan Cameron-Smith) | Ton Voon | 1 | -3/+2 |
2003-01-29 | Added dummy login test (650970 - Ton Voon) | Ton Voon | 1 | -15/+34 |
2003-01-29 | Error when no params passed, better invalid params message (652086 - Ton Voon) | Ton Voon | 1 | -2/+1 |
2003-01-29 | Fixed NULL status in Solaris (644783 - Fabian Pehla) | Ton Voon | 1 | -8/+6 |
2003-01-28 | typo: had commented use Net::SNMP for testing | Karl DeBisschop | 1 | -1/+1 |
2003-01-28 | make sure host_name is set and remove NULL string inits that can lead to segf... | Karl DeBisschop | 1 | -162/+10 |
2003-01-28 | missed argc check on port parameter | Karl DeBisschop | 1 | -1/+1 |
2003-01-28 | split and validate input more robustly | Karl DeBisschop | 1 | -8/+11 |
2003-01-28 | remove NULL string inits that can lead to segfaults | Karl DeBisschop | 1 | -38/+33 |
2003-01-28 | ps support for Darwin / MacOSX | Ton Voon | 1 | -0/+17 |
2003-01-27 | do not pass host if none is provided | Karl DeBisschop | 1 | -12/+12 |
2003-01-27 | we were sending extra CRLF | Karl DeBisschop | 1 | -12/+14 |
2003-01-19 | indicate new default state in get_rpcinfo, also fix a bunch of indents for co... | Karl DeBisschop | 1 | -11/+11 |
2003-01-17 | bug fix for state and opt_c initialization | Subhendu Ghosh | 1 | -2/+2 |
2003-01-17 | Counter32 tag parsing added | Subhendu Ghosh | 1 | -0/+2 |
2003-01-16 | semicolon needed where progname define was replaced | Karl DeBisschop | 2 | -2/+2 |
2003-01-16 | add option to let regex span newlines | Karl DeBisschop | 1 | -16/+30 |
2003-01-16 | progname and print_usage need to be defined | Karl DeBisschop | 1 | -0/+6 |
2003-01-16 | semicolon needed where praogname define was replced | Karl DeBisschop | 1 | -1/+1 |
2003-01-16 | semicolon needed where praogname define was replced | Karl DeBisschop | 1 | -1/+1 |
2003-01-16 | find kerberos libs in latest Red Hat beta | Karl DeBisschop | 1 | -0/+13 |
2003-01-16 | restore max() macro | Karl DeBisschop | 1 | -0/+2 |
2003-01-16 | cleanup progname assignment | Karl DeBisschop | 1 | -2/+1 |
2003-01-16 | accept $ for share and \\ for users | Karl DeBisschop | 1 | -2/+2 |
2003-01-16 | avoid segfault when host is not given | Karl DeBisschop | 1 | -2/+7 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 3 | -13/+13 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 35 | -239/+234 |
2003-01-13 | change exit status to be POSIX compliant | Karl DeBisschop | 1 | -5/+5 |
2003-01-13 | check for a few null strings, change PROGNAME from #define to const *char | Karl DeBisschop | 1 | -6/+6 |
2003-01-13 | add options for excluding devices and for skipping OK devices in summary | Karl DeBisschop | 1 | -33/+61 |
2003-01-03 | protect against some null strings, make formats more uniform | Karl DeBisschop | 1 | -32/+52 |
2002-12-19 | expect is +OK for SPOP too | Karl DeBisschop | 1 | -1/+1 |
2002-12-19 | server expect not getting set, expect is +OK for POP | Karl DeBisschop | 1 | -2/+2 |
2002-12-19 | remove spurious CRLF | Karl DeBisschop | 1 | -1/+1 |
2002-11-29 | New plugin to check the ICA browse service (used by Citrix Metaframe servers)... | Stanley Hopcroft | 1 | -0/+431 |
2002-11-25 | was segfaulting if no dtat was returnedr1_3_0-beta2 | Karl DeBisschop | 1 | -46/+47 |
2002-11-24 | some fixes needed to move off old devel box | Karl DeBisschop | 1 | -2/+8 |
2002-11-24 | make routine snapshots of nagios and plugin CVS to expand testing | Karl DeBisschop | 1 | -0/+63 |
2002-11-22 | add replace battery condition, replace unchecked strcat calls with asprintf (... | Karl DeBisschop | 1 | -53/+51 |
2002-11-22 | get long args output to work on check_procs by putting incantations with -w a... | Karl DeBisschop | 1 | -62/+62 |
2002-11-22 | get long args output to work on linux check_procs, actually works this time (... | Karl DeBisschop | 1 | -22/+21 |
2002-11-22 | add a few comments, trap a few place where a NULL string might have been handled | Karl DeBisschop | 1 | -11/+9 |
2002-11-22 | get long args output to work on linux check_procs (needs OpenBSD testing) | Karl DeBisschop | 1 | -15/+29 |
2002-11-21 | fix empty output on errors | Karl DeBisschop | 1 | -8/+8 |
2002-11-20 | add switch to evaluate each swap individually | Karl DeBisschop | 1 | -30/+85 |
2002-11-20 | fix solaris SEGV, still need to print meaningful error text | Karl DeBisschop | 1 | -14/+9 |
2002-11-20 | in short options, t no no argument | Karl DeBisschop | 1 | -2/+2 |
2002-11-20 | replace some strcpy with strscpy | Karl DeBisschop | 1 | -5/+5 |