summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* CommandGenerator should have access to mibViewController instanceelie2011-03-151-0/+4
* attempt to handle non-printable chars at TextualConvention.prettyOutelie2011-03-151-0/+2
* fix to MIB builder by-extension module filtering code to cope with .pywelie2011-03-101-27/+32
* fix to Bits initialization from named bitelie2011-02-271-1/+1
* GetNext/GetBulk response processing logic moved to getNextVarBinds()elie2011-02-121-30/+33
* MsgAndPduDsp expectResponse parameters passing reworked.elie2011-02-123-14/+26
* randomize initials in numeric sequences; grow serial number rangeselie2011-02-113-3/+7
* cosmetic fix to msgID usageelie2011-02-111-3/+6
* sync versions of oneliner apps split off async implementation for clarityelie2011-02-112-23/+57
* cache is an external objectelie2011-02-112-42/+46
* internal cache split off security modules to facilitate code reuseelie2011-02-114-28/+32
* peel cache management code off base MP class to facilitate code reuseelie2011-02-114-120/+117
* * fix to PDU component addressing at TrapPDUAPI.getVarBinds()elie2011-02-111-8/+13
* snmpMsgSpec management re-arrangedelie2011-01-233-6/+6
* formattingelie2011-01-231-3/+1
* cache MIB columnar objects instance ID <-> symbolic representation mappingelie2011-01-232-2/+48
* make IPv4 address generator more efficientelie2011-01-221-2/+2
* for read queries, do not lookup pure OID arguments at MIB for efficiencyelie2011-01-221-19/+17
* skip constraints checking af VarBind objectelie2011-01-221-1/+1
* updatedelie2011-01-211-1/+1
* unused getVersionSpecifics() droppedelie2011-01-211-2/+0
* * pre-compute some more ASN.1 constantselie2011-01-216-51/+113
* make use of ASN.1 scalars for defaultselie2011-01-212-16/+25
* avoid setting PDU defaults to save on unnecessary initialization.elie2011-01-211-8/+8
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-214-13/+16
* columnar indices <-> values convertion code optimizedelie2011-01-211-44/+38
* default debug.logger is now just a zero value instead of an objectelie2011-01-201-1/+3
* unnecessary len() and tuple() calls removed from hotspotselie2011-01-201-9/+7
* introduce the MibInstrumControlle.readVarsFast() method (which skipselie2011-01-202-4/+14
* python < 2.2 specific code removedelie2011-01-203-60/+2
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-2027-378/+353
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-1617-60/+356
* initial revisionelie2010-12-261-0/+126
* The error-indication codes moved from literals to objectselie2010-12-2516-99/+99
* defers management changed to make [previously re-worked] Twisted API moreelie2010-12-131-8/+10
* callback API changed to make it simpler and mode uniform with the rest ofelie2010-12-131-4/+14
* 'self' shadowing resolvedelie2010-12-121-6/+6
* twisted reactor not neededelie2010-12-121-1/+1
* 'self' shadowing in lambda fixeselie2010-12-122-3/+3
* * send [an empty] snmpTrapCommunity at v1ToV2()elie2010-12-051-6/+9
* comment addedelie2010-12-051-1/+1
* snmpTrapCommunity addedelie2010-12-051-0/+1
* fix to non-response var-binds translation at rfc2576.v2ToV1()elie2010-12-051-1/+2
* fix to GETBULK table collection code to make it stripping uneven rowselie2010-12-041-0/+7
* allow standard SNMP apps to choose access control method to useelie2010-12-012-6/+4
* fix to dummy encryptData()/decryptData() APIelie2010-12-012-2/+2
* fix to possibly leaking/crashing SNMP EngineID timeline cache managementelie2010-12-011-2/+10
* void access control module implementedelie2010-12-012-1/+22
* fix to dummy decryptData interfaceelie2010-12-012-8/+4
* typoelie2010-11-301-1/+1