summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: gracefully shutdown asyncio dispatcherasyncio-dispatcher-fixesIlya Etingof2016-11-0510-67/+116
|
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2016-11-051-1/+1
|\
| * Merge pull request #22 from johnthagen/pip-install-packageIlya Etingof2016-11-051-1/+1
| |\ | | | | | | Use pip to install local package
| | * Use pip to install local package.johnthagen2016-10-311-1/+1
| | |
* | | switched from PyCrypto to PyCryptodomeIlya Etingof2016-11-055-5/+6
|/ /
* | missing piece added to hlapi docIlya Etingof2016-11-031-1/+3
| |
* | minor fix to hlapi docIlya Etingof2016-11-031-1/+0
| |
* | Merge pull request #24 from johnthagen/patch-2Ilya Etingof2016-11-031-1/+1
|\ \ | | | | | | [DOC] Fix function call
| * | Fix function calljohnthagen2016-11-021-1/+1
| |/ | | | | Not familiar with the API well enough to know if this is the correct fix or not.
* | Merge pull request #26 from johnthagen/patch-3Ilya Etingof2016-11-031-1/+1
|\ \ | | | | | | Fix pip sphinx install command
| * | Fix pip sphinx install commandjohnthagen2016-11-021-1/+1
| |/
* | Merge pull request #27 from johnthagen/patch-4Ilya Etingof2016-11-031-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typojohnthagen2016-11-021-1/+1
| |/
* | Merge pull request #28 from johnthagen/patch-5Ilya Etingof2016-11-031-2/+2
|\ \ | |/ |/| Minor grammar fixes
| * Minor grammar fixesjohnthagen2016-11-021-2/+2
|/
* Merge pull request #21 from johnthagen/pyversions-badgeIlya Etingof2016-10-291-0/+1
|\ | | | | Add badge to show Python version support
| * Fix badge links.johnthagen2016-10-281-1/+1
| |
| * Add badge to show Python verion support.johnthagen2016-10-271-0/+1
| |
* | Merge pull request #20 from johnthagen/python-classifiersIlya Etingof2016-10-291-0/+8
|\ \ | |/ |/| Add explicit Python version support classifiers
| * Add explicit Python version support classifiers.johnthagen2016-10-271-0/+8
|/
* Fixes to key localization code for AES192/256Ilya Etingof2016-08-211-5/+5
|
* Reeder key localization refactoredIlya Etingof2016-08-219-24/+34
|
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-216-4/+84
|
* cosmetic fixes to 3DES fixesIlya Etingof2016-08-213-5/+5
|
* Merge pull request #11 from rbreesems/snmpv3_3des_fixIlya Etingof2016-08-211-22/+10
|\ | | | | This fixes two errors SNMPV3 des3 privacy support.
| * 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
|/ | | | | | | | 1. Key localization is now done as specified in https://tools.ietf.org/html/draft-reeder-snmpv3-usm-3desede-00 and not as in https://tools.itef.org/pdf/draft_bluementhal-aes-usm-04.txt which is only for AES. 2. Crypt/Decrypt functions were broken; they were doing unnecessary extra work. Tested with Cisco IOS 15.1 (cisco 890 services router) and Cisco Modeling Labs Router (Cisco IOS 15.4).
* updated IP address for demo.snmplabs.com in examplesIlya Etingof2016-07-3040-112/+113
|
* fix to 3DES key localization procedureIlya Etingof2016-07-306-11/+17
|
* fix to pythonnized MIB loading when only .pyc files are presentIlya Etingof2016-07-032-15/+18
|
* keep some classes old-style for a whileIlya Etingof2016-06-132-14/+16
| | | | | | | Keep classes taking part in multiple inheritance old-style till pyasn1 types become new-style. Also changed order of multiple inheritance of TextualConvention to make sure its methods take precedence.
* converted to new-style classesIlya Etingof2016-06-1240-58/+59
|
* pypi download badge addedIlya Etingof2016-06-122-1/+1
|
* include SMI examplesIlya Etingof2016-05-115-4/+83
|
* better examples on MIB compilerIlya Etingof2016-05-112-3/+43
|
* fix to SNMP engine boot counter persistenceIlya Etingof2016-05-072-7/+3
|
* make sure to close/remove temporary filesIlya Etingof2016-05-071-0/+6
|
* web page analytics files now conditionally includedIlya Etingof2016-04-202-4/+12
|
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
|
* TRAP example addedIlya Etingof2016-04-121-0/+22
|
* missing comma fixIlya Etingof2016-04-121-1/+1
|
* fixes to end-of-docstring sentinelIlya Etingof2016-04-082-2/+2
|
* fix to wrong import in docstring examplesIlya Etingof2016-04-082-5/+5
|
* pep8 reformattedIlya Etingof2016-04-0510-67/+128
|
* 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-015-49/+64
|
* pep8 reformattedIlya Etingof2016-04-0159-337/+342
|