summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* CommandResponder API now supports async mode of operationelie2010-11-291-33/+48
* AgentCapabilities & ModuleCompliance addedelie2010-11-291-5/+68
* security fix: do not store peer SNMP engine timeline from a non-authenticatedelie2010-11-191-34/+37
* prettyPrint() takes an optional argelie2010-11-181-3/+6
* * getVarBindTable() does not filter SNMP exception values anymoreelie2010-11-144-29/+39
* SNMP exception values moved to rfc1905elie2010-11-141-7/+4
* exception values re-workedelie2010-11-141-17/+20
* version addedelie2010-11-141-0/+1
* OIDs carrying SNMP exception values may not be increasingelie2010-11-141-2/+2
* SNMP exception values exported from rfc1905 and made printableelie2010-11-142-8/+29
* getVarBindTable() fixed and simplifiedelie2010-11-141-32/+26
* catch potential empty response condition at GETNEXT/GETBULK receiverelie2010-11-141-2/+7
* fix to GETBULK handler to do a by-column MIB walk, not by-rowelie2010-11-131-15/+17
* another fix to genErr errorIndex generationelie2010-11-121-2/+2
* fix to CommandResponder not to return out-of-range errorIndex along with genErrelie2010-11-121-2/+2
* fix to noauth/nopriv security module so that it would not crash SNMPelie2010-11-122-0/+15
* fix to wrong exceptions usedelie2010-11-063-9/+7
* MibTableColumn instances now build value-to-column-instance mapelie2010-11-052-9/+47
* typo to non-increasing OIDs catcher fixedelie2010-10-081-1/+1
* catch a non-increasing OID condition in Next/Bulk commands responseselie2010-10-081-2/+22
* catch possible empty Counter64 syntax values at SNMPv1 translation codeelie2010-09-241-0/+1
* fix to protocol translator code to handle Counter64 type in v2c-to-v1elie2010-09-231-2/+7
* fix to CommandResponder app to skip Counter64 SMI values when respondingelie2010-09-232-10/+19
* return authoritative contextEngineId & contextName on phase oneelie2010-09-231-3/+6
* unused variable droppedelie2010-09-231-5/+2
* fix to SNMPv1 PDU handlingelie2010-09-232-2/+10
* fix to allow authenticated ReportPDU generationelie2010-09-211-12/+19
* default snmpEngineId value generation improvedelie2010-09-211-8/+12
* typo fixedelie2010-09-201-2/+2
* Multiple instances of the same transport domain now supported.elie2010-09-173-6/+6
* ContextEngineId&ContextName parameters passing implemented atelie2010-09-171-28/+52
* lexicographic walking mode now supported at oneliner CommandGeneratorelie2010-09-071-4/+15
* fix to SNMP error propagation at Twisted driver (SF tracker ID 3054505)elie2010-08-311-111/+8
* fix to handle (fail gracefully) zero-length user passwordelie2010-07-221-1/+1