summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* avoid extra recursionelie2008-04-281-1/+1
* make use of nextid.py for unique IDs generationelie2008-04-273-32/+24
* initial revisionelie2008-04-271-0/+30
* re-built with the latest libsmi & libsmi2pysnmp toolselie2008-02-0512-53/+292
* typoelie2008-02-051-1/+1
* MsgAndPduDispatcher now takes optional MibInstrumController instanceelie2008-02-051-4/+8
* SnmpEngine constructor now takes optional MsgAndPduDispatcher instanceelie2008-02-051-2/+6
* unloadModules() now workselie2008-02-051-0/+1
* use getLabel() SMI object method when building MIB tree in additionelie2008-02-041-3/+6
* MibBuilder.loadTexts flag addedelie2008-02-031-1/+2
* fix to IpAddress translation to match it with setVarBinds() APIelie2008-01-141-8/+1
* __indexMib() unmangled to let users put around mutex in subclasselie2007-12-201-9/+9
* release SM state information on response data mismatchelie2007-11-261-0/+2
* release SM state information properlyelie2007-11-261-1/+8
* fix to confirmed class memberselie2007-11-251-1/+1
* security information is now released in most (not all!) cases,elie2007-11-251-1/+5
* __cmp__ methods added to __hash__ ones in configuration classes to matchelie2007-11-251-1/+3
* configuration classes made hashable to track their committmentelie2007-11-231-0/+7
* fix to response timeout roundup codeelie2007-11-232-4/+4
* AsynsockDispatcher now uses its own socket map by default for MTelie2007-11-161-2/+3
* fixes to TRAP PDU translation from v1 to v2c and vice versaelie2007-10-051-18/+28
* default TRAP AgentAddress to local IP interfaceelie2007-10-051-1/+7
* fixes to % formattingelie2007-09-202-7/+7
* disable implicit registration at asyncore's default socket mapelie2007-09-031-0/+5
* sequence index must be integer (in Python < 2.5)elie2007-08-291-1/+1
* handle noSuchName error on v1 -> v2c PDU convertionelie2007-08-151-7/+15
* switch to appropriate PDU api upon PDU version convertionelie2007-08-151-1/+3
* explicitly destroy transport on CommanGenerator unconfigurationelie2007-08-151-3/+5
* handle EBADFD socket error whenever present on the platformelie2007-08-141-3/+8
* errorIndex should be a one-based valueelie2007-08-141-12/+13
* setSocketMap() addedelie2007-08-131-6/+9
* exception class now supports update() mapping type methodelie2007-08-111-0/+1
* fix to SET CommandResponder according to RFC1905 4.2.5elie2007-08-111-4/+10
* typoelie2007-07-241-1/+1
* swap tagIds of noSuchInstance with noSuchObjectelie2007-07-121-2/+2
* added support for AES cipher (rfc3826)elie2007-07-099-60/+220
* allow plain Python values in var-binds (invokes MIB lookup)elie2007-05-282-0/+25
* use notificationName whenever given, use default SNMPv2-MIB::snmpTrapOIDelie2007-05-282-1/+9
* report cached peer SNMP engine data on MP debuggingelie2007-05-181-0/+2
* don't import unused moduleselie2007-04-061-2/+0
* ignore some more socket errorselie2007-04-041-6/+11
* to make sure LCD keys will never clash somewhere, add semantic-sensitiveelie2007-04-032-4/+4
* build groupName from hashed securityName to always fit constraintselie2007-04-031-2/+2
* build LCD tables keys from a hased mix of input parameters to makeelie2007-04-032-4/+4
* __repr__() added to CommunityData and UsmUserDataelie2007-04-031-0/+13
* merge per-view VACM shortcuts into a universal add/delVacmUser() toelie2007-04-021-64/+64
* rolled back process elapsed time based timestamping as it make things moreelie2007-03-301-12/+4
* attempt to use process elapsed time (whenever available) forelie2007-03-301-5/+13
* fix to timeframe arithmeticselie2007-03-301-4/+4
* automatically initialize usmUserSecurityName columnar object instanceelie2007-03-291-1/+27