Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reeder key localization refactored | Ilya Etingof | 2016-08-21 | 1 | -2/+7 |
| | |||||
* | converted to new-style classes | Ilya Etingof | 2016-06-12 | 1 | -2/+2 |
| | |||||
* | pep8 reformatted | Ilya Etingof | 2016-04-02 | 1 | -2/+7 |
| | |||||
* | copyright updated | elie | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | copyright notice added to source code | elie | 2015-11-20 | 1 | -0/+6 |
| | |||||
* | some more random linter warnings fixed | elie | 2015-10-17 | 1 | -1/+1 |
| | |||||
* | linted for bad-whitespace and some other issues | elie | 2015-10-17 | 1 | -5/+2 |
| | |||||
* | linted for trailing whitespaces | elie | 2015-10-17 | 1 | -9/+9 |
| | |||||
* | post-move documentation and code fixes | elie | 2015-09-21 | 1 | -21/+21 |
| | |||||
* | major revamp: | elie | 2015-09-20 | 1 | -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-based | elie | 2015-09-14 | 1 | -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()'ing | elie | 2013-06-01 | 1 | -9/+44 |
| | | | | to facilitate authentication data management in user applications. | ||||
* | the userName parameter is now fully separated from securityName at | elie | 2013-05-25 | 1 | -7/+14 |
| | | | | usmUserTable. | ||||
* | contextEngineId parameter of auth.UsmUserData() renamed into | elie | 2013-05-21 | 1 | -5/+12 |
| | | | | securityEngineId as it's semantically correct | ||||
* | SNMP credentials management reworked to allow multiple securityNames's in | elie | 2013-05-18 | 1 | -11/+21 |
| | | | | | snmpCommunityEntry and usmUserEntry tables. Changes made to addV1System(), addV3User() functions as well as to their oneliner's wrappers. | ||||
* | missing import added | elie | 2013-02-09 | 1 | -0/+1 |
| | |||||
* | commented | elie | 2012-12-14 | 1 | -2/+4 |
| | |||||
* | auth & transport configuration objects made non-hashable for | elie | 2012-08-27 | 1 | -19/+0 |
| | | | | clarity | ||||
* | auth & target configuration containers moved to separate modules | elie | 2012-08-12 | 1 | -0/+104 |