summaryrefslogtreecommitdiff
path: root/pysnmp/entity
Commit message (Expand)AuthorAgeFilesLines
* asynchronous notification originator documented + fixes here and thereelie2015-09-173-6/+123
* async command generator documented + fixeselie2015-09-173-24/+306
* * documenting async command generatorelie2015-09-174-11/+115
* Sphinxedelie2015-09-161-0/+32
* * 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-052-2/+2
* 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-317-481/+212
* - 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
* make config.delTransport() returning detached transport objectelie2015-03-071-0/+2
* secure boots file creationelie2015-02-011-4/+8
* no xrange in Python3elie2015-01-201-2/+2
* fix to non-int slices (not supported in Python 2.4elie2015-01-201-2/+1
* fix to possible uninitialized snmpEngineIDelie2015-01-201-1/+3
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-202-10/+31
* SnmpEngineBoots may wrap overelie2015-01-071-1/+4
* first attempt to make SNMP Engine settings persistent across rebootselie2015-01-071-1/+35
* 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
* fix to observer removalelie2014-11-161-2/+2
* 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-175-23/+21
* 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