summaryrefslogtreecommitdiff
path: root/pysnmp/proto/api
Commit message (Expand)AuthorAgeFilesLines
* 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 importrelease_4_1_12_a_tagelie2009-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
* report var-binds length on lame error-indexelie2006-09-051-1/+1
* * switched to setComponentByPosition() at pyasn1 sequenceselie2006-05-211-4/+4
* switched to setComponentByPosition() at pyasn1 sequenceselie2006-05-211-2/+2
* BulkPDUAPI.setDefaults() addedelie2006-04-241-0/+4
* initial value to Null('') addedelie2006-04-241-3/+3
* python1.5 does not know about boolean constantselie2005-12-161-3/+3
* NetworkAddress exportedelie2005-11-031-0/+1
* comments cleaned upelie2005-06-281-3/+0
* setEndOfMibError() & setNoSuchInstanceError() implementedelie2005-06-242-0/+14
* PDUAPI.getVarBindTable() implementedelie2005-06-221-0/+8
* syntax errelie2005-06-221-1/+1
* end-of-mib management protocol re-workedelie2005-06-222-14/+13
* getTableIndices() replaced with getVarBindTable()elie2005-06-162-48/+22
* * moved from omnielie2005-06-144-0/+340