summaryrefslogtreecommitdiff
path: root/paramiko/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* [project @ robey@lag.net-20080219074736-1fkyp8jl95amj5ky]Robey Pointer2008-02-181-6/+31
* [project @ robey@lag.net-20080218045900-wh5168fjqq2o80kd]Robey Pointer2008-02-171-12/+16
* [project @ robey@lag.net-20071231003441-njdbcgbrqskrgtiw]Robey Pointer2007-12-301-4/+6
* [project @ robey@lag.net-20071110065222-xt335qy6c4s6flze]Robey Pointer2007-11-091-0/+2
* [project @ robey@lag.net-20071110065121-76ooutayf5dvvuqh]Robey Pointer2007-11-091-0/+11
* [project @ robey@lag.net-20070521002334-6bx5g0zrnb10sgyd]Robey Pointer2007-05-201-2/+14
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20070211022613-tvtcqzmho5cxr55u]Robey Pointer2007-02-101-2/+2
* [project @ robey@lag.net-20061217011840-wndj9dyd2f9g512e]Robey Pointer2006-12-161-1/+0
* [project @ robey@lag.net-20061215222108-7pu0151970w1e1lp]Robey Pointer2006-12-151-0/+2
* [project @ robey@lag.net-20061031190617-1113fb493ff5b690]Robey Pointer2006-10-311-2/+8
* [project @ robey@lag.net-20060801182357-e030af9570314145]Robey Pointer2006-08-011-7/+7
* [project @ robey@lag.net-20060511011140-ab3550c28121f900]Robey Pointer2006-05-101-2/+3
* [project @ robey@lag.net-20060509164549-14e664f234b4b747]Robey Pointer2006-05-091-10/+9
* [project @ robey@lag.net-20060508002007-3b7b87c361fe876a]Robey Pointer2006-05-071-17/+58
* [project @ robey@lag.net-20060424011126-66797c157af18805]Robey Pointer2006-04-231-0/+363