summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* copyright updatedelie2015-12-2918-18/+18
* copyright notice added to source codeelie2015-11-2018-23/+104
* unused variables droppedelie2015-10-182-2/+1
* some more random linter warnings fixedelie2015-10-175-19/+19
* linted for bad-whitespace and some other issueselie2015-10-1715-294/+139
* linted the bad-continuation issue as well as some otherselie2015-10-173-4/+4
* multiple-statements-in-one-line linted outelie2015-10-172-3/+7
* linted for trailing whitespaceselie2015-10-1717-166/+159
* public API moved to AbstractTransportelie2015-10-161-1/+2