summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update FUNDING.ymlHEADmasterIlya Etingof2019-12-151-1/+1
* Add SNMP agent with multiple SNMP context example scriptIlya Etingof2019-11-122-0/+87
* Improve the setuptools version check (#322)Michael Weiss2019-11-071-1/+1
* Travis CI: Add Python 3.8 (#321)Christian Clauss2019-11-062-35/+14
* Fix typo in docstringIlya Etingof2019-09-261-2/+2
* Release 4.4.12Ilya Etingof2019-09-241-1/+1
* Fix broken SNMPv3 authoritative engine ID discoveryIlya Etingof2019-09-243-4/+6
* Add examples on master&localized keys useIlya Etingof2019-08-133-0/+126
* Docstring fixIlya Etingof2019-08-111-5/+5
* Prepare for 4.4.12Ilya Etingof2019-08-111-0/+5
* Release 4.4.11Ilya Etingof2019-08-111-2/+2
* Fix crash on AES key localizationIlya Etingof2019-08-111-1/+2
* Introduce "wildcard" SNMP engine ID (#297)Ilya Etingof2019-08-112-29/+74
* Pin Twisted on Python < 3.5Ilya Etingof2019-08-101-1/+2
* Move SNMP engine discovery code to security moduleIlya Etingof2019-08-103-32/+49
* Fix crashing VACM debuggingIlya Etingof2019-08-101-4/+4
* 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