summaryrefslogtreecommitdiff
path: root/pysnmp/proto
Commit message (Expand)AuthorAgeFilesLines
* Harden v2c->v1 TRAP PDU translation against incomplete var-bindsIlya Etingof2019-02-221-3/+26
* PEP8 optimize imports (#242)Ilya Etingof2019-02-1233-137/+176
* Fix Py2.6 incompatibilityIlya Etingof2019-02-121-41/+41
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-102-7/+1
* Uppercase global constants (#238)Ilya Etingof2019-02-1029-439/+502
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-096-34/+37
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-092-3/+3
* Add missing SNMP PDU error classesIlya Etingof2019-02-081-6/+7
* Extend copyright notice to year 2019Ilya Etingof2018-12-3038-38/+38
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-292-5/+10
* Expose ASN.1 `Null` type through `rfc1902` moduleIlya Etingof2018-10-261-1/+26
* Reformat `isAccessAllowed()` for clarityIlya Etingof2018-10-061-13/+30
* 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
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-122-6/+38
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-062-2/+5
* Fix `Bits` initialization with `namedValues`Ilya Etingof2018-07-201-4/+5
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-301-4/+5
* fixed zero boots/time values put into SNMPv3 TRAPIlya Etingof2018-04-211-24/+29
* many backward-compatibility aids droppedIlya Etingof2018-02-252-6/+1
* strong crypto moved to pysnmpcryptoIlya Etingof2018-02-194-36/+94
* adding docstrings, cleaning up generic_*crypt missing backend handling, and f...mattsb42-aws2018-02-093-9/+9
* initial migration to backend-selecting cryptomattsb42-aws2018-02-093-60/+9
* 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