summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch '2.10'Jeff Forcier2022-04-252-2/+10
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Merge branch '2.9' into 2.10Jeff Forcier2022-04-251-1/+1
| | |\ \ \ | | | |/ /
| | | * | don't throw exception when comparing PKey to non-PKeyChristopher Papke2022-04-251-1/+1
| | | * | Cut 2.9.32.9.3Jeff Forcier2022-03-181-1/+1
| | | * | util: store thread assigned id in thread-local storageRichard Kojedzinszky2022-03-181-11/+7
| | * | | Add -cert-v01@openssh.com variants to accepted host key algorithmsJeff Forcier2022-04-221-1/+9
| * | | | Merge branch '2.10'Jeff Forcier2022-03-181-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Cut 2.10.32.10.3Jeff Forcier2022-03-181-1/+1
| * | | | Merge branch '2.10'Jeff Forcier2022-03-182-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '2.9' into 2.10Jeff Forcier2022-03-182-1/+3
| | |\ \ \ | | | |/ /
| | | * | Fix publickey authentication with signed RSA keyJun Omae2022-03-182-1/+3
| | * | | util: store thread assigned id in thread-local storageRichard Kojedzinszky2022-03-181-11/+7
| * | | | util: store thread assigned id in thread-local storageRichard Kojedzinszky2022-03-181-11/+7
| * | | | Fix Free Software Foundation addressPaul Howarth2022-03-1541-41/+41
| |/ / /
| * | | Cut 2.10.22.10.2Jeff Forcier2022-03-141-1/+1
| * | | Use args, not kwargs, to retain py2 compat for nowJeff Forcier2022-03-141-2/+3
| * | | Cut 2.10.12.10.1Jeff Forcier2022-03-111-1/+1
| * | | Fix CVE re: PKey.write_private_key chmod raceJeff Forcier2022-03-111-1/+11
| * | | Cut 2.10.02.10.0Jeff Forcier2022-03-111-1/+1
| * | | Clearly our agent stuff is not fully tested yet...Jeff Forcier2022-03-111-1/+1
| * | | OpenSSH docs state %C should also work in IdentityFile and Match execJeff Forcier2022-03-111-2/+2
| * | | Prettify, add %C as acceptable controlpath token, mock gethostnameJason Brand2022-03-111-5/+3
| * | | Import only sha1Jason Brand2022-03-111-5/+5
| * | | %C support in config fileJason Brand2022-03-111-1/+5
| * | | blackenJeff Forcier2022-03-111-3/+1
| * | | Refactor SSH agent socket connection stuffJeff Forcier2022-03-112-45/+36
| * | | support Windows OpenSSH agent besides Putty's pageant (addresses #1509)Lew Gordon2022-03-112-2/+55
| * | | Merge branch '2.9'Jeff Forcier2022-03-111-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '2.8' into 2.9Jeff Forcier2022-03-111-2/+2
| | |\ \ | | | |/
| | | * Clarify SFTPClient.open() docs re: actual behavior of BufferedFileJeff Forcier2022-03-111-2/+2
| * | | Massively speed up low-level SFTP read/writeJeff Forcier2022-03-071-4/+5
| |/ /
| * | Cut 2.9.22.9.2Jeff Forcier2022-01-081-1/+1
| * | Fix up logging and exception handling re: pubkey auth and presence/lack of se...Jeff Forcier2022-01-081-12/+35
| * | Cut 2.9.12.9.1Jeff Forcier2021-12-241-1/+1
| * | Fix #1955Jeff Forcier2021-12-241-21/+32
| * | Cut 2.9.02.9.0Jeff Forcier2021-12-231-1/+1
| * | Add agent RSA-SHA2 support, also tweak changelog w/ more ticketsrfc8832-sha2-key-algoJeff Forcier2021-12-231-1/+13
| * | Add support for RSA SHA2 host and public keysJeff Forcier2021-12-2315-66/+278
| * | Enhance kex DEBUG logging to be more readableJeff Forcier2021-12-231-27/+24
| * | Longterm TODOsJeff Forcier2021-12-232-0/+20
| |/
* | Parse tokens in ProxyJumpBruno Inec2021-12-161-0/+1
|/
* Cut 2.8.12.8.1Jeff Forcier2021-11-281-1/+1
* Blacken code for #992Jeff Forcier2021-11-282-7/+9
* Fix failure in listdir when server uses a localeMartin Packman2021-11-282-12/+29
* Catch TypeError and UnsupportedAlgorithm when using Cryptography to load priv...Jeff Forcier2021-11-282-4/+9
* Patch missed RSAKey for some reason. Fixed.Jeff Forcier2021-11-281-4/+3
* Roll back ABC using kit from contributed patchJeff Forcier2021-11-281-6/+3
* Blacken patch.Jeff Forcier2021-11-281-4/+4
* Check all data on keys when comparing for equalityJosh Snyder2021-11-285-14/+29
* hostkeys: fix raising KeyError in SubDict.__delitem__()Lans Zhang2021-11-281-0/+1