summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-05-20Merge branch '2.9' into 2.10Jeff Forcier
2022-05-20Revert "Mark new tests that require SHA1"Jeff Forcier
This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9. Forgot this decorator wasn't ported back this far, heh.
2022-05-20Merge branch '2.9' into 2.10Jeff Forcier
2022-05-20Mark new tests that require SHA1Paul Howarth
Like https://github.com/paramiko/paramiko/pull/2011
2022-05-20Merge branch '2.9' into 2.10Jeff Forcier
2022-05-20Changelog closes #1637, closes #1599Jeff Forcier
2022-05-20Add test proving #1599Jeff Forcier
2022-05-20Whitespace onlyPoleguy
to make CI pass
2022-05-20fix for list index out of rangePoleguy
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-16Cut 2.10.5Jeff Forcier
2022-05-16Merge branch '2.9' into 2.10Jeff Forcier
2022-05-16newer invocations for better behavior eg gpg signingJeff Forcier
2022-05-16Cut 2.9.5Jeff Forcier
2022-05-16Merge branch '2.9' into 2.10Jeff Forcier
2022-05-16blackenJeff Forcier
2022-05-16Merge branch '2.9' into 2.10Jeff Forcier
2022-05-16Changelog re #1933, closes #1933Jeff Forcier
2022-05-16Pad received signature with leading zeros when RSA key is usedJun Omae
2022-05-16Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier
Closes #2017
2022-05-13Changelog re #2008, #2010Jeff Forcier
2022-05-13Fix `Errno 22` when connecting pipe of openssh ssh agentJun Omae
2022-04-25Cut 2.10.4Jeff Forcier
2022-04-25Merge branch '2.9' into 2.10Jeff Forcier
2022-04-25release tidelift task never really existedJeff Forcier
2022-04-25Cut 2.9.4Jeff Forcier
2022-04-25Merge branch '2.9' into 2.10Jeff Forcier
2022-04-25Forgot to mark support-bug backportedJeff Forcier
2022-04-25Merge branch '2.9' into 2.10Jeff Forcier
2022-04-25Changelog re #1838, closes #1870Jeff Forcier
2022-04-25threading related deprecation fixes for python 3.10Narendra-Neerukonda
2022-04-25Merge branch '2.9' into 2.10Jeff Forcier
2022-04-25Changelog re #1964, #2024, #2023Jeff Forcier
2022-04-25don't throw exception when comparing PKey to non-PKeyChristopher Papke
2022-04-22Add -cert-v01@openssh.com variants to accepted host key algorithmsJeff Forcier
Solves #2035
2022-03-18Cut 2.10.3Jeff Forcier
2022-03-18Merge branch '2.9' into 2.10Jeff Forcier
2022-03-18Cut 2.9.3Jeff Forcier
2022-03-18Changelog re #2002, re #2003, closes #2002Jeff Forcier
2022-03-18util: store thread assigned id in thread-local storageRichard Kojedzinszky
Fixes #2002
2022-03-18Merge branch '2.9' into 2.10Jeff Forcier
2022-03-18Changelog closes #1963, closes #1977Jeff Forcier
2022-03-18Fix publickey authentication with signed RSA keyJun Omae
2022-03-18Changelog re #2002, re #2003, closes #2002Jeff Forcier
2022-03-18util: store thread assigned id in thread-local storageRichard Kojedzinszky
Fixes #2002
2022-03-14Cut 2.10.2Jeff Forcier
2022-03-14Use args, not kwargs, to retain py2 compat for nowJeff Forcier
2022-03-11blackenJeff Forcier
2022-03-11Cut 2.10.1Jeff Forcier
2022-03-11Fix CVE re: PKey.write_private_key chmod raceJeff Forcier
CVE-2022-24302 (see changelog for link)
2022-03-11Cut 2.10.0Jeff Forcier