summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc3412.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-130/+174
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-5/+9
* Uppercase global constants (#238)Ilya Etingof2019-02-101-21/+21
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-6/+6
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-291-2/+2
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-131-0/+8
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-271-8/+17
* minor pep8 improvementsIlya Etingof2017-05-271-3/+3
* more concise unknown PDU event handlingIlya Etingof2017-03-231-10/+7
* fixed crash when unknown PDU reporting is attemptedIlya Etingof2017-03-221-3/+1
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* converted to new-style classesIlya Etingof2016-06-121-1/+1
* pep8 reformattedIlya Etingof2016-04-031-39/+57
* copyright updatedelie2015-12-291-1/+1
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-4/+4
* copyright notice added to source codeelie2015-11-201-1/+6
* linted the bad-continuation issue as well as some otherselie2015-10-171-70/+30
* linted for trailing whitespaceselie2015-10-171-162/+116
* possible memory leak fixelie2015-01-301-0/+1
* clean up request queue on pysnmp-level processing failure, not justelie2014-03-241-3/+2
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-19/+101
* missing imports, non-existing variables as suggested by linterelie2013-06-031-2/+2
* fix to exceptions handling at MsgAndPduDispatcher.sendPdu() to avoidelie2013-05-041-3/+13
* timing reporting in debug mode improvedelie2013-03-151-2/+2
* better formattingelie2012-08-161-1/+1
* comment addedelie2012-07-221-1/+1
* typo fix to snmpInASNParseErrs MIB variableelie2012-05-151-2/+2
* fix to exception handling at decodeMessageVersion() caller to preventelie2012-05-141-1/+1
* transport dispatcher now provides its own time expressed inelie2011-11-271-4/+7
* exlicit repr() calls replaced with '%r'elie2011-11-081-2/+2
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-12/+14
* MsgAndPduDsp expectResponse parameters passing reworked.elie2011-02-121-9/+14
* randomize initials in numeric sequences; grow serial number rangeselie2011-02-111-1/+1
* cache is an external objectelie2011-02-111-42/+15
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-26/+27
* The error-indication codes moved from literals to objectselie2010-12-251-5/+5
* log sendPdu() callback context in debug modeelie2010-07-101-1/+1
* SNMP message debugging printout improvedelie2010-06-231-2/+2
* some more debugging addedelie2010-02-031-1/+1
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-221-0/+18
* MsgAndPduDispatcher now takes optional MibInstrumController instanceelie2008-02-051-4/+8
* don't import unused moduleselie2007-04-061-2/+0
* handle possibly empty PDU in debuggingelie2007-02-141-1/+1
* PDU debugging addedelie2006-09-291-0/+6
* debugging addedelie2006-09-061-11/+28
* cache more details on request before sending it out to make sureelie2006-09-051-5/+5
* still need to figure out how to best release state infoelie2006-07-121-1/+2