summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Parts of SMIv1 remnant MIBs added to provide complete compatibility withelie2015-04-273-0/+69
* fix to smi.builder to explicitly fail on any MIB file access errorelie2015-04-272-10/+21
* catch unresolved OID type when building var-bindselie2015-03-181-1/+4
* UDP/IPv6 support added to asyncio-based transportelie2015-03-085-32/+169
* cosmeticselie2015-03-081-1/+0
* base addressType definedelie2015-03-081-0/+1
* make config.delTransport() returning detached transport objectelie2015-03-0716-13/+22
* 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-072-5/+22
* version correctionelie2015-02-121-1/+1
* version bumpelie2015-02-121-1/+1
* 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
* typoselie2015-01-282-2/+2
* 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-2017-33/+659
* 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-072-1/+37
* updatedelie2015-01-011-1/+1
* test OIDs updatedelie2015-01-011-2/+2
* OIDs modifiedelie2015-01-011-2/+2
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-013-41/+39
* * fix ignore impossible errorStatuselie2014-12-192-5/+9
* updatedelie2014-12-161-1/+1
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
* Trollius first mentionedelie2014-12-151-1/+2
* SET example addedelie2014-12-151-0/+99
* trollius examples addedelie2014-12-157-0/+794
* code formatting improvedelie2014-12-153-101/+101
* * asyncio transport made compatible with trolliuselie2014-12-156-26/+46
* note on python version addedelie2014-11-167-0/+14
* asyncio-backed SNMP Applications APIs redesigned for better usability inelie2014-11-167-289/+217
* 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-0419-1/+1213
* fixes to debug messageselie2014-11-041-2/+2
* nonRepeaters & maxRepetitions position fixelie2014-11-043-11/+11
* * added support for logging into parent application's loggerelie2014-10-271-7/+10
* built-in debugging is now based on Python logging moduleelie2014-10-262-7/+28
* fix to file descriptor leak at MibBuilderelie2014-10-262-1/+5
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-183-29/+53
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-272-1/+7
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-212-6/+10