summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* WIP: gracefully shutdown asyncio dispatcherasyncio-dispatcher-fixesIlya Etingof2016-11-054-52/+82
* Fixes to key localization code for AES192/256Ilya Etingof2016-08-211-5/+5
* Reeder key localization refactoredIlya Etingof2016-08-218-24/+32
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-215-4/+78
* cosmetic fixes to 3DES fixesIlya Etingof2016-08-211-4/+3
* Cleaned up code as per Illya's comments.Bob Reese2016-08-151-7/+6
* This fixes two errors SNMPV3 des3 privacy support.Bob Reese2016-08-081-22/+11
* fix to 3DES key localization procedureIlya Etingof2016-07-305-11/+16
* fix to pythonnized MIB loading when only .pyc files are presentIlya Etingof2016-07-031-15/+16
* keep some classes old-style for a whileIlya Etingof2016-06-132-14/+16
* converted to new-style classesIlya Etingof2016-06-1237-55/+55
* pypi download badge addedIlya Etingof2016-06-121-1/+0
* fix to SNMP engine boot counter persistenceIlya Etingof2016-05-071-7/+2
* make sure to close/remove temporary filesIlya Etingof2016-05-071-0/+6
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* fix to wrong import in docstring examplesIlya Etingof2016-04-082-5/+5
* pep8 reformattedIlya Etingof2016-04-059-65/+126
* pep8 reformattedIlya Etingof2016-04-051-31/+57
* pep8 reformattedIlya Etingof2016-04-0328-840/+2182
* pep8 reformattedIlya Etingof2016-04-0322-281/+635
* pep8 reformattedIlya Etingof2016-04-0268-541/+1029
* pep8 reformattedIlya Etingof2016-04-014-7/+18
* pep8 fixesIlya Etingof2016-03-303-2/+20
* multiple fixed to NotificationTypeIlya Etingof2016-03-071-4/+14
* bumped to 4.3.3 and minor fixeselie2016-02-202-6/+5
* fix to missing next() in Python 2.5 at pysnmp.hlapielie2016-02-132-0/+14
* better reporting of missing pysmielie2016-02-131-3/+7
* fix to OctetString.prettyOut() to pretty-print Python 3 bytes withoutelie2015-12-311-0/+14
* TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for betterelie2015-12-301-16/+18
* copyright updatedelie2015-12-29134-134/+134
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-192-26/+58
* fix to NotificationOriginator to cope with unspecified user callableelie2015-12-191-3/+4
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-128-20/+20
* fix to SNMP counters importelie2015-12-121-5/+5
* * SNMP table row consistency check added. This change may breakelie2015-11-223-39/+57
* missing doc strings on MIB loading addedelie2015-11-201-0/+202
* copyright notice added to source codeelie2015-11-20135-106/+803
* pass ObjectIdentity.tagSet to inner OIDelie2015-11-071-2/+2
* fix to OID->label map build in presence of multiple first-layer OID tree nodeselie2015-11-071-10/+12
* some more pep8'ingelie2015-11-047-92/+75
* fix to MIB builder to fail gracefully on corrupted MIB package encounterelie2015-11-041-1/+4
* cosmeticselie2015-10-253-3/+3
* fixed OID resolution issues that roots at node 0 and 2elie2015-10-251-6/+8
* unused variables droppedelie2015-10-185-7/+4
* some more random linter warnings fixedelie2015-10-178-41/+44
* linted for bad-whitespace and some other issueselie2015-10-1748-808/+428
* linted the bad-continuation issue as well as some otherselie2015-10-1735-1969/+1095
* multiple-statements-in-one-line linted outelie2015-10-1728-203/+483