summaryrefslogtreecommitdiff
path: root/pysnmp/proto/api/v1.py
Commit message (Expand)AuthorAgeFilesLines
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-211-6/+8
* 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-111-8/+12
* 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-121-4/+3
* 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-211-11/+17
* make use of ASN.1 scalars for defaultselie2011-01-211-10/+14
* 'self' shadowing in lambda fixeselie2010-12-121-1/+1
* * getVarBindTable() does not filter SNMP exception values anymoreelie2010-11-141-1/+5
* 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-031-7/+6
* 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-2/+2
* 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
* setEndOfMibError() & setNoSuchInstanceError() implementedelie2005-06-241-0/+6
* syntax errelie2005-06-221-1/+1
* end-of-mib management protocol re-workedelie2005-06-221-12/+5
* getTableIndices() replaced with getVarBindTable()elie2005-06-161-33/+12
* * moved from omnielie2005-06-141-0/+212