summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413
Commit message (Expand)AuthorAgeFilesLines
* async command generator documented + fixeselie2015-09-173-24/+306
* * documenting async command generatorelie2015-09-173-10/+112
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1411-342/+1338
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-062-284/+347
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* implementation of the multiple targets functionality moved from .sendPdu()elie2015-06-031-68/+66
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-315-474/+175
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-171-0/+13
* catch unresolved OID type when building var-bindselie2015-03-181-1/+4
* no xrange in Python3elie2015-01-201-2/+2
* fix to non-int slices (not supported in Python 2.4elie2015-01-201-2/+1
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-5/+17
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-011-39/+35
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
* * asyncio transport made compatible with trolliuselie2014-12-152-8/+9
* asyncio-backed SNMP Applications APIs redesigned for better usability inelie2014-11-162-96/+10
* getNextVarBinds() will always cast passed var-binds into pyasn1elie2014-11-161-1/+1
* initial support for asyncio network transport addedelie2014-11-043-0/+245
* fixes to debug messageselie2014-11-041-2/+2
* nonRepeaters & maxRepetitions position fixelie2014-11-041-9/+9
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-27/+48
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-271-1/+5
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
* .getMibViewController() impementedelie2014-06-171-15/+13
* pylint'edelie2014-06-174-22/+19
* converted to the latest API that supports more data to be usedelie2014-06-171-16/+63
* use sendPduHandle term for clarity and unificationelie2014-06-161-38/+38
* BULK API correctionelie2014-06-161-4/+4
* major re-write aiming at:elie2014-06-162-98/+169
* cosmetic fixelie2014-06-161-24/+24
* fix to auth objects cleanup codeelie2014-06-151-1/+1
* fix to bulk command optionselie2014-06-091-1/+2
* fix to CB stack unwindingelie2014-06-091-0/+1
* sendNotification() API correctionelie2014-06-092-8/+9
* API visual unification:elie2014-06-091-16/+21
* ContextData container introduced to the newest (async) APIelie2014-06-093-32/+48
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-043-585/+649
* 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
* oneliner transport object now supports setLocalAddress() method toelie2013-12-191-1/+6
* fix to BULK CommandGenerator to use the same nonRepeaters OIDs acrosselie2013-11-231-0/+4
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-172-149/+301
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-102-55/+61
* 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
* disptacher vs transport compatibiilty verification moved intoelie2013-06-212-0/+5