summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* Apply put() version of #90Jeff Forcier2012-11-291-2/+2
* allow uploading of files from an open file objectEric Buehl2012-11-291-37/+91
* Revert "Make send() and recv() fail when channel is closed"Jeff Forcier2012-11-291-16/+3
* Revert "Forgot to import errno"Jeff Forcier2012-11-291-1/+0
* Merge pull request #99 from tomerfiliba/patch-1Jeff Forcier2012-11-291-3/+17
|\
| * Forgot to import errnoTomer Filiba2012-10-261-0/+1
| * Make send() and recv() fail when channel is closedTomer Filiba2012-10-261-3/+16
* | Merge pull request #95 from Bockit/masterJeff Forcier2012-11-291-0/+4
|\ \
| * | Update paramiko/file.pyJames Hiscock2012-10-171-0/+4
| |/
* | Fix #94Jeff Forcier2012-11-292-3/+2
* | Fix #113: add timeout passthru to exec_commandJeff Forcier2012-11-281-1/+4
* | Bump dev version to 1.10Jeff Forcier2012-11-281-1/+1
* | Bump to 1.9.0 for releaseJeff Forcier2012-11-061-1/+1
* | Python 2.5 compatgateway-supportJeff Forcier2012-11-051-1/+2
* | Fix broken importJeff Forcier2012-11-051-1/+1
* | Add ProxyCommand classes to top level APIJeff Forcier2012-11-051-1/+4
* | One more patch from @clarete's workJeff Forcier2012-11-051-1/+4
* | Implement (& test for) ProxyCommand interpolation.Jeff Forcier2012-11-051-1/+6
* | FormattingJeff Forcier2012-11-051-20/+19
* | Bubble up ProxyCommandFailure in packetizerJeff Forcier2012-11-051-1/+3
* | Post-import editsJeff Forcier2012-11-051-4/+6
* | Import BadProxyCommandJeff Forcier2012-11-051-0/+15
* | Post-import editsJeff Forcier2012-11-051-20/+24
* | Initial port of ProxyCommand class from @clareteJeff Forcier2012-11-051-0/+86
* | Fix ProxyCommand equals splitting.Jeff Forcier2012-11-051-2/+10
* | Tweak docstring re #77Jeff Forcier2012-11-051-3/+3
* | SSHClient: add 'sock' parameter to connect() for tunnelingSteven Noonan2012-11-051-16/+21
|/
* Move SFTPClient.get() termination condition to loop end.Jeff Forcier2012-10-141-2/+2
* Whitespace + lang tweakJeff Forcier2012-09-251-5/+4
* Init header updateJeff Forcier2012-09-251-6/+1
* Bump to 0.8.x due to nontrivial changesinitial-merge-from-ssh-doneJeff Forcier2012-09-241-1/+1
* Fix #28: hide interpreter-death threading exceptionsJeff Forcier2012-09-241-0/+4
* Improve unknown-server exception languageJeff Forcier2012-09-241-1/+1
* Handle/fix handling of EINTR errors in a few places.Douglas Turk2012-09-245-8/+26
* Fix unbound local variable exceptionJeff Forcier2012-09-241-0/+1
* - make sure we honor 2-factor for all auth_pkey blocksAndrew2012-09-241-22/+28
* make sure to break out of key auth loop on success when doing 2-factorAndrew2012-09-231-0/+2
* add support for 2 factor authentication (key+password)Andrew2012-09-231-30/+42
* show us the offending host keyThomas Vander Stichele2012-09-231-6/+18
* re #33 - fix typo, be more pythonicJan Brauer2012-09-231-3/+1
* Fix #33 - parse config as described by manpageJan Brauer2012-09-231-3/+8
* Bump to 1.7.14Jeff Forcier2012-09-231-1/+1
* Reorganize forwarded agent cxns to avoid errorsJeff Forcier2012-09-231-7/+21
* safe type checking (isinstance instead of type-is)Jeff Forcier2012-09-231-4/+4
* Add support for variable expansion in SSHConfigOlle Lundberg2012-09-231-4/+45
* Add basic support for parameter substitution in SSHConfig.Olle Lundberg2012-09-231-0/+22
* Replace hard tabs with spacesBobby Impollonia2012-09-231-3/+3
* Cut 1.7.13Jeff Forcier2012-09-231-1/+1
* Fixes #4, thanks again to @jaracoJeff Forcier2012-09-231-5/+16
* Whitespace tweaks, thanks @jaracoJeff Forcier2012-09-232-13/+12