summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve IPV6 debuggingIlya Etingof2019-02-072-4/+12
* Fix socket iov blob dump in debugIlya Etingof2019-02-071-3/+5
* Add `IPV6_V6ONLY` IPV6 socket optionIlya Etingof2019-02-072-2/+3
* Emit low-level sendmsg/recvmsg debuggingIlya Etingof2019-02-072-0/+28
* Uninitialized MibSclarInstance -> noSuchInstanceIlya Etingof2019-01-101-4/+4
* MIB loader ignores file and directory access errorsIlya Etingof2019-01-081-9/+13
* Fix Pythonized MIB load in source formIlya Etingof2018-12-301-21/+34
* Extend copyright notice to year 2019Ilya Etingof2018-12-30153-143/+815
* Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`Ilya Etingof2018-12-301-3/+3
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-2913-755/+3002
* Fix hlapi/v1arch GETNEXT EOM processingIlya Etingof2018-12-291-3/+6
* Fix hlapi/v1arch request timeoutIlya Etingof2018-12-293-5/+4
* 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-34/+50
* 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
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2018-10-263-215/+269
|\
| * Refactor MIB state machine into asynchronous operations (#210)Ilya Etingof2018-10-243-215/+269
* | Fix typosIlya Etingof2018-10-171-1/+1
|/
* Convert to async MIB instrumentation API (#209)Ilya Etingof2018-10-133-71/+101
* Fix Sphinx markup for USM crypto algorithm IDsIlya Etingof2018-10-063-14/+76
* 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
* Accommodate changed `.writeVars` signatureIlya Etingof2018-09-141-2/+2
* Release 4.4.6Ilya Etingof2018-09-131-1/+1
* Tolerate non-initialised entries in SNMP community table (#195)Ilya 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
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-1240-244/+2319
* VACM contextName memory leak fix followupIlya Etingof2018-08-061-2/+2
* VACM contextName memory leak fixIlya Etingof2018-08-062-5/+29
* Fix PySnmpError implementationIlya Etingof2018-08-061-2/+11
* Add PySnmpError.cause attributeIlya Etingof2018-08-061-1/+5
* Fix out-of-scope OID leak in hlapi tableIlya Etingof2018-08-061-10/+30