summaryrefslogtreecommitdiff
path: root/pysnmp/proto
Commit message (Expand)AuthorAgeFilesLines
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0339-39/+39
* fixed 3DES key localization bugIlya Etingof2017-12-301-0/+7
* 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-1740-40/+40
* make sure to pass an initializer to ASN.1 Null()-based objectsIlya Etingof2017-10-191-3/+3
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-183-6/+4
* Let NetworkAddress be cloned from another NetworkAddress (#93)Eugene M. Kim2017-10-141-3/+5
* Render NetworkAddress indices (#87)Eugene M. Kim2017-10-091-0/+51
* fixed Bits.clone()/subtype()Ilya Etingof2017-10-061-9/+11
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-051-3/+3
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-053-3/+3
* fixed Bits.prettyPrint() crashIlya Etingof2017-09-181-2/+2
* better partial SNMP message decodingIlya Etingof2017-08-251-2/+4
* unnecessary OctetString.prettyOut override removedIlya Etingof2017-08-111-13/+0
* fail gracefully when sha2 suite is not availableIlya Etingof2017-08-031-15/+19
* refactor digest size getter into property, handle the case of unavailable cryptoIlya Etingof2017-08-039-54/+69
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-0312-67/+211
* backward compatible OctetString specializationIlya Etingof2017-07-231-2/+18
* better pyasn1 types specializationIlya Etingof2017-07-231-48/+4
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-134-27/+14
* renamed "OIDs are not increasing" message for clarityIlya Etingof2017-07-131-1/+1
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-276-35/+106
* minor pep8 improvementsIlya Etingof2017-05-277-53/+55
* typo in class nameIlya Etingof2017-04-041-1/+1
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-042-49/+28
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-032-2/+4
* more concise unknown PDU event handlingIlya Etingof2017-03-231-10/+7
* fixed crash when unknown PDU reporting is attemptedIlya Etingof2017-03-221-3/+1
* more efficient getOidValIlya Etingof2017-03-141-4/+1
* fix to accidentally reset error-status field in SNMPv1 PDUIlya Etingof2017-03-112-2/+2
* fixes to pyasn1 OctetString inheritanceIlya Etingof2017-02-271-18/+12
* v2c.IpAddress is a bit more constrained than v1.IpAddressIlya Etingof2017-02-141-1/+1
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-146-49/+48
* fix to invalid-msg-counter incrementIlya Etingof2017-02-121-8/+4
* typoIlya Etingof2017-02-091-1/+1
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-091-1/+1
* pyasn1 SEQUENCE iteration rules changeIlya Etingof2017-02-041-3/+8
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1239-39/+39
* Fixes to key localization code for AES192/256Ilya Etingof2016-08-211-5/+5
* Reeder key localization refactoredIlya Etingof2016-08-214-13/+15
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-214-2/+72
* cosmetic fixes to 3DES fixesIlya Etingof2016-08-211-4/+3
* Cleaned up code as per Illya's comments.Bob Reese2016-08-151-7/+6
* This fixes two errors SNMPV3 des3 privacy support.Bob Reese2016-08-081-22/+11
* fix to 3DES key localization procedureIlya Etingof2016-07-305-11/+16