summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-20spell fix "received"Karl DeBisschop1-1/+1
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Karl DeBisschop1-2/+3
2003-04-07Removed unnecessary array for AIX compile (reported by Alwyn Cherrington)Ton Voon1-1/+0
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