summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in docstringIlya Etingof2019-09-261-2/+2
* Fix broken SNMPv3 authoritative engine ID discoveryIlya Etingof2019-09-242-2/+2
* Docstring fixIlya Etingof2019-08-111-5/+5
* Fix crash on AES key localizationIlya Etingof2019-08-111-1/+2
* Introduce "wildcard" SNMP engine ID (#297)Ilya Etingof2019-08-112-29/+74
* 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-052-59/+104
* Fix USM configuration for the case of partial keysIlya Etingof2019-08-051-1/+1
* Fix malformed OBJECT-TYPE MAX-ACCESS constantsIlya Etingof2019-08-052-7/+7
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-054-39/+163
* Add missing enumeration to `pysnmpUemKeyType`Ilya Etingof2019-08-041-36/+35
* Add USM master and localized keys configuration support (#295)Ilya Etingof2019-08-037-71/+242
* Fix wrong cherry-picked debug flagIlya Etingof2019-07-301-1/+1
* Make received MIB objects resolution more forgivingIlya Etingof2019-07-302-8/+18
* Make MIB objects resolution more forgivingIlya Etingof2019-07-301-6/+21
* Support various forms of `vacmViewTreeFamilyMask` inputIlya Etingof2019-07-301-1/+1
* Rework VACM access control function (#287)Ilya Etingof2019-07-292-100/+353
* Fix TRAP PDU proxy translationIlya Etingof2019-07-261-14/+12
* Fix `var-bindings` initializationIlya Etingof2019-06-232-3/+7
* Fix `importlib` use on Py27Ilya Etingof2019-04-121-5/+11
* Replace `imp` with `importlib` is availableIlya Etingof2019-04-021-23/+25
* 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-2681-2300/+3832
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-253-6/+6
* Fix variable reference in hlapi/v1arch/ntforgIlya Etingof2019-02-251-2/+2
* 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
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-227-17/+951
* Fix typos in docstringsIlya Etingof2019-02-213-4/+4
* Fix broken `hlapi.isEndOfMib` callableIlya Etingof2019-02-213-3/+3
* 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-1296-302/+390
* 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
* Fix Py2.6 incompatibilityIlya Etingof2019-02-121-41/+41
* Remove legacy "oneliner" API (#240)Ilya Etingof2019-02-103-516/+0
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-1011-349/+3
* Fix misnamed constantsIlya Etingof2019-02-105-29/+30
* Uppercase global constants (#238)Ilya Etingof2019-02-1083-988/+1104
* Fix Command Responder crashIlya Etingof2019-02-101-1/+1
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-0926-169/+158
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-096-58/+58
* Add missing SNMP PDU error classesIlya Etingof2019-02-083-14/+44
* Fix IPV6_TRANSPARENT socket optionIlya Etingof2019-02-072-2/+3
* Do not set IP_PKTINFO socket option on IPv6 socketIlya Etingof2019-02-072-4/+3