summaryrefslogtreecommitdiff
path: root/pysnmp/proto
Commit message (Expand)AuthorAgeFilesLines
* Fix broken SNMPv3 authoritative engine ID discoveryIlya Etingof2019-09-242-2/+2
* Fix crash on AES key localizationIlya Etingof2019-08-111-1/+2
* Introduce "wildcard" SNMP engine ID (#297)Ilya Etingof2019-08-111-24/+59
* Move SNMP engine discovery code to security moduleIlya Etingof2019-08-102-31/+42
* Fix crashing VACM debuggingIlya Etingof2019-08-101-4/+4
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-052-15/+69
* Fix wrong cherry-picked debug flagIlya Etingof2019-07-301-1/+1
* Rework VACM access control function (#287)Ilya Etingof2019-07-291-81/+319
* Fix TRAP PDU proxy translationIlya Etingof2019-07-261-14/+12
* Fix `var-bindings` initializationIlya Etingof2019-06-232-3/+7
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-2631-1153/+1786
* 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