summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.4.11v4.4.11release-4.4.11Ilya Etingof2019-08-111-1/+1
* Fix crash on AES key localizationIlya Etingof2019-08-111-1/+2
* Introduce "wildcard" SNMP engine ID (#297)Ilya Etingof2019-08-112-30/+73
* Pin Twisted on Python < 3.5Ilya Etingof2019-08-102-2/+8
* Move most of SNMP engine discovery code to security moduleIlya Etingof2019-08-063-29/+50
* Fix crashing VACM debuggingIlya Etingof2019-08-051-6/+6
* Fix USM configuration for the case of partial keysIlya Etingof2019-08-041-9/+13
* Do not store incomplete USM keys and improve USM debuggingIlya Etingof2019-08-044-38/+172
* Add missing enumeration to `pysnmpUemKeyType`Ilya Etingof2019-08-041-1/+1
* Add USM master and localized keys configuration support (#295)Ilya Etingof2019-08-039-46/+184
* Prepare for 4.4.11Ilya Etingof2019-08-012-1/+6
* Make received MIB objects resolution more forgivingv4.4.10release-4.4.10Ilya Etingof2019-07-303-13/+23
* Make MIB objects resolution more forgivingIlya Etingof2019-07-302-5/+21
* Support various forms of `vacmViewTreeFamilyMask` inputIlya Etingof2019-07-301-1/+1
* Release 4.4.10Ilya Etingof2019-07-292-2/+2
* Fix Python 2.5 compatibilityIlya Etingof2019-07-291-2/+2
* Fix Python 2.4 compatibilityIlya Etingof2019-07-291-8/+15
* Rework VACM access control function (#287)Ilya Etingof2019-07-295-119/+508
* Fix TRAP PDU proxy translationIlya Etingof2019-07-202-12/+14
* Fix `var-bindings` initializationIlya Etingof2019-06-233-3/+9
* Fix `importlib` use on Py27Ilya Etingof2019-04-121-5/+11
* Replace `imp` with `importlib` is availableIlya Etingof2019-04-012-19/+33
* Update periodics call interval on timer resolution changeIlya Etingof2019-03-312-1/+17
* Respect timer resolution in asyncore main loopIlya Etingof2019-03-312-3/+3
* Prepare for 4.4.10Ilya Etingof2019-02-092-1/+6
* Release 4.4.9v4.4.9Ilya Etingof2019-02-091-2/+2
* Add missing SNMP PDU error classesIlya Etingof2019-02-084-14/+70
* Fix IPV6_TRANSPARENT socket optionIlya Etingof2019-01-143-2/+5
* Do not set IP_PKTINFO socket option on IPv6 socketIlya Etingof2019-01-122-4/+3
* Improve IPV6 debuggingIlya Etingof2019-01-112-4/+12
* Fix socket iov blob dump in debugIlya Etingof2019-01-111-3/+5
* Add `IPV6_V6ONLY` IPV6 socket optionIlya Etingof2019-01-102-2/+3
* Emit low-level sendmsg/recvmsg debuggingIlya Etingof2019-01-102-0/+28
* MIB loader ignores file and directory access errorsIlya Etingof2019-01-082-10/+15
* Prepare for 4.4.9Ilya Etingof2019-01-082-1/+6
* Release 4.4.8v4.4.8Ilya Etingof2018-12-301-1/+1
* Fix Pythonized MIB load in source formIlya Etingof2018-12-302-22/+36
* Prepare for 4.4.8Ilya Etingof2018-12-302-1/+6
* Release 4.4.7v4.4.7Ilya Etingof2018-12-301-1/+1
* Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`Ilya Etingof2018-12-302-3/+5
* Extend copyright notice to year 2019Ilya Etingof2018-12-29144-144/+145
* Switch Travis CI to TrustyIlya Etingof2018-12-291-18/+20
* Fix wrong `set()` member deletion in `MibBuilder`Ilya Etingof2018-12-251-2/+2
* Fix possible duplicate key condition in `OrderedDict`Ilya Etingof2018-12-252-37/+40
* Disable Travis builds for py 2.6, 3.2 & 3.3Ilya Etingof2018-11-031-12/+0
* Fix hlapi LCD to include `contextName` (#217)Ilya Etingof2018-11-039-46/+70
* Expose ASN.1 `Null` type through `rfc1902` moduleIlya Etingof2018-10-263-1/+41
* Use `compile()` before `exec` of MIB modulesIlya Etingof2018-10-262-5/+7
* Fix Sphinx markup for USM crypto algorithm IDsIlya Etingof2018-10-064-16/+88
* Reformat `isAccessAllowed()` for clarityIlya Etingof2018-10-061-13/+30