summaryrefslogtreecommitdiff
path: root/pysnmp/proto/api
Commit message (Expand)AuthorAgeFilesLines
* Fix `var-bindings` initializationIlya Etingof2019-06-232-3/+7
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-263-39/+114
* PEP8 optimize imports (#242)Ilya Etingof2019-02-124-6/+17
* Uppercase global constants (#238)Ilya Etingof2019-02-102-5/+6
* Extend copyright notice to year 2019Ilya Etingof2018-12-304-4/+4
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-122-6/+38
* copyright notice extendedv4.4.4Ilya Etingof2018-01-034-4/+4
* migrated references from SourceForge (#110)Ilya Etingof2017-11-174-4/+4
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-181-3/+1
* better partial SNMP message decodingIlya Etingof2017-08-251-2/+4
* more efficient getOidValIlya Etingof2017-03-141-4/+1
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-142-21/+19
* typoIlya Etingof2017-02-091-1/+1
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-091-1/+1
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-124-4/+4
* converted to new-style classesIlya Etingof2016-06-121-4/+4
* pep8 reformattedIlya Etingof2016-04-024-57/+123
* copyright updatedelie2015-12-293-3/+3
* copyright notice added to source codeelie2015-11-203-0/+18
* unused variables droppedelie2015-10-181-1/+0
* linted for bad-whitespace and some other issueselie2015-10-173-11/+11
* multiple-statements-in-one-line linted outelie2015-10-172-39/+76
* linted for trailing whitespaceselie2015-10-172-6/+6
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-211-6/+8
* check for end-of-octets in versionelie2014-02-011-1/+3
* missing module reference addedelie2014-01-291-1/+1
* fix to decodeMessageVersion() to withstand broken messageselie2014-01-291-2/+7
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-2/+2
* Packet-level SNMP API (pysnmp.proto.api) getErrorIndex() method can nowelie2013-02-071-1/+3
* * Types defined within SNMPv1/v2c data structures (rfc1157.py/rfc1905.py)elie2012-07-112-21/+30
* v2c exception objects now visibleelie2012-05-251-0/+4
* replace pyasn1 exceptions with pysnmp oneelie2012-05-151-3/+8
* fix to api.v2c.getVarBindTable() to ignore possible non-rectangularelie2012-04-041-1/+3
* use errorIndex at setEndOfMibError()elie2012-04-021-0/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-4/+4
* keep a Null object instance around to save on frequent instantiationselie2011-10-122-4/+4
* better fix to the v1 Trap PDU initialization issueelie2011-09-211-1/+1
* randomize initials in numeric sequences; grow serial number rangeselie2011-02-111-1/+1
* * fix to PDU component addressing at TrapPDUAPI.getVarBinds()elie2011-02-111-8/+13
* skip constraints checking af VarBind objectelie2011-01-221-1/+1
* * pre-compute some more ASN.1 constantselie2011-01-212-16/+22
* make use of ASN.1 scalars for defaultselie2011-01-212-16/+25
* 'self' shadowing in lambda fixeselie2010-12-121-1/+1
* snmpTrapCommunity addedelie2010-12-051-0/+1
* * getVarBindTable() does not filter SNMP exception values anymoreelie2010-11-142-16/+12
* getVarBindTable() fixed and simplifiedelie2010-11-141-32/+26
* fix to socket importelie2009-12-031-1/+1
* * missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxyelie2009-12-032-7/+22
* make use of nextid.py for unique IDs generationelie2008-04-271-10/+2
* default TRAP AgentAddress to local IP interfaceelie2007-10-051-1/+7