summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* fix to smi.builder to explicitly fail on any MIB file access errorelie2015-04-271-9/+19
* catch unresolved OID type when building var-bindselie2015-03-181-1/+4
* UDP/IPv6 support added to asyncio-based transportelie2015-03-083-31/+71
* cosmeticselie2015-03-081-1/+0
* base addressType definedelie2015-03-081-0/+1
* make config.delTransport() returning detached transport objectelie2015-03-071-0/+2
* shutdown transport from closeTransport()elie2015-03-071-0/+6
* fix to smi.builder to explicitly fail on any MIB file access error but ENOENTelie2015-03-071-5/+20
* secure boots file creationelie2015-02-011-4/+8
* ignore expired entries in expire()elie2015-01-301-1/+2
* possible memory leak fixelie2015-01-301-0/+1
* no xrange in Python3elie2015-01-201-2/+2
* missing AbstractTransportAddress addedelie2015-01-203-0/+15
* fix to default/null AgentAddress initializationelie2015-01-201-1/+1
* 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-2011-32/+289
* SnmpEngineBoots may wrap overelie2015-01-071-1/+4
* provide NullHandler for Python < 2.7elie2015-01-071-1/+9
* 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
* * fix ignore impossible errorStatuselie2014-12-191-5/+7
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
* * asyncio transport made compatible with trolliuselie2014-12-156-26/+46
* 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
* missing exception fixelie2014-11-051-1/+1
* initial support for asyncio network transport addedelie2014-11-049-0/+498
* fixes to debug messageselie2014-11-041-2/+2
* nonRepeaters & maxRepetitions position fixelie2014-11-041-9/+9
* * added support for logging into parent application's loggerelie2014-10-271-7/+10
* built-in debugging is now based on Python logging moduleelie2014-10-261-7/+27
* fix to file descriptor leak at MibBuilderelie2014-10-261-1/+4
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-27/+48
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-271-1/+5
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-211-6/+8
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
* .getMibViewController() impementedelie2014-06-171-15/+13
* pylint'edelie2014-06-1711-31/+27
* 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 asyncore-based transport not to use asyncore's cheap inheritanceelie2014-06-141-0/+2
* 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