aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_snmp.c
AgeCommit message (Expand)Author
2004-12-30more internationalization fixesGravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-08patch 1028033Gravatar Benoit Mortier
2004-12-05Fix for -s string matching (#756567, Tony Missana)Gravatar Matthew Kent
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03fixes for internationalizationGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-11-24Making messages more consistentGravatar Ton Voon
2004-02-28checks for warn in check_num() mistakenly referred to crit limitsGravatar Karl DeBisschop
2004-02-20spell fix "received"Gravatar Karl DeBisschop
2003-11-12clean up compiler warningsGravatar Karl DeBisschop
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-07reorder for consistency (no code changes)Gravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02markupf for translationGravatar Karl DeBisschop
2003-08-02markup for translationGravatar Karl DeBisschop
2003-08-02markup for translationGravatar Karl DeBisschop
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Gravatar Karl DeBisschop
2003-04-07Removed unnecessary regex arrayGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-02-18OID type prefix patch [Patches-679403]Gravatar Subhendu Ghosh
2003-02-03Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf)Gravatar Ton Voon
2003-01-17Counter32 tag parsing addedGravatar Subhendu Ghosh
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2002-11-16my take on Subhendu's patches, plus a few comments for clarityGravatar Karl DeBisschop
2002-11-15memory bounds in options, no output comparison caseGravatar Subhendu Ghosh
2002-11-15fix label handling, replace accidentally deleted elseif l.310Gravatar Karl DeBisschop
2002-11-11should use asprintfGravatar Subhendu Ghosh
2002-11-11more snmpv3 patchesGravatar Subhendu Ghosh
2002-11-11long opt for miblist, snmpv3 support (rosenauer)Gravatar Subhendu Ghosh
2002-11-11option to specify a miblist - llowGravatar Subhendu Ghosh
2002-11-11misc doc fix, missing verbose optionGravatar Subhendu Ghosh
2002-11-09cleaner handling of DEFAULT_PORTGravatar Karl DeBisschop
2002-11-09define and use usage3 where second part of message is a an int/charGravatar Karl DeBisschop
2002-11-08user reports NULL still getting into asprintfGravatar Karl DeBisschop
2002-11-07bugfixes to command format and (null) text created by asprintf switchGravatar Karl DeBisschop
2002-10-21cleanup process_arguments, print_help, and print_usageGravatar Karl DeBisschop
2002-10-20fixed scanning for multiple OIDs, which was not workingGravatar Karl DeBisschop
2002-10-20change ssprintf to asprintfGravatar Karl DeBisschop
2002-08-01re-patched exit state comparisonGravatar Subhendu Ghosh
2002-08-01port option added, -c support net-snmpv5, complete response string outputGravatar Subhendu Ghosh
2002-06-24printf bug for large numbers - Jeff MurrayGravatar Subhendu Ghosh