summaryrefslogtreecommitdiff
path: root/sites
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Cut 2.10.52.10.5Jeff Forcier2022-05-161-0/+1
| | | |
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-05-161-0/+1
| |\ \ \ | | |/ /
| | * | Cut 2.9.52.9.5Jeff Forcier2022-05-161-0/+1
| | | |
* | | | Merge branch '2.10'Jeff Forcier2022-05-161-0/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-05-161-0/+12
| |\ \ \ | | |/ /
| | * | Changelog re #1933, closes #1933Jeff Forcier2022-05-161-0/+5
| | | |
| | * | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier2022-05-161-0/+7
| | | | | | | | | | | | | | | | Closes #2017
* | | | Changelog re #2038, 2039Jeff Forcier2022-05-131-0/+6
| | | |
* | | | Merge branch '2.10'Jeff Forcier2022-05-131-0/+5
|\ \ \ \ | |/ / /
| * | | Changelog re #2008, #2010Jeff Forcier2022-05-131-0/+5
| | | |
* | | | Merge branch '2.10'Jeff Forcier2022-04-251-0/+2
|\ \ \ \ | |/ / /
| * | | Cut 2.10.42.10.4Jeff Forcier2022-04-251-0/+1
| | | |
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-0/+1
| |\ \ \ | | |/ /
| | * | Cut 2.9.42.9.4Jeff Forcier2022-04-251-0/+1
| | | |
* | | | Merge branch '2.10'Jeff Forcier2022-04-251-5/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-5/+6
| |\ \ \ | | |/ /
| | * | Forgot to mark support-bug backportedJeff Forcier2022-04-251-5/+6
| | | |
* | | | Merge branch '2.10'Jeff Forcier2022-04-251-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-0/+5
| |\ \ \ | | |/ /
| | * | Changelog re #1838, closes #1870Jeff Forcier2022-04-251-0/+5
| | | |
* | | | Massage #1951 a bitJeff Forcier2022-04-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | - changelog - test - tilde makes no sense here (ProxyJump is only ever [user@]host[:port] syntax) so removed it
* | | | Merge branch '2.10'Jeff Forcier2022-04-251-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-0/+6
| |\ \ \ | | |/ /
| | * | Changelog re #1964, #2024, #2023Jeff Forcier2022-04-251-0/+6
| | | |
| * | | Add -cert-v01@openssh.com variants to accepted host key algorithmsJeff Forcier2022-04-221-0/+4
| | | | | | | | | | | | | | | | Solves #2035
* | | | Changelog re #2011, closes #2004Jeff Forcier2022-03-251-0/+4
|/ / /
* | | Cut 2.10.32.10.3Jeff Forcier2022-03-181-0/+1
| | |
* | | Merge branch '2.9' into 2.10Jeff Forcier2022-03-181-0/+1
|\ \ \ | |/ /
| * | Cut 2.9.32.9.3Jeff Forcier2022-03-181-0/+1
| | |
| * | Changelog re #2002, re #2003, closes #2002Jeff Forcier2022-03-181-0/+4
| | |
* | | Merge branch '2.9' into 2.10Jeff Forcier2022-03-181-0/+3
|\ \ \ | |/ /
| * | Changelog closes #1963, closes #1977Jeff Forcier2022-03-181-0/+3
| | |
* | | Changelog re #2002, re #2003, closes #2002Jeff Forcier2022-03-181-0/+4
| | |
* | | Cut 2.10.22.10.2Jeff Forcier2022-03-141-0/+1
| | |
* | | Use args, not kwargs, to retain py2 compat for nowJeff Forcier2022-03-141-0/+8
| | |
* | | Cut 2.10.12.10.1Jeff Forcier2022-03-111-0/+1
| | |
* | | Fix CVE re: PKey.write_private_key chmod raceJeff Forcier2022-03-111-0/+14
| | | | | | | | | | | | CVE-2022-24302 (see changelog for link)
* | | Cut 2.10.02.10.0Jeff Forcier2022-03-111-0/+1
| | |
* | | Fix up changelog entry with real linksJeff Forcier2022-03-111-1/+2
| | |
* | | Changelog enhancementJeff Forcier2022-03-111-1/+2
| | |
* | | Add to changelogJason Brand2022-03-111-0/+1
| | |
* | | Add %C to docJason Brand2022-03-111-0/+1
| | |
* | | Tweak changelog language a bitJeff Forcier2022-03-111-2/+2
| | |
* | | Changelog re #1509, re #1837, closes #1868Jeff Forcier2022-03-111-0/+4
| | |
* | | Massively speed up low-level SFTP read/writeJeff Forcier2022-03-071-0/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't impact most users who perform reads/writes using SFTPClient.get(fo)/put(fo) as those naturally perform chunking. However, users accessing the raw SFTPFile objects via SFTPClient.open() and then reading/writing large (more than a few MB) files, may experience severe slowdown due to inefficient slicing of the file being read/written. This change replaces the naive "slice a list of bytes" code with bytearray and memoryview, which are significantly more performant in these use cases, while remaining backwards compatible. Patch courtesy of Sevastian Tchernov.
* | Merge branch '2.8' into 2.9Jeff Forcier2022-02-251-0/+6
|\ \ | |/
| * Comment and changelog re #1985Jeff Forcier2022-02-251-0/+6
| |
* | Clarify disabled algorithms keys vs pubkeys in changelogJeff Forcier2022-02-111-3/+3
| |
* | Cut 2.9.22.9.2Jeff Forcier2022-01-081-0/+1
| |
* | Fix up logging and exception handling re: pubkey auth and presence/lack of ↵Jeff Forcier2022-01-081-0/+7
| | | | | | | | | | | | server-sig-algs Re #1961