| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix import * and a bunch of PEP8 formatting | Scott Maxwell | 2014-03-07 | 1 | -8/+9 |
* | More minor whitespacey bits | Jeff Forcier | 2014-03-07 | 1 | -1/+1 |
* | Fix a bunch of indentation errors. | Jeff Forcier | 2014-03-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py... | Jeff Forcier | 2014-03-05 | 1 | -15/+12 |
|\ |
|
| * | Merge remote-tracking branch 'master/master' into py3-support-without-py25 | Scott Maxwell | 2014-01-16 | 1 | -2/+2 |
| |\ |
|
| * | | Use 'with' for opening most file and SFTPFIle objects | Scott Maxwell | 2013-11-19 | 1 | -5/+4 |
| * | | Change all exceptions to modern format (not Py2.5 compatible) | Scott Maxwell | 2013-11-19 | 1 | -8/+8 |
| * | | Make sftp.open handle binary and text, more type conversion | Scott Maxwell | 2013-11-02 | 1 | -2/+2 |
| * | | Convert and detect types properly, use helper constants, use StringIO and range | Scott Maxwell | 2013-10-30 | 1 | -2/+2 |
| * | | Fix dict iters, sorts, exceptions, bytes renames and tuple args | Scott Maxwell | 2013-10-30 | 1 | -14/+12 |
* | | | Client info fields | Jeff Forcier | 2014-02-26 | 1 | -65/+47 |
* | | | s/python/Python/, c'mon son! | Jeff Forcier | 2014-02-21 | 1 | -3/+3 |
* | | | Don't actually need :class: anywhere now | Jeff Forcier | 2014-02-21 | 1 | -28/+28 |
* | | | Replace accidental class-refs on local method-refs | Jeff Forcier | 2014-02-21 | 1 | -8/+8 |
* | | | Mass SnR of class refs with dotted ones. | Jeff Forcier | 2014-02-21 | 1 | -27/+27 |
* | | | Reorganize Client so API doc flows better | Jeff Forcier | 2014-02-21 | 1 | -58/+57 |
* | | | Epydoc -> Sphinx. | Olle Lundberg | 2014-01-23 | 1 | -105/+105 |
| |/
|/| |
|
* | | ditto | Nathan Scowcroft | 2014-01-08 | 1 | -1/+1 |
* | | Check correct stored hosts filename. | Nathan Scowcroft | 2014-01-08 | 1 | -2/+2 |
|/ |
|
* | Merge branch '1.9' into 1.10 | Jeff Forcier | 2013-09-27 | 1 | -1/+1 |
|\ |
|
| * | Merge branch '1.8' into 1.9 | Jeff Forcier | 2013-09-27 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed a typo in the license header of most files | Jeff Forcier | 2013-09-27 | 1 | -1/+1 |
* | | | do not write ,,garbage'' to known_hosts file(s) | Mike Gabriel | 2013-04-27 | 1 | -1/+0 |
* | | | Load host entries from the known_hosts file(s) before writing the file from R... | Mike Gabriel | 2013-04-27 | 1 | -0/+6 |
* | | | Added width_pixel and height_pixel parameters to Channel.get_pty() and | Phillip Heller | 2013-03-01 | 1 | -2/+7 |
* | | | Add support for get_pty to SSHClient.exec_command() | Michael van der Kolff | 2012-11-30 | 1 | -1/+3 |
* | | | Fix #94 | Jeff Forcier | 2012-11-29 | 1 | -2/+1 |
* | | | Fix #113: add timeout passthru to exec_command | Jeff Forcier | 2012-11-28 | 1 | -1/+4 |
|/ / |
|
* | | 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 |
|/ |
|
* | Whitespace + lang tweak | Jeff Forcier | 2012-09-25 | 1 | -5/+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 | 1 | -1/+2 |
* | 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 |
* | patch ssh-agent handling to not leak file descriptors | John Adams | 2011-02-01 | 1 | -1/+9 |
* | patch from Michele Bertoldi to allow compression to be turned on in the clien... | Robey Pointer | 2010-04-25 | 1 | -2/+5 |
* | i lost who sent this to me (sorry). patches to fix AIX. | Robey Pointer | 2010-04-25 | 1 | -1/+2 |
* | bug 426925: lookup host keys correctly when they have a different port. | Robey Pointer | 2009-11-01 | 1 | -4/+10 |
* | bug 411910: when asking for a sockaddr, ask for streams only. | Robey Pointer | 2009-11-01 | 1 | -1/+1 |
* | bug 363163: copy the SSHClient AF patch to transport.py too. | Robey Pointer | 2009-10-31 | 1 | -48/+47 |
* | fix my email address to be the current one. | Robey Pointer | 2009-07-19 | 1 | -1/+1 |
* | fix tests. | Robey Pointer | 2009-05-10 | 1 | -2/+0 |
* | typo | Shikhar Bhushan | 2009-04-18 | 1 | -2/+2 |
* | fix ipv6 support in SSHClient | Shikhar Bhushan | 2009-04-18 | 1 | -6/+12 |
* | patch from maxime ripard adding ip6 support. | Robey Pointer | 2009-04-14 | 1 | -1/+4 |
* | [project @ robey@lag.net-20080706203706-zqxb69qrcgyuf90n] | Robey Pointer | 2008-07-06 | 1 | -6/+12 |
* | [project @ robey@lag.net-20080323024555-s95m60jycc8dt14q] | Robey Pointer | 2008-03-22 | 1 | -0/+1 |