summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose USM_* constants to `hlapi` top-level scopeIlya Etingof2019-08-053-60/+105
* Fix USM configuration for the case of partial keysIlya Etingof2019-08-051-1/+1
* Fix malformed OBJECT-TYPE MAX-ACCESS constantsIlya Etingof2019-08-053-13/+13
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-055-39/+166
* Add missing enumeration to `pysnmpUemKeyType`Ilya Etingof2019-08-041-36/+35
* Add USM master and localized keys configuration support (#295)Ilya Etingof2019-08-0310-75/+267
* Add more time (90 mins) for test scripts to runIlya Etingof2019-07-311-1/+1
* Prepare for 4.4.11Ilya Etingof2019-07-311-0/+5
* Use SPDX identifier to specify the exact license type (#291)Yegor Yefremov2019-07-311-1/+1
* Do not run asyncio examples under Python < 3.3Ilya Etingof2019-07-301-1/+1
* Fix wrong cherry-picked debug flagIlya Etingof2019-07-301-1/+1
* Make received MIB objects resolution more forgivingIlya Etingof2019-07-303-11/+21
* Make MIB objects resolution more forgivingIlya Etingof2019-07-302-6/+24
* Support various forms of `vacmViewTreeFamilyMask` inputIlya Etingof2019-07-301-1/+1
* Release 4.4.10Ilya Etingof2019-07-302-2/+2
* Rework VACM access control function (#287)Ilya Etingof2019-07-295-102/+494
* Fix TRAP PDU proxy translationIlya Etingof2019-07-262-14/+14
* Update FUNDING.ymlIlya Etingof2019-07-071-1/+1
* Create FUNDING.ymlIlya Etingof2019-07-041-0/+1
* Fix `var-bindings` initializationIlya Etingof2019-06-233-3/+10
* Fix `importlib` use on Py27Ilya Etingof2019-04-121-5/+11
* Replace `imp` with `importlib` is availableIlya Etingof2019-04-022-23/+34
* Fix SNMP version in Twisted example (#246)Jorge Cabrera2019-03-051-1/+1
* Fix `MibBuilder.loadModules()` no respect missing MIB failureIlya Etingof2019-02-271-13/+15
* Fix missing variable references in SMI instrumentationIlya Etingof2019-02-261-0/+4
* Drop legacy `pysnmp.carrier.asynsock`Ilya Etingof2019-02-264-31/+0
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-2688-2308/+3846
* Skip tests requiring broadcast featureIlya Etingof2019-02-251-1/+1
* Fix some ntforg example scripts not using trapOIDIlya Etingof2019-02-252-2/+2
* Fix failing example scriptsIlya Etingof2019-02-255-7/+9
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-254-7/+7
* Fix variable reference in hlapi/v1arch/ntforgIlya Etingof2019-02-251-2/+2
* Include missing `hlapi.v1arch` subpackage in `setup.py`Ilya Etingof2019-02-251-0/+1
* Ensure TRAP PDU consistency in v1archIlya Etingof2019-02-235-114/+186
* Harden v2c->v1 TRAP PDU translation against incomplete var-bindsIlya Etingof2019-02-221-3/+26
* Fix typos in the docstringsIlya Etingof2019-02-227-23/+16
* Add more time for test scripts to runIlya Etingof2019-02-221-1/+1
* Update CHANGES noting recent changesIlya Etingof2019-02-221-1/+12
* Run asyncio example scripts in testIlya Etingof2019-02-221-2/+6
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-2220-17/+1489
* Fix typos in docstringsIlya Etingof2019-02-213-4/+4
* Fix broken `hlapi.isEndOfMib` callableIlya Etingof2019-02-213-3/+3
* Fix asyncio v3arch notification exampleIlya Etingof2019-02-181-16/+6
* Fix some of the rebuilt MIBsIlya Etingof2019-02-182-7/+32
* PEP-8 included MIB modules (#243)Ilya Etingof2019-02-1733-1980/+12211
* PEP8 optimize imports (#242)Ilya Etingof2019-02-1297-303/+391
* Remove the remnants of hlapi.v1arch.asyncore.sync.compatIlya Etingof2019-02-121-9/+3
* Remove the remnants of hlapi.asyncore.syncIlya Etingof2019-02-121-19/+0
* Reformat example scripts for easier reading (#241)Ilya Etingof2019-02-12157-823/+1371
* Fix Py2.6 incompatibilityIlya Etingof2019-02-121-41/+41