summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-062-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
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-085-25/+0
* 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
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-305-393/+632
* fix potential infinite loop in GETBULK response builderIlya Etingof2018-04-211-1/+1
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2018-04-212-4/+18
|\
| * asyncio.async deprecated since 3.4.4 (#143)Cameron2018-04-212-4/+18
* | fixed zero boots/time values put into SNMPv3 TRAPIlya Etingof2018-04-211-24/+29
* | better InetAddressType rendering fixIlya Etingof2018-04-212-3/+5
|/
* fix InetAddressType renderingIlya Etingof2018-04-192-3/+3
* typo fix in RFC1158::snmpOutReadOnlysIlya Etingof2018-04-131-1/+1
* fix to MibBuilder.version formatIlya Etingof2018-02-251-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-2520-842/+16
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-199-376/+95
* reworking DES module to fit the same pattern a DES3 and AES modulesmattsb42-aws2018-02-141-13/+28
* fixing copy-paste docstring typo in AES modulemattsb42-aws2018-02-141-2/+2
* fixing typo in "crypto.CRYPTOGRAPHY" variable namemattsb42-aws2018-02-124-13/+13
* adding docstrings, cleaning up generic_*crypt missing backend handling, and f...mattsb42-aws2018-02-097-58/+207
* initial migration to backend-selecting cryptomattsb42-aws2018-02-097-60/+184
* 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
* added support for some more fields of SMIv2 MACRO typesIlya Etingof2017-11-062-19/+79
* fix to pysnmp version type at MibBuilderIlya Etingof2017-11-061-1/+1
* make pysnmp version available at MibBuilderIlya Etingof2017-11-051-1/+7