summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/auth.py
Commit message (Collapse)AuthorAgeFilesLines
* Reeder key localization refactoredIlya Etingof2016-08-211-2/+7
|
* converted to new-style classesIlya Etingof2016-06-121-2/+2
|
* pep8 reformattedIlya Etingof2016-04-021-2/+7
|
* copyright updatedelie2015-12-291-1/+1
|
* copyright notice added to source codeelie2015-11-201-0/+6
|
* some more random linter warnings fixedelie2015-10-171-1/+1
|
* linted for bad-whitespace and some other issueselie2015-10-171-5/+2
|
* linted for trailing whitespaceselie2015-10-171-9/+9
|
* post-move documentation and code fixeselie2015-09-211-21/+21
|
* major revamp:elie2015-09-201-0/+7
| | | | | | | | | * oneliner API moved to pysnmp.hlapi.asyncore location * all hlapi components now pulled from inner modules to into pysnmp.hlapi.asyncore. * LCD configuration moved from SNMP apps classes to be stand-alone * var-binds MIB<->protocol representation code moved from SNMP apps classes to be stand-alone
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-1/+125
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* Oneliner UsmUserData() and CommunityData() classes now support clone()'ingelie2013-06-011-9/+44
| | | | to facilitate authentication data management in user applications.
* the userName parameter is now fully separated from securityName atelie2013-05-251-7/+14
| | | | usmUserTable.
* contextEngineId parameter of auth.UsmUserData() renamed intoelie2013-05-211-5/+12
| | | | securityEngineId as it's semantically correct
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-11/+21
| | | | | snmpCommunityEntry and usmUserEntry tables. Changes made to addV1System(), addV3User() functions as well as to their oneliner's wrappers.
* missing import addedelie2013-02-091-0/+1
|
* commentedelie2012-12-141-2/+4
|
* auth & transport configuration objects made non-hashable forelie2012-08-271-19/+0
| | | | clarity
* auth & target configuration containers moved to separate moduleselie2012-08-121-0/+104