summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-266-105/+231
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-251-2/+2
* Ensure TRAP PDU consistency in v1archIlya Etingof2019-02-231-22/+40
* PEP8 optimize imports (#242)Ilya Etingof2019-02-126-23/+30
* Remove legacy "oneliner" API (#240)Ilya Etingof2019-02-103-516/+0
* Uppercase global constants (#238)Ilya Etingof2019-02-106-55/+55
* Fix Command Responder crashIlya Etingof2019-02-101-1/+1
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-094-16/+16
* Add missing SNMP PDU error classesIlya Etingof2019-02-081-2/+14
* Extend copyright notice to year 2019Ilya Etingof2018-12-309-6/+522
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-291-66/+153
* Refactor MIB state machine into asynchronous operations (#210)Ilya Etingof2018-10-242-129/+134
* Convert to async MIB instrumentation API (#209)Ilya Etingof2018-10-131-61/+78
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-28/+2
* 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-258-633/+2
* copyright notice extendedv4.4.4Ilya Etingof2018-01-039-9/+9
* migrated references from SourceForge (#110)Ilya Etingof2017-11-179-9/+9
* fixed SNMPv3 retries algorithm inconsistencies (#106)Ilya Etingof2017-11-112-21/+34
* fixed non-translated PDU version retries at CommandGeneratorIlya Etingof2017-10-181-1/+11
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-051-1/+8
* import error fixIlya Etingof2017-05-291-1/+1
* minor pep8 improvementsIlya Etingof2017-05-274-67/+65
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-129-9/+9
* converted to new-style classesIlya Etingof2016-06-127-10/+10
* pep8 reformattedIlya Etingof2016-04-029-129/+238
* copyright updatedelie2015-12-299-9/+9
* fix to NotificationOriginator to cope with unspecified user callableelie2015-12-191-3/+4
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-1/+1
* copyright notice added to source codeelie2015-11-209-3/+51
* unused variables droppedelie2015-10-181-1/+0
* linted for bad-whitespace and some other issueselie2015-10-177-370/+151
* linted the bad-continuation issue as well as some otherselie2015-10-174-439/+214
* multiple-statements-in-one-line linted outelie2015-10-173-9/+22
* linted for trailing whitespaceselie2015-10-179-71/+70
* fixed crash at oneliner compatibility code on EOM responseelie2015-10-102-22/+40
* missing compatibility modules revivedelie2015-09-273-0/+405
* spaceelie2015-09-271-1/+1
* * fix to wrong callback being called on SNMP engine errorelie2015-09-271-31/+24
* * getNextVarBinds() signature changedelie2015-09-271-60/+37
* implementation of the multiple targets functionality moved from .sendPdu()elie2015-06-031-68/+66
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-312-77/+84
* fix to non-int slices (not supported in Python 2.4elie2015-01-201-2/+1
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-5/+17
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
* getNextVarBinds() will always cast passed var-binds into pyasn1elie2014-11-161-1/+1
* fixes to debug messageselie2014-11-041-2/+2
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-271-1/+5
* pylint'edelie2014-06-172-16/+14