summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* typo in exampleIlya Etingof2017-02-021-1/+1
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1222-22/+22
* Fixed some typos in arguments with previous commitGerrat Rickert2016-12-211-2/+2
* Removed tuple unpacking in function signatures in twisted since removed in Py...Gerrat Rickert2016-12-212-5/+10
* document hlapi transport .setLocalAddress()Ilya Etingof2016-12-031-0/+13
* Reeder key localization refactoredIlya Etingof2016-08-212-2/+8
* converted to new-style classesIlya Etingof2016-06-125-6/+6
* pypi download badge addedIlya Etingof2016-06-121-1/+0
* fix to wrong import in docstring examplesIlya Etingof2016-04-082-5/+5
* pep8 reformattedIlya Etingof2016-04-0219-71/+174
* fix to missing next() in Python 2.5 at pysnmp.hlapielie2016-02-132-0/+14