summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* Add USM master and localized keys configuration supportadd-usm-local-key-configIlya Etingof2019-08-036-42/+159
* Prepare for 4.4.11Ilya Etingof2019-08-011-1/+1
* Make received MIB objects resolution more forgivingv4.4.10release-4.4.10Ilya Etingof2019-07-302-10/+20
* Make MIB objects resolution more forgivingIlya Etingof2019-07-301-5/+18
* Support various forms of `vacmViewTreeFamilyMask` inputIlya Etingof2019-07-301-1/+1
* 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-292-118/+368
* Fix TRAP PDU proxy translationIlya Etingof2019-07-201-12/+12
* Fix `var-bindings` initializationIlya Etingof2019-06-232-3/+6
* Fix `importlib` use on Py27Ilya Etingof2019-04-121-5/+11
* Replace `imp` with `importlib` is availableIlya Etingof2019-04-011-16/+28
* Update periodics call interval on timer resolution changeIlya Etingof2019-03-311-0/+14
* Respect timer resolution in asyncore main loopIlya Etingof2019-03-311-1/+1
* Prepare for 4.4.10Ilya Etingof2019-02-091-1/+1
* Add missing SNMP PDU error classesIlya Etingof2019-02-083-14/+69
* Fix IPV6_TRANSPARENT socket optionIlya Etingof2019-01-142-2/+3
* 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-081-9/+13
* Prepare for 4.4.9Ilya Etingof2019-01-081-1/+1
* Fix Pythonized MIB load in source formIlya Etingof2018-12-301-21/+34
* Prepare for 4.4.8Ilya Etingof2018-12-301-1/+1
* Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`Ilya Etingof2018-12-301-3/+3
* Extend copyright notice to year 2019Ilya Etingof2018-12-29140-140/+140
* Fix wrong `set()` member deletion in `MibBuilder`Ilya Etingof2018-12-251-2/+2
* Fix possible duplicate key condition in `OrderedDict`Ilya Etingof2018-12-251-36/+37
* Fix hlapi LCD to include `contextName` (#217)Ilya Etingof2018-11-038-46/+68
* Expose ASN.1 `Null` type through `rfc1902` moduleIlya Etingof2018-10-261-1/+26
* Use `compile()` before `exec` of MIB modulesIlya Etingof2018-10-261-4/+4
* Fix Sphinx markup for USM crypto algorithm IDsIlya Etingof2018-10-063-14/+80
* Reformat `isAccessAllowed()` for clarityIlya Etingof2018-10-061-13/+30
* Avoid deprecation warnings for asyncio.async() in server mode (#202)Fabrizio Vanni2018-09-261-1/+5
* Ensure distinct transports if timeout/retries differIlya Etingof2018-09-201-1/+4
* Cut for 4.4.7Ilya Etingof2018-09-141-1/+1
* Release 4.4.6v4.4.6Ilya Etingof2018-09-131-1/+1
* Tolerate non-initialised entries in SNMP community tableIlya Etingof2018-09-131-25/+75
* Tolerate duplicate enumerationsIlya Etingof2018-09-091-4/+13
* Fix lcd.unconfigure not removing cached addr value preventing the same target...Ryan Van Gilder2018-09-091-1/+1
* prepare 4.4.6Ilya Etingof2018-08-061-1/+1
* Fix Python 2.4-2.5 except statementv4.4.5Ilya Etingof2018-08-054-20/+40
* Fix PySnmpError implementationIlya Etingof2018-08-051-2/+11
* Add PySnmpError.cause attribute (#168)Ilya Etingof2018-08-051-1/+5
* Fix out-of-scope OID leak in hlapi table (#172)Ilya Etingof2018-08-051-10/+30
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-042-2/+5
* Fix py3.7 syntax error caused by async keyword (#180)Michal Arbet2018-07-312-3/+3
* Fix `Bits` initialization with `namedValues`Ilya Etingof2018-07-201-4/+5