summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-6/+6
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-7/+5
2004-12-03fixes for internationalizationBenoit Mortier1-3/+4
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-25/+10
2004-11-24Making messages more consistentTon Voon1-1/+1
2004-02-28checks for warn in check_num() mistakenly referred to crit limitsKarl DeBisschop1-2/+2
2004-02-20spell fix "received"Karl DeBisschop1-1/+1
2003-11-12clean up compiler warningsKarl DeBisschop1-18/+8
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-1/+6
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-30/+43
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-1/+1
2003-08-07reorder for consistency (no code changes)Karl DeBisschop1-157/+176
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-7/+7
2003-08-02markupf for translationKarl DeBisschop1-26/+22
2003-08-02markup for translationKarl DeBisschop1-2/+2
2003-08-02markup for translationKarl DeBisschop1-92/+108
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Karl DeBisschop1-2/+3
2003-04-07Removed unnecessary regex arrayTon Voon1-1/+0
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-02-18OID type prefix patch [Patches-679403]Subhendu Ghosh1-0/+2
2003-02-03Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf)Ton Voon1-0/+2
2003-01-17Counter32 tag parsing addedSubhendu Ghosh1-0/+2
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-6/+5
2002-11-16my take on Subhendu's patches, plus a few comments for clarityKarl DeBisschop1-100/+85
2002-11-15memory bounds in options, no output comparison caseSubhendu Ghosh1-9/+10
2002-11-15fix label handling, replace accidentally deleted elseif l.310Karl DeBisschop1-16/+19
2002-11-11should use asprintfSubhendu Ghosh1-5/+5
2002-11-11more snmpv3 patchesSubhendu Ghosh1-23/+13
2002-11-11long opt for miblist, snmpv3 support (rosenauer)Subhendu Ghosh1-6/+113
2002-11-11option to specify a miblist - llowSubhendu Ghosh1-8/+16
2002-11-11misc doc fix, missing verbose optionSubhendu Ghosh1-7/+11
2002-11-09cleaner handling of DEFAULT_PORTKarl DeBisschop1-4/+1
2002-11-09define and use usage3 where second part of message is a an int/charKarl DeBisschop1-3/+3
2002-11-08user reports NULL still getting into asprintfKarl DeBisschop1-8/+4
2002-11-07bugfixes to command format and (null) text created by asprintf switchKarl DeBisschop1-7/+6
2002-10-21cleanup process_arguments, print_help, and print_usageKarl DeBisschop1-115/+174
2002-10-20fixed scanning for multiple OIDs, which was not workingKarl DeBisschop1-89/+62
2002-10-20change ssprintf to asprintfKarl DeBisschop1-11/+8
2002-08-01re-patched exit state comparisonSubhendu Ghosh1-3/+3
2002-08-01port option added, -c support net-snmpv5, complete response string outputSubhendu Ghosh1-13/+16
2002-06-24printf bug for large numbers - Jeff MurraySubhendu Ghosh1-1/+1
2002-06-19more POSIX return value comparison related code fixesSubhendu Ghosh1-3/+13
2002-02-28Initial revisionEthan Galstad1-0/+805