Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-25 | Changelog re #2011, closes #2004 | Jeff Forcier | |
2022-03-25 | Refactor sha1 test skipping a tad | Jeff Forcier | |
2022-03-21 | Fix for compatibility with old versions of cryptography | Paul Howarth | |
2022-03-21 | Remove unused variable, keep lint happy | Paul Howarth | |
2022-03-21 | blacken | Paul Howarth | |
2022-03-20 | Skip tests requiring sha1 signing if the backend doesn't support that | Paul Howarth | |
Red Hat Enterprise Linux 9 will have SHA-1 signatures disabled by default. It is likely that SHA-1 signatures will disappear elsewhere over time too. This change detects if sha1 signatures are not supported by the backend and skips tests that rely on that functionality. This is a workaround for #2004. It would be good to reduce the reliance of the test suite on sha1 signatures except in the cases where that is explicitly being tested, and the markers added here give a decent starting point for seeing where to change things. | |||
2022-03-18 | Merge branch '2.10' | Jeff Forcier | |
2022-03-18 | Cut 2.10.3 | Jeff Forcier | |
2022-03-18 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
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 | Merge branch '2.10' | Jeff Forcier | |
2022-03-18 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-03-18 | Changelog closes #1963, closes #1977 | Jeff Forcier | |
2022-03-18 | Fix publickey authentication with signed RSA key | Jun Omae | |
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 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 | Merge pull request #2006 from pghmcfc/fsf-address-fix | Jeff Forcier | |
Fix Free Software Foundation address | |||
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
2022-03-14 | Cut 2.10.2 | Jeff Forcier | |
2022-03-14 | Use args, not kwargs, to retain py2 compat for now | Jeff Forcier | |
2022-03-11 | blacken | Jeff Forcier | |
2022-03-11 | Cut 2.10.1 | Jeff Forcier | |
2022-03-11 | Fix CVE re: PKey.write_private_key chmod race | Jeff Forcier | |
CVE-2022-24302 (see changelog for link) | |||
2022-03-11 | Cut 2.10.0 | Jeff Forcier | |
2022-03-11 | Fix up changelog entry with real links | Jeff Forcier | |
2022-03-11 | Helps to actually leverage your mocked system calls | Jeff Forcier | |
2022-03-11 | Clearly our agent stuff is not fully tested yet... | Jeff Forcier | |
2022-03-11 | OpenSSH docs state %C should also work in IdentityFile and Match exec | Jeff Forcier | |
(at least, of what we presently ourselves support - it's also allowed in others) | |||
2022-03-11 | Changelog enhancement | Jeff Forcier | |
2022-03-11 | Prettify, add %C as acceptable controlpath token, mock gethostname | Jason Brand | |
2022-03-11 | Add to changelog | Jason Brand | |
2022-03-11 | Import only sha1 | Jason Brand | |
2022-03-11 | Add %C to doc | Jason Brand | |
2022-03-11 | %C support in config file | Jason Brand | |