summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2022-03-11Fix up changelog entry with real linksJeff Forcier
2022-03-11Helps to actually leverage your mocked system callsJeff Forcier
2022-03-11Clearly our agent stuff is not fully tested yet...Jeff Forcier
2022-03-11OpenSSH docs state %C should also work in IdentityFile and Match execJeff Forcier
(at least, of what we presently ourselves support - it's also allowed in others)
2022-03-11Changelog enhancementJeff Forcier
2022-03-11Prettify, add %C as acceptable controlpath token, mock gethostnameJason Brand
2022-03-11Add to changelogJason Brand
2022-03-11Import only sha1Jason Brand
2022-03-11Add %C to docJason Brand
2022-03-11%C support in config fileJason Brand
2022-03-11blackenJeff Forcier
2022-03-11Tweak changelog language a bitJeff Forcier
2022-03-11Refactor SSH agent socket connection stuffJeff Forcier
Feels like this entire module wants more rigorous rewriting, but at least for now any future tweaks to agent bits won't hit this awful copypasta. Minor functionality update: now both methods of dealing with unix sockets will use retry_on_signal to try and skip over spurious EINTRs