summaryrefslogtreecommitdiff
path: root/paramiko/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-8/+9
* More minor whitespacey bitsJeff Forcier2014-03-071-1/+1
* Fix a bunch of indentation errors.Jeff Forcier2014-03-051-1/+1
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-15/+12
|\
| * Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell2014-01-161-2/+2
| |\
| * | Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-5/+4
| * | Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-8/+8
| * | Make sftp.open handle binary and text, more type conversionScott Maxwell2013-11-021-2/+2
| * | Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-2/+2
| * | Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-14/+12
* | | Client info fieldsJeff Forcier2014-02-261-65/+47
* | | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-3/+3
* | | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-28/+28
* | | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-8/+8
* | | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-27/+27
* | | Reorganize Client so API doc flows betterJeff Forcier2014-02-211-58/+57
* | | Epydoc -> Sphinx.Olle Lundberg2014-01-231-105/+105
| |/ |/|
* | dittoNathan Scowcroft2014-01-081-1/+1
* | Check correct stored hosts filename.Nathan Scowcroft2014-01-081-2/+2
|/
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
|\
| * Merge branch '1.8' into 1.9Jeff Forcier2013-09-271-1/+1
| |\
| | * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | | do not write ,,garbage'' to known_hosts file(s)Mike Gabriel2013-04-271-1/+0
* | | Load host entries from the known_hosts file(s) before writing the file from R...Mike Gabriel2013-04-271-0/+6
* | | Added width_pixel and height_pixel parameters to Channel.get_pty() andPhillip Heller2013-03-011-2/+7
* | | Add support for get_pty to SSHClient.exec_command()Michael van der Kolff2012-11-301-1/+3
* | | Fix #94Jeff Forcier2012-11-291-2/+1
* | | Fix #113: add timeout passthru to exec_commandJeff Forcier2012-11-281-1/+4
|/ /
* | Tweak docstring re #77Jeff Forcier2012-11-051-3/+3
* | SSHClient: add 'sock' parameter to connect() for tunnelingSteven Noonan2012-11-051-16/+21
|/
* Whitespace + lang tweakJeff Forcier2012-09-251-5/+4
* Improve unknown-server exception languageJeff Forcier2012-09-241-1/+1
* Handle/fix handling of EINTR errors in a few places.Douglas Turk2012-09-241-1/+2
* 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
* patch ssh-agent handling to not leak file descriptorsJohn Adams2011-02-011-1/+9
* patch from Michele Bertoldi to allow compression to be turned on in the clien...Robey Pointer2010-04-251-2/+5
* i lost who sent this to me (sorry). patches to fix AIX.Robey Pointer2010-04-251-1/+2
* bug 426925: lookup host keys correctly when they have a different port.Robey Pointer2009-11-011-4/+10
* bug 411910: when asking for a sockaddr, ask for streams only.Robey Pointer2009-11-011-1/+1
* bug 363163: copy the SSHClient AF patch to transport.py too.Robey Pointer2009-10-311-48/+47
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* fix tests.Robey Pointer2009-05-101-2/+0
* typoShikhar Bhushan2009-04-181-2/+2
* fix ipv6 support in SSHClientShikhar Bhushan2009-04-181-6/+12
* patch from maxime ripard adding ip6 support.Robey Pointer2009-04-141-1/+4
* [project @ robey@lag.net-20080706203706-zqxb69qrcgyuf90n]Robey Pointer2008-07-061-6/+12
* [project @ robey@lag.net-20080323024555-s95m60jycc8dt14q]Robey Pointer2008-03-221-0/+1