summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/SSHbase.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed long linesChris St. Pierre2013-05-071-1/+2
|
* SSHbase: add support for ipv6 addresses in known_hosts fileAlexander Sulfrian2013-05-021-2/+2
|
* testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-1/+1
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+3
|
* replace unintuitive reduce() calls with slightly less unintuitive chain() callsChris St. Pierre2013-01-081-8/+7
|
* SSHbase: turn down the noiseChris St. Pierre2012-11-141-2/+2
|
* SSHbase: improved error messagesChris St. Pierre2012-11-131-12/+19
|
* SSHbase: fixed invalidation of ssh_known_hosts cacheChris St. Pierre2012-11-131-4/+4
|
* SSHbase: improved error messageChris St. Pierre2012-11-131-2/+3
|
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-151-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* testsuite: expanded pylint coverageChris St. Pierre2012-10-031-35/+53
|
* SSHbase: Fix known_hosts generationSol Jerome2012-08-301-1/+1
| | | | | | | Looks like s.data is already an 'str' object (in py3k) so the decode won't work. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-211-8/+4
|
* PY3K: Get server code working againSol Jerome2012-05-051-5/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+413
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>