summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/cmdrsp.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-19/+23
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-4/+7
* Uppercase global constants (#238)Ilya Etingof2019-02-101-9/+9
* Fix Command Responder crashIlya Etingof2019-02-101-1/+1
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-4/+4
* Add missing SNMP PDU error classesIlya Etingof2019-02-081-2/+14
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-291-66/+153
* Refactor MIB state machine into asynchronous operations (#210)Ilya Etingof2018-10-241-125/+130
* Convert to async MIB instrumentation API (#209)Ilya Etingof2018-10-131-61/+78
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-301-50/+101
* fix potential infinite loop in GETBULK response builderIlya Etingof2018-04-211-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-251-3/+0
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* minor pep8 improvementsIlya Etingof2017-05-271-8/+8
* 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-021-17/+31
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-0/+6
* linted for bad-whitespace and some other issueselie2015-10-171-13/+13
* linted the bad-continuation issue as well as some otherselie2015-10-171-128/+65
* multiple-statements-in-one-line linted outelie2015-10-171-1/+2
* linted for trailing whitespaceselie2015-10-171-18/+18
* API visual unification:elie2014-06-091-16/+21
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-251-0/+4
* passing request details to access control callback made simplerelie2014-01-081-11/+17
* cosmeticselie2013-09-231-1/+2
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+1
* break cyclic references at CommandResponder and NotificationReceiver appselie2013-05-131-0/+1
* typos fixedelie2013-02-091-2/+2
* typoselie2012-12-161-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-41/+47
* * state information handling improvedelie2011-03-251-14/+25
* fix to MIB operation failure handling at CommandResponderBase.processPduelie2011-03-241-2/+4
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-3/+3
* The error-indication codes moved from literals to objectselie2010-12-251-7/+7
* allow standard SNMP apps to choose access control method to useelie2010-12-011-3/+2
* typoelie2010-11-301-1/+1
* CommandResponder API now supports async mode of operationelie2010-11-291-33/+48
* fix to GETBULK handler to do a by-column MIB walk, not by-rowelie2010-11-131-15/+17
* another fix to genErr errorIndex generationelie2010-11-121-2/+2
* fix to CommandResponder not to return out-of-range errorIndex along with genErrelie2010-11-121-2/+2
* catch possible empty Counter64 syntax values at SNMPv1 translation codeelie2010-09-241-0/+1
* fix to CommandResponder app to skip Counter64 SMI values when respondingelie2010-09-231-4/+13
* unused variable droppedelie2010-09-231-5/+2
* fix to SNMPv1 PDU handlingelie2010-09-231-1/+6
* some more 'app' debugging addedelie2010-07-141-4/+15