index
:
delta/paramiko.git
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.8
1.9
1042-int
1063-int
1070-remove-python26-and-33
1311-int
2.0
2.1
2.10
2.11
2.12
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
216-int
2178-int
3.0
3.1
387-auth-mark-ii
394-int
531-bitprophet-addendum-do-not-delete
531-int
596-int
717-support-match-etc
731-int
897-canonicalization
auth-shakeup
baserock/morph
circle-ci
crypto-1.5-agnostisicm
crypto-rsa-pq
ecdsa-known-hosts-keys-243
final-827-int
fix-proxycommand-infinite-loop-252
gateway-support
i-hate-my-life
main
master
merge-ssh-fork-back-in
proxycommand-closed-fix-789
pytest
python3
re-add-blog
rfc8832-sha2-key-algo
rtd-cryptography
sftp-non-utf8-filenames-546
sphinx-256
tmp
try-multiple-address-families-22
website-178
github.com: paramiko/paramiko.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paramiko
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply put() version of #90
Jeff Forcier
2012-11-29
1
-2
/
+2
*
allow uploading of files from an open file object
Eric Buehl
2012-11-29
1
-37
/
+91
*
Revert "Make send() and recv() fail when channel is closed"
Jeff Forcier
2012-11-29
1
-16
/
+3
*
Revert "Forgot to import errno"
Jeff Forcier
2012-11-29
1
-1
/
+0
*
Merge pull request #99 from tomerfiliba/patch-1
Jeff Forcier
2012-11-29
1
-3
/
+17
|
\
|
*
Forgot to import errno
Tomer Filiba
2012-10-26
1
-0
/
+1
|
*
Make send() and recv() fail when channel is closed
Tomer Filiba
2012-10-26
1
-3
/
+16
*
|
Merge pull request #95 from Bockit/master
Jeff Forcier
2012-11-29
1
-0
/
+4
|
\
\
|
*
|
Update paramiko/file.py
James Hiscock
2012-10-17
1
-0
/
+4
|
|
/
*
|
Fix #94
Jeff Forcier
2012-11-29
2
-3
/
+2
*
|
Fix #113: add timeout passthru to exec_command
Jeff Forcier
2012-11-28
1
-1
/
+4
*
|
Bump dev version to 1.10
Jeff Forcier
2012-11-28
1
-1
/
+1
*
|
Bump to 1.9.0 for release
Jeff Forcier
2012-11-06
1
-1
/
+1
*
|
Python 2.5 compat
gateway-support
Jeff Forcier
2012-11-05
1
-1
/
+2
*
|
Fix broken import
Jeff Forcier
2012-11-05
1
-1
/
+1
*
|
Add ProxyCommand classes to top level API
Jeff Forcier
2012-11-05
1
-1
/
+4
*
|
One more patch from @clarete's work
Jeff Forcier
2012-11-05
1
-1
/
+4
*
|
Implement (& test for) ProxyCommand interpolation.
Jeff Forcier
2012-11-05
1
-1
/
+6
*
|
Formatting
Jeff Forcier
2012-11-05
1
-20
/
+19
*
|
Bubble up ProxyCommandFailure in packetizer
Jeff Forcier
2012-11-05
1
-1
/
+3
*
|
Post-import edits
Jeff Forcier
2012-11-05
1
-4
/
+6
*
|
Import BadProxyCommand
Jeff Forcier
2012-11-05
1
-0
/
+15
*
|
Post-import edits
Jeff Forcier
2012-11-05
1
-20
/
+24
*
|
Initial port of ProxyCommand class from @clarete
Jeff Forcier
2012-11-05
1
-0
/
+86
*
|
Fix ProxyCommand equals splitting.
Jeff Forcier
2012-11-05
1
-2
/
+10
*
|
Tweak docstring re #77
Jeff Forcier
2012-11-05
1
-3
/
+3
*
|
SSHClient: add 'sock' parameter to connect() for tunneling
Steven Noonan
2012-11-05
1
-16
/
+21
|
/
*
Move SFTPClient.get() termination condition to loop end.
Jeff Forcier
2012-10-14
1
-2
/
+2
*
Whitespace + lang tweak
Jeff Forcier
2012-09-25
1
-5
/
+4
*
Init header update
Jeff Forcier
2012-09-25
1
-6
/
+1
*
Bump to 0.8.x due to nontrivial changes
initial-merge-from-ssh-done
Jeff Forcier
2012-09-24
1
-1
/
+1
*
Fix #28: hide interpreter-death threading exceptions
Jeff Forcier
2012-09-24
1
-0
/
+4
*
Improve unknown-server exception language
Jeff Forcier
2012-09-24
1
-1
/
+1
*
Handle/fix handling of EINTR errors in a few places.
Douglas Turk
2012-09-24
5
-8
/
+26
*
Fix unbound local variable exception
Jeff Forcier
2012-09-24
1
-0
/
+1
*
- make sure we honor 2-factor for all auth_pkey blocks
Andrew
2012-09-24
1
-22
/
+28
*
make sure to break out of key auth loop on success when doing 2-factor
Andrew
2012-09-23
1
-0
/
+2
*
add support for 2 factor authentication (key+password)
Andrew
2012-09-23
1
-30
/
+42
*
show us the offending host key
Thomas Vander Stichele
2012-09-23
1
-6
/
+18
*
re #33 - fix typo, be more pythonic
Jan Brauer
2012-09-23
1
-3
/
+1
*
Fix #33 - parse config as described by manpage
Jan Brauer
2012-09-23
1
-3
/
+8
*
Bump to 1.7.14
Jeff Forcier
2012-09-23
1
-1
/
+1
*
Reorganize forwarded agent cxns to avoid errors
Jeff Forcier
2012-09-23
1
-7
/
+21
*
safe type checking (isinstance instead of type-is)
Jeff Forcier
2012-09-23
1
-4
/
+4
*
Add support for variable expansion in SSHConfig
Olle Lundberg
2012-09-23
1
-4
/
+45
*
Add basic support for parameter substitution in SSHConfig.
Olle Lundberg
2012-09-23
1
-0
/
+22
*
Replace hard tabs with spaces
Bobby Impollonia
2012-09-23
1
-3
/
+3
*
Cut 1.7.13
Jeff Forcier
2012-09-23
1
-1
/
+1
*
Fixes #4, thanks again to @jaraco
Jeff Forcier
2012-09-23
1
-5
/
+16
*
Whitespace tweaks, thanks @jaraco
Jeff Forcier
2012-09-23
2
-13
/
+12
[next]