Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Skip tests requiring invoke if it's not installed | Michał Górny | |
Since invoke is an optional dependency and only one group of tests require it, skip them gracefully rather than failing if it's not present. | |||
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Fix broken unittesty skipTest in locale decorator | Jeff Forcier | |
2022-06-03 | sftp tests: Replace unittest parts | Stanislav Levin | |
The original PR https://github.com/paramiko/paramiko/pull/992 introduced several tests for sftp functionality. These tests made use of unittest's stuff like `assertTrue` and `assertEqual` because at that moment the tests were grouped under the `unittest.TestCase`-based class (`SFTPTest`). Before PR merge `unittest.TestCase` was refactored out from sftp tests (667bd74b139ed86f9b261d3abf5b6042ba80920b) but PR was not updated. The sftp tests are marked with `slow` and that's why they are not failed in CI (slow tests are excluded by default). Fixes: https://github.com/paramiko/paramiko/issues/1941 Signed-off-by: Stanislav Levin <slev@altlinux.org> | |||
2022-06-03 | Streamline default test name on Circle | Jeff Forcier | |
2022-05-20 | Revert "Mark new tests that require SHA1" | Jeff Forcier | |
This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9. Forgot this decorator wasn't ported back this far, heh. | |||
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-20 | Changelog closes #1637, closes #1599 | Jeff Forcier | |
2022-05-20 | Add test proving #1599 | Jeff Forcier | |
2022-05-20 | Whitespace only | Poleguy | |
to make CI pass | |||
2022-05-20 | fix for list index out of range | Poleguy | |
to recreate bug: pip install vorta rm ~/.ssh/.known_hosts.lock touch ~/.ssh/.known_hosts.lock vorta -f Traceback (most recent call last): File "/opt/anaconda/anaconda3/bin/vorta", line 10, in <module> sys.exit(main()) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/__main__.py", line 40, in main app = VortaApp(sys.argv, single_app=True) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/application.py", line 59, in __init__ self.open_main_window_action() File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/application.py", line 80, in open_main_window_action self.main_window = MainWindow(self) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/views/main_window.py", line 37, in __init__ self.repoTab = RepoTab(self.repoTabSlot) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/views/repo_tab.py", line 55, in __init__ self.init_ssh() File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/views/repo_tab.py", line 88, in init_ssh keys = get_private_keys() File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/vorta/utils.py", line 74, in get_private_keys parsed_key = key_format.from_private_key_file(key_file) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/paramiko/pkey.py", line 235, in from_private_key_file key = cls(filename=filename, password=password) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/paramiko/rsakey.py", line 55, in __init__ self._from_private_key_file(filename, password) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/paramiko/rsakey.py", line 175, in _from_private_key_file data = self._read_private_key_file("RSA", filename, password) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/paramiko/pkey.py", line 308, in _read_private_key_file data = self._read_private_key(tag, f, password) File "/opt/anaconda/anaconda3/lib/python3.6/site-packages/paramiko/pkey.py", line 320, in _read_private_key m = self.BEGIN_TAG.match(lines[start]) IndexError: list index out of range Segmentation fault (core dumped) | |||
2022-05-16 | newer invocations for better behavior eg gpg signing | Jeff Forcier | |
2022-05-16 | Cut 2.9.5 | Jeff Forcier | |
2022-05-16 | blacken | Jeff Forcier | |
2022-05-16 | Changelog re #1933, closes #1933 | Jeff Forcier | |
2022-05-16 | Pad received signature with leading zeros when RSA key is used | Jun Omae | |
2022-05-16 | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2 | Jeff Forcier | |
Closes #2017 | |||
2022-04-25 | release tidelift task never really existed | Jeff Forcier | |
2022-04-25 | Cut 2.9.4 | Jeff Forcier | |
2022-04-25 | Forgot to mark support-bug backported | Jeff Forcier | |
2022-04-25 | Changelog re #1838, closes #1870 | Jeff Forcier | |
2022-04-25 | threading related deprecation fixes for python 3.10 | Narendra-Neerukonda | |
2022-04-25 | Changelog re #1964, #2024, #2023 | Jeff Forcier | |
2022-04-25 | don't throw exception when comparing PKey to non-PKey | Christopher Papke | |
2022-03-18 | Cut 2.9.3 | Jeff Forcier | |
2022-03-18 | Changelog re #2002, re #2003, closes #2002 | Jeff Forcier | |
2022-03-18 | util: store thread assigned id in thread-local storage | Richard Kojedzinszky | |
Fixes #2002 | |||
2022-03-18 | Changelog closes #1963, closes #1977 | Jeff Forcier | |
2022-03-18 | Fix publickey authentication with signed RSA key | Jun Omae | |
2022-03-11 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-03-11 | Clarify SFTPClient.open() docs re: actual behavior of BufferedFile | Jeff Forcier | |
Closes #2000 | |||
2022-02-25 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-02-25 | blacken | Jeff Forcier | |
2022-02-25 | Comment and changelog re #1985 | Jeff Forcier | |
2022-02-25 | Add six to `install_requires` | Sondre Lillebø Gundersen | |
2022-02-11 | Clarify disabled algorithms keys vs pubkeys in changelog | Jeff Forcier | |
2022-01-08 | Cut 2.9.2 | Jeff Forcier | |
2022-01-08 | Fix up logging and exception handling re: pubkey auth and presence/lack of ↵ | Jeff Forcier | |
server-sig-algs Re #1961 | |||
2022-01-08 | Add more visible backwards compat warning re 2.9 RSA2 changes | Jeff Forcier | |
2021-12-24 | Cut 2.9.1 | Jeff Forcier | |
2021-12-24 | Fix #1955 | Jeff Forcier | |
2021-12-24 | Changelog and test re #1955 | Jeff Forcier | |
2021-12-23 | Cut 2.9.0 | Jeff Forcier | |
2021-12-23 | Changelog format tweak | Jeff Forcier | |
2021-12-23 | Add agent RSA-SHA2 support, also tweak changelog w/ more tickets | Jeff Forcier | |
2021-12-23 | Add support for RSA SHA2 host and public keys | Jeff Forcier | |
Includes a handful of refactors and new semiprivate attributes on Transport and AuthHandler for better test visibility. | |||
2021-12-23 | Enhance kex DEBUG logging to be more readable | Jeff Forcier | |
The one-liner from 2005 is not cutting it, sorry | |||
2021-12-23 | Longterm TODOs | Jeff Forcier | |
2021-12-09 | Weird typos introduced 2 years ago, bah | Jeff Forcier | |
Test currently passes on my workstation tho |