summaryrefslogtreecommitdiff
path: root/pysnmp/entity
Commit message (Expand)AuthorAgeFilesLines
* Fix USM configuration for the case of partial keysIlya Etingof2019-08-051-1/+1
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-051-23/+91
* Add USM master and localized keys configuration support (#295)Ilya Etingof2019-08-031-21/+42
* Support various forms of `vacmViewTreeFamilyMask` inputIlya Etingof2019-07-301-1/+1
* Rework VACM access control function (#287)Ilya Etingof2019-07-291-19/+34
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-269-192/+429
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-251-2/+2
* Ensure TRAP PDU consistency in v1archIlya Etingof2019-02-231-22/+40
* PEP8 optimize imports (#242)Ilya Etingof2019-02-128-37/+54
* Remove legacy "oneliner" API (#240)Ilya Etingof2019-02-103-516/+0
* Uppercase global constants (#238)Ilya Etingof2019-02-108-115/+119
* Fix Command Responder crashIlya Etingof2019-02-101-1/+1
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-095-18/+18
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-091-38/+38
* Add missing SNMP PDU error classesIlya Etingof2019-02-081-2/+14
* Extend copyright notice to year 2019Ilya Etingof2018-12-3012-9/+525
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-292-115/+221
* Fix hlapi LCD to include `contextName` (#217)Ilya Etingof2018-11-031-3/+3
* Refactor MIB state machine into asynchronous operations (#210)Ilya Etingof2018-10-242-129/+134
* Convert to async MIB instrumentation API (#209)Ilya Etingof2018-10-132-62/+80
* Fix Sphinx markup for USM crypto algorithm IDsIlya Etingof2018-10-061-0/+2
* Accommodate changed `.writeVars` signatureIlya Etingof2018-09-141-2/+2
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-28/+2
* VACM contextName memory leak fix followupIlya Etingof2018-08-061-2/+2
* VACM contextName memory leak fixIlya Etingof2018-08-061-4/+24
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-302-137/+223
* fix potential infinite loop in GETBULK response builderIlya Etingof2018-04-211-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-259-679/+5
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0312-12/+12
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1712-12/+12
* fixed SNMPv3 retries algorithm inconsistencies (#106)Ilya Etingof2017-11-112-21/+34
* fixed non-translated PDU version retries at CommandGeneratorIlya Etingof2017-10-181-1/+11
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-051-1/+8
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-0/+9
* Fixed issue on windows with engine-boots not properly being written. (#64)rwallen2017-07-081-1/+2
* import error fixIlya Etingof2017-05-291-1/+1
* minor pep8 improvementsIlya Etingof2017-05-276-76/+71
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1212-12/+12
* Reeder key localization refactoredIlya Etingof2016-08-211-8/+8
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-211-2/+6
* converted to new-style classesIlya Etingof2016-06-129-13/+13
* fix to SNMP engine boot counter persistenceIlya Etingof2016-05-071-7/+2
* make sure to close/remove temporary filesIlya Etingof2016-05-071-0/+6
* pep8 reformattedIlya Etingof2016-04-0212-178/+358
* copyright updatedelie2015-12-2912-12/+12
* fix to NotificationOriginator to cope with unspecified user callableelie2015-12-191-3/+4
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-122-2/+2
* * SNMP table row consistency check added. This change may breakelie2015-11-221-31/+32
* copyright notice added to source codeelie2015-11-2012-18/+80
* unused variables droppedelie2015-10-181-1/+0