summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* the `append` option added to .setObjects()Ilya Etingof2017-11-052-9/+21
* Fix non-implied-OID-to-index conversion (#98)Eugene M. Kim2017-10-231-1/+1
* 4.4.2Ilya Etingof2017-10-231-1/+1
* make sure to pass an initializer to ASN.1 Null()-based objectsIlya Etingof2017-10-191-3/+3
* fixed non-translated PDU version retries at CommandGeneratorIlya Etingof2017-10-181-1/+11
* make sure not to pass `None` to SMI .setValue()Ilya Etingof2017-10-182-0/+15
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-186-11/+9
* fixed TestAndIncr implementationIlya Etingof2017-10-181-1/+1
* Fix InetAddress-to-InetAddressIPv{4,6} index cast (#97)Eugene M. Kim2017-10-181-3/+1
* Let NetworkAddress be cloned from another NetworkAddress (#93)Eugene M. Kim2017-10-141-3/+5
* Do not cache indices with a mutable index value (#94)Eugene M. Kim2017-10-141-2/+7
* Improve documentation of varBindTable returned by bulkCmd() (#91)Eugene M. Kim2017-10-123-21/+74
* Fix OID type matching in ObjectType.resolveWithMib (#90)Eugene M. Kim2017-10-101-1/+1
* Render NetworkAddress indices (#87)Eugene M. Kim2017-10-092-1/+53
* fixed Bits.clone()/subtype()Ilya Etingof2017-10-061-9/+11
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-052-4/+11
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-053-3/+3
* Catch and pass exceptions to Twisted deferredIlya Etingof2017-10-052-22/+49
* Catch and pass exceptions to asyncio futures (#82)Eugene M. Kim2017-10-052-17/+49
* Fix implied string index rendering (#84)Eugene M. Kim2017-10-051-1/+1
* fixed Bits.prettyPrint() crashIlya Etingof2017-09-181-2/+2
* better partial SNMP message decodingIlya Etingof2017-08-251-2/+4
* fixed indices rendering for InetAddressIPv6 typeIlya Etingof2017-08-134-14/+15
* fix to .setFromName() to preserve its arg typeIlya Etingof2017-08-121-1/+0
* unnecessary OctetString.prettyOut override removedIlya Etingof2017-08-111-13/+0