Age | Commit message (Expand) | Author | Files | Lines |
2006-06-20 | cleaning help and usage + license | Benoit Mortier | 1 | -22/+36 |
2006-05-25 | Use coreutils' regexp libraries, so regexp always available now | Ton Voon | 1 | -15/+1 |
2006-05-24 | Variables need to be declared at top of code for better portability | Ton Voon | 1 | -1/+1 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -2/+2 |
2005-06-01 | only load mibs if needed or specified - patch 1212395 | Subhendu Ghosh | 1 | -10/+32 |
2005-05-25 | support for getnext - 1106430 | Subhendu Ghosh | 1 | -2/+18 |
2005-05-25 | v2c support - 1155754 | Subhendu Ghosh | 1 | -1/+4 |
2005-04-05 | This is a first cut at adding performance data to check_snmp. I wasn't sure | Harper Mann | 1 | -5/+18 |
2005-01-21 | Tracker 1106378 fixed - The -t (timeout) arg was not handled correctly when p... | Harper Mann | 1 | -7/+18 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -11/+7 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -5/+3 |
2004-12-08 | patch 1028033 | Benoit Mortier | 1 | -1/+1 |
2004-12-05 | Fix for -s string matching (#756567, Tony Missana) | Matthew Kent | 1 | -1/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -6/+6 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -7/+5 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -3/+4 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -1/+1 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -25/+10 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -1/+1 |
2004-02-28 | checks for warn in check_num() mistakenly referred to crit limits | Karl DeBisschop | 1 | -2/+2 |
2004-02-20 | spell fix "received" | Karl DeBisschop | 1 | -1/+1 |
2003-11-12 | clean up compiler warnings | Karl DeBisschop | 1 | -18/+8 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -1/+6 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -30/+43 |
2003-08-08 | fix a variety of compiler warnings about qualifier discards and other pedanti... | Karl DeBisschop | 1 | -1/+1 |
2003-08-07 | reorder for consistency (no code changes) | Karl DeBisschop | 1 | -157/+176 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -7/+7 |
2003-08-02 | markupf for translation | Karl DeBisschop | 1 | -26/+22 |
2003-08-02 | markup for translation | Karl DeBisschop | 1 | -2/+2 |
2003-08-02 | markup for translation | Karl DeBisschop | 1 | -92/+108 |
2003-05-09 | cause snmpget try try for 1 second less than the timeout (allowing plugin to ... | Karl DeBisschop | 1 | -2/+3 |
2003-04-07 | Removed unnecessary regex array | Ton Voon | 1 | -1/+0 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -8/+1 |
2003-02-18 | OID type prefix patch [Patches-679403] | Subhendu Ghosh | 1 | -0/+2 |
2003-02-03 | Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf) | Ton Voon | 1 | -0/+2 |
2003-01-17 | Counter32 tag parsing added | Subhendu Ghosh | 1 | -0/+2 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -6/+5 |
2002-11-16 | my take on Subhendu's patches, plus a few comments for clarity | Karl DeBisschop | 1 | -100/+85 |
2002-11-15 | memory bounds in options, no output comparison case | Subhendu Ghosh | 1 | -9/+10 |
2002-11-15 | fix label handling, replace accidentally deleted elseif l.310 | Karl DeBisschop | 1 | -16/+19 |
2002-11-11 | should use asprintf | Subhendu Ghosh | 1 | -5/+5 |
2002-11-11 | more snmpv3 patches | Subhendu Ghosh | 1 | -23/+13 |
2002-11-11 | long opt for miblist, snmpv3 support (rosenauer) | Subhendu Ghosh | 1 | -6/+113 |
2002-11-11 | option to specify a miblist - llow | Subhendu Ghosh | 1 | -8/+16 |
2002-11-11 | misc doc fix, missing verbose option | Subhendu Ghosh | 1 | -7/+11 |
2002-11-09 | cleaner handling of DEFAULT_PORT | Karl DeBisschop | 1 | -4/+1 |