summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Fix var-bind initialization from ObjectIdentity at hlapi"Ilya Etingof2018-07-051-4/+4
* Fix typo in docstringIlya Etingof2018-07-052-5/+5
* Fix var-bind initialization from ObjectIdentity at hlapiIlya Etingof2018-07-051-4/+4
* Fix scoping bug in asyncio wrapperIlya Etingof2018-07-042-7/+7
* Fix typosIlya Etingof2018-07-031-1/+1
* VACM contextName memory leak fix followupIlya Etingof2018-04-241-2/+2
* VACM contextName memory leakk fixIlya Etingof2018-04-242-5/+29
* fix potential infinite loop in GETBULK response builderIlya Etingof2018-04-211-1/+1
* asyncio.async deprecated since 3.4.4 (#143)Cameron2018-04-212-4/+18
* better InetAddressType rendering fixIlya Etingof2018-04-212-3/+5
* fix InetAddressType renderingIlya Etingof2018-04-192-3/+3
* 4.4.5Ilya Etingof2018-04-091-1/+1
* typo fix in RFC1158::snmpOutReadOnlysIlya Etingof2018-04-091-1/+1
* Some documentation clarifications (#125)Mike C. Fletcher2018-01-131-0/+2
* copyright notice extendedv4.4.4Ilya Etingof2018-01-03141-141/+141
* fixed 3DES key localization bugIlya Etingof2017-12-302-1/+8
* cosmetic code fixesIlya Etingof2017-12-212-2/+12
* preserve SNMPv1 error-status when proxying to SNMPv2cIlya Etingof2017-12-171-7/+5
* fixed missing SmiError class at proto.frc1155Ilya Etingof2017-12-141-0/+1
* added missing SHA2 support for Blumenthal key localizationIlya Etingof2017-12-031-8/+14
* named bits fix at rfc1902.BitsIlya Etingof2017-12-031-29/+8
* migrated references from SourceForge (#110)Ilya Etingof2017-11-17144-167/+167
* missing get/setReference() added to SNMPv2-SMI::NotificationTypeIlya Etingof2017-11-111-8/+29
* fixed SNMPv3 retries algorithm inconsistencies (#106)Ilya Etingof2017-11-112-21/+34