summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413
Commit message (Expand)AuthorAgeFilesLines
...
* use sendPduHandle term for clarity and unificationelie2014-06-161-38/+38
* BULK API correctionelie2014-06-161-4/+4
* cosmetic fixelie2014-06-161-24/+24
* fix to CB stack unwindingelie2014-06-091-0/+1
* sendNotification() API correctionelie2014-06-091-2/+2
* API visual unification:elie2014-06-091-16/+21
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-042-580/+642
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-251-0/+4
* do not cache snmpEngineId & snmpAdminString at CommandGenerator to let itelie2014-03-211-5/+3
* passing request details to access control callback made simplerelie2014-01-081-11/+17
* fix to BULK CommandGenerator to use the same nonRepeaters OIDs acrosselie2013-11-231-0/+4
* sendRequestHandle made persistent across multiple iterationselie2013-10-101-24/+20
* fix to sendNotification() error handlingelie2013-10-051-4/+8
* cosmeticselie2013-09-231-1/+2
* pretty print contextEngineId in debugelie2013-08-011-4/+4
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-044-4/+3
* missing imports, non-existing variables as suggested by linterelie2013-06-032-1/+2
* break cyclic references at CommandResponder and NotificationReceiver appselie2013-05-132-2/+4
* Multi-lingual capabilities of all CommandGenerator & NotificationOriginator ...elie2013-05-052-106/+85
* timing reporting in debug mode improvedelie2013-03-151-1/+1
* typos fixedelie2013-02-091-2/+2
* Standard SNMP Apps and built-in proxy now ignores malformed errorIndexelie2013-02-072-4/+4
* cast non-default contextName into pyasn1 object to avoid Py3K comparationelie2013-01-051-0/+4
* typoselie2012-12-161-1/+1
* * The missing functionality of passing Response PDU contents of INFORMelie2012-12-151-10/+25
* standard SNMPv3 Apps hardened to catch protocol-related exceptions andelie2012-12-142-178/+264
* the contextName parameter of context.SnmpContext() made optionalelie2012-12-021-1/+1
* the missing functionality of NOTIFICATION-TYPE objects being looked upelie2012-11-281-15/+18
* use system uptime and trap OID values from SNMP engine's instrumentationelie2012-11-261-6/+2
* cast additionalVarBinds into ObjectIdentifier typeelie2012-11-251-2/+4
* fix to isAccessAllowed() error handling at NotificationOriginator. Systemelie2012-11-251-4/+4
* __context -> snmpContext for clarityelie2012-11-241-7/+5
* cast contextEngineId into proper typeelie2012-11-241-4/+5
* defaulted value for additionalVarBinds changed from None to ()elie2012-09-291-6/+5
* obsolete warningelie2012-08-121-0/+4
* more info to exceptionelie2012-07-261-1/+1
* make mib lookup exception more prettyelie2012-07-261-2/+1
* fix to CommandGenerator's SNMPv3 engine autodiscovery algorithmelie2012-07-221-1/+8
* Next&Bilk CommandGenerators split into single-run and iterative versionselie2012-07-221-58/+33
* catch wrong stateMduHandle conditionelie2012-07-212-0/+8
* the NoSuchInstanceError exception class is no more inherits fromelie2012-07-201-2/+2
* fix to Notification Originator to make it communicating a singleelie2012-07-201-19/+37
* catch missing tags at getTargetNames()elie2012-07-201-0/+3
* fix to sendNotification() to make it actually sending manyelie2012-07-191-2/+4
* LCD configuration caching is implemented that improves performance ofelie2012-07-161-118/+217
* use sysUpTime value whenever it is included in Notification PDU, otheriweseelie2012-07-071-7/+15
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-041-0/+1
* cast snmpLocalDomain-typed address object into a string to make itelie2012-06-301-0/+2
* fix to SNMPv2 exception objects handling at the NEXT OIDs calculationelie2012-05-251-1/+3