Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
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 | Cut 2.11.0 | Jeff Forcier | |
2022-05-16 | Merge branch '2.10' | Jeff Forcier | |
2022-05-16 | Cut 2.10.5 | Jeff Forcier | |
2022-05-16 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
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 | Merge branch '2.10' | Jeff Forcier | |
2022-05-16 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-16 | blacken | Jeff Forcier | |
2022-05-16 | Merge branch '2.10' | Jeff Forcier | |
2022-05-16 | Merge branch '2.9' into 2.10 | 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-05-13 | Changelog re #2038, 2039 | Jeff Forcier | |
2022-05-13 | Merge branch 'main' into 2039-int | Jeff Forcier | |
2022-05-13 | Merge branch '2.10' | Jeff Forcier | |
2022-05-13 | Changelog re #2008, #2010 | Jeff Forcier | |
2022-05-13 | Fix `Errno 22` when connecting pipe of openssh ssh agent | Jun Omae | |
2022-05-13 | Merge pull request #2031 from bdrung/fix-spelling-mistake | Jeff Forcier | |
Fix spelling mistake of distributed | |||
2022-04-26 | replace blowfish with different cipher in test | Mike Roest | |
2022-04-26 | Remove blowfish from transport ciphers | Mike Roest | |
2022-04-25 | Merge branch '2.10' | Jeff Forcier | |
2022-04-25 | Cut 2.10.4 | Jeff Forcier | |
2022-04-25 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-04-25 | release tidelift task never really existed | Jeff Forcier | |
2022-04-25 | Cut 2.9.4 | Jeff Forcier | |
2022-04-25 | Merge branch '2.10' | Jeff Forcier | |
2022-04-25 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-04-25 | Forgot to mark support-bug backported | Jeff Forcier | |
2022-04-25 | Merge branch '2.10' | Jeff Forcier | |
2022-04-25 | Merge branch '2.9' into 2.10 | 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 | Massage #1951 a bit | Jeff Forcier | |
- changelog - test - tilde makes no sense here (ProxyJump is only ever [user@]host[:port] syntax) so removed it | |||
2022-04-25 | Merge branch 'main' into 1951-int | Jeff Forcier | |
2022-04-25 | blacken | Jeff Forcier | |
2022-04-25 | Merge branch '2.10' | Jeff Forcier | |
2022-04-25 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
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-04-22 | Add -cert-v01@openssh.com variants to accepted host key algorithms | Jeff Forcier | |
Solves #2035 | |||
2022-04-12 | Blacken tests/util.py | Benjamin Drung | |
Signed-off-by: Benjamin Drung <bdrung@ubuntu.com> | |||
2022-04-12 | Fix spelling mistake of distributed | Benjamin Drung | |
Spelling mistake was found by lintian. Signed-off-by: Benjamin Drung <bdrung@ubuntu.com> |