summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.8' into 2.92.9Jeff Forcier2022-06-033-0/+29
|\
| * Add test proving basic behavior of #18222.8Jeff Forcier2022-06-031-0/+18
| |
| * Changelog re #1822, closes #1822Jeff Forcier2022-06-031-0/+7
| |
| * split comment to linesyoav2022-06-031-1/+2
| |
| * Close socket on failureyoav2022-06-031-0/+3
| | | | | | | | | | | | | | As mentioned in socket docs: "Sockets are automatically closed when they are garbage-collected, but it is recommended to close() them explicitly, or to use a with statement around them." Resolve #1126
* | Merge branch '2.8' into 2.9Jeff Forcier2022-06-031-1/+6
|\ \ | |/
| * Skip tests requiring invoke if it's not installedMichał Górny2022-06-031-1/+6
| | | | | | | | | | | | 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.
* | Merge branch '2.8' into 2.9Jeff Forcier2022-06-033-11/+10
|\ \ | |/
| * Fix broken unittesty skipTest in locale decoratorJeff Forcier2022-06-031-3/+2
| |
| * sftp tests: Replace unittest partsStanislav Levin2022-06-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Streamline default test name on CircleJeff Forcier2022-06-031-4/+4
| |
* | Revert "Mark new tests that require SHA1"Jeff Forcier2022-05-201-2/+0
| | | | | | | | | | | | This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9. Forgot this decorator wasn't ported back this far, heh.
* | Mark new tests that require SHA1Paul Howarth2022-05-201-0/+2
| | | | | | | | Like https://github.com/paramiko/paramiko/pull/2011
* | Changelog closes #1637, closes #1599Jeff Forcier2022-05-201-0/+4
| |
* | Add test proving #1599Jeff Forcier2022-05-202-0/+5
| |
* | Whitespace onlyPoleguy2022-05-201-1/+1
| | | | | | to make CI pass
* | fix for list index out of rangePoleguy2022-05-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | newer invocations for better behavior eg gpg signingJeff Forcier2022-05-161-1/+1
| |
* | Cut 2.9.52.9.5Jeff Forcier2022-05-162-1/+2
| |
* | blackenJeff Forcier2022-05-161-4/+1
| |
* | Changelog re #1933, closes #1933Jeff Forcier2022-05-161-0/+5
| |
* | Pad received signature with leading zeros when RSA key is usedJun Omae2022-05-161-1/+8
| |
* | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier2022-05-163-5/+62
| | | | | | | | Closes #2017
* | release tidelift task never really existedJeff Forcier2022-04-251-1/+0
| |
* | Cut 2.9.42.9.4Jeff Forcier2022-04-252-1/+2
| |
* | Forgot to mark support-bug backportedJeff Forcier2022-04-251-5/+6
| |
* | Changelog re #1838, closes #1870Jeff Forcier2022-04-251-0/+5
| |
* | threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-256-9/+9
| |
* | Changelog re #1964, #2024, #2023Jeff Forcier2022-04-251-0/+6
| |
* | don't throw exception when comparing PKey to non-PKeyChristopher Papke2022-04-252-1/+6
| |
* | Cut 2.9.32.9.3Jeff Forcier2022-03-182-1/+2
| |
* | Changelog re #2002, re #2003, closes #2002Jeff Forcier2022-03-181-0/+4
| |
* | util: store thread assigned id in thread-local storageRichard Kojedzinszky2022-03-181-11/+7
| | | | | | | | Fixes #2002
* | Changelog closes #1963, closes #1977Jeff Forcier2022-03-181-0/+3
| |
* | Fix publickey authentication with signed RSA keyJun Omae2022-03-183-1/+22
| |
* | Merge branch '2.8' into 2.9Jeff Forcier2022-03-111-2/+2
|\ \ | |/
| * Clarify SFTPClient.open() docs re: actual behavior of BufferedFileJeff Forcier2022-03-111-2/+2
| | | | | | | | Closes #2000
* | Merge branch '2.8' into 2.9Jeff Forcier2022-02-252-1/+13
|\ \ | |/
| * blackenJeff Forcier2022-02-251-1/+6
| |
| * Comment and changelog re #1985Jeff Forcier2022-02-252-0/+7
| |
| * Add six to `install_requires`Sondre Lillebø Gundersen2022-02-251-1/+1
| |
* | Clarify disabled algorithms keys vs pubkeys in changelogJeff Forcier2022-02-111-3/+3
| |
* | Cut 2.9.22.9.2Jeff Forcier2022-01-082-1/+2
| |
* | Fix up logging and exception handling re: pubkey auth and presence/lack of ↵Jeff Forcier2022-01-082-12/+42
| | | | | | | | | | | | server-sig-algs Re #1961
* | Add more visible backwards compat warning re 2.9 RSA2 changesJeff Forcier2022-01-081-0/+11
| |
* | Cut 2.9.12.9.1Jeff Forcier2021-12-242-1/+2
| |
* | Fix #1955Jeff Forcier2021-12-241-21/+32
| |
* | Changelog and test re #1955Jeff Forcier2021-12-242-0/+17
| |
* | Cut 2.9.02.9.0Jeff Forcier2021-12-232-1/+2
| |
* | Changelog format tweakJeff Forcier2021-12-231-3/+3
| |