summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in docstringIlya Etingof2019-09-261-2/+2
* Docstring fixIlya Etingof2019-08-111-5/+5
* Introduce "wildcard" SNMP engine ID (#297)Ilya Etingof2019-08-111-5/+15
* Move SNMP engine discovery code to security moduleIlya Etingof2019-08-101-1/+7
* Expose USM_* constants to `hlapi` top-level scopeIlya Etingof2019-08-052-59/+104
* Add USM master and localized keys configuration support (#295)Ilya Etingof2019-08-034-31/+131
* Make received MIB objects resolution more forgivingIlya Etingof2019-07-301-3/+7
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-2617-211/+360
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-252-4/+4
* Fix variable reference in hlapi/v1arch/ntforgIlya Etingof2019-02-251-2/+2
* Ensure TRAP PDU consistency in v1archIlya Etingof2019-02-234-92/+146
* Fix typos in the docstringsIlya Etingof2019-02-226-20/+13
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-227-17/+951
* Fix typos in docstringsIlya Etingof2019-02-213-4/+4
* Fix broken `hlapi.isEndOfMib` callableIlya Etingof2019-02-213-3/+3
* PEP8 optimize imports (#242)Ilya Etingof2019-02-1226-50/+57
* Remove the remnants of hlapi.v1arch.asyncore.sync.compatIlya Etingof2019-02-121-9/+3
* Remove the remnants of hlapi.asyncore.syncIlya Etingof2019-02-121-19/+0
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-108-341/+2
* Fix misnamed constantsIlya Etingof2019-02-103-16/+17
* Uppercase global constants (#238)Ilya Etingof2019-02-1019-173/+205
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-094-14/+14
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-092-16/+16
* Extend copyright notice to year 2019Ilya Etingof2018-12-3035-34/+53
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-291-1/+1
* Fix hlapi/v1arch GETNEXT EOM processingIlya Etingof2018-12-291-3/+6
* Fix hlapi/v1arch request timeoutIlya Etingof2018-12-291-2/+2
* Fix hlapi LCD to include `contextName` (#217)Ilya Etingof2018-11-037-31/+47
* Fix Sphinx markup for USM crypto algorithm IDsIlya Etingof2018-10-062-14/+74
* Ensure distinct transports if timeout/retries differIlya Etingof2018-09-201-1/+4
* Fix lcd.unconfigure not removing cached addr value preventing the same target...Ryan Van Gilder2018-09-091-1/+1
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-1237-210/+2279
* Fix out-of-scope OID leak in hlapi tableIlya Etingof2018-08-061-10/+30
* Revert "Fix var-bind initialization from ObjectIdentity at hlapi"Ilya Etingof2018-07-051-4/+4
* Fix typo in docstringIlya Etingof2018-07-052-5/+5
* Fix var-bind initialization from ObjectIdentity at hlapiIlya Etingof2018-07-051-4/+4
* many backward-compatibility aids droppedIlya Etingof2018-02-252-10/+7
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0322-22/+22
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1722-22/+22
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-182-4/+4
* Improve documentation of varBindTable returned by bulkCmd() (#91)Eugene M. Kim2017-10-123-21/+74
* Catch and pass exceptions to Twisted deferredIlya Etingof2017-10-052-22/+49
* Catch and pass exceptions to asyncio futures (#82)Eugene M. Kim2017-10-052-17/+49
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-1/+12
* deprecated UsmUserData instantiation params removedIlya Etingof2017-07-181-14/+1
* better ContextData docstringIlya Etingof2017-07-172-10/+13
* better CommunityData tags docstringIlya Etingof2017-07-171-8/+27
* document CommunityName quirksIlya Etingof2017-07-151-12/+18
* disambiguation of the *lexicographicMode* optionIlya Etingof2017-03-282-25/+33
* Add ignoreNonIncreasingOid option for twisted nextCmd and bulkCmdRyan Van Gilder2017-03-091-0/+13