summaryrefslogtreecommitdiff
path: root/pysnmp/proto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* keep some classes old-style for a whileIlya Etingof2016-06-131-1/+1
* converted to new-style classesIlya Etingof2016-06-1213-16/+16
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* pep8 reformattedIlya Etingof2016-04-0322-281/+635
* pep8 reformattedIlya Etingof2016-04-0218-240/+390
* pep8 fixesIlya Etingof2016-03-301-2/+6
* fix to OctetString.prettyOut() to pretty-print Python 3 bytes withoutelie2015-12-311-0/+14
* copyright updatedelie2015-12-2937-37/+37
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-192-26/+58
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-124-14/+14
* fix to SNMP counters importelie2015-12-121-5/+5
* copyright notice added to source codeelie2015-11-2037-23/+237
* unused variables droppedelie2015-10-181-1/+0