Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-27 | Document SSHConfig FQDN logic. | John Hensley | |
Merged with pre-picked changes re #128. Conflicts: paramiko/config.py | |||
2013-02-27 | Changelog re #128 | Jeff Forcier | |
2013-02-27 | Compute host's FQDN on demand only | Parantapa Bhattacharya | |
2013-02-27 | Add changelog entry re #102 | Jeff Forcier | |
2013-02-27 | Give sdctr a default value for backwards+test compat | Jeff Forcier | |
Re #102 | |||
2013-02-27 | Don't random pad packets for SDCTR ciphers | Kent Gibson | |
2013-02-27 | Changelog + docs re #127 | Jeff Forcier | |
2013-02-27 | Merge pull request #127 from mwilliamson/sftp-file-context-manager | Jeff Forcier | |
Turn SFTPFile into a context manager | |||
2013-02-27 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2013-02-27 | Changelog re #116 | Jeff Forcier | |
2013-02-27 | Merge pull request #116 from mvschaik/patch-1 | Jeff Forcier | |
Limit memory allocation of get_bytes to 1MB | |||
2013-02-03 | Add changelog entry re #115 | Jeff Forcier | |
2013-02-03 | Merge pull request #115 from mvanderkolff/master | Jeff Forcier | |
Add get_pty named argument to SSHClient.exec_command() | |||
2013-02-03 | Merge remote-tracking branch 'origin/master' | Jeff Forcier | |
2013-02-03 | Merge branch '1.9' | Jeff Forcier | |
2013-02-03 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-02-03 | Update explicitly-stated Python version reqs to 2.5+ | Jeff Forcier | |
2013-02-03 | Merge pull request #105 from clarete/master | Jeff Forcier | |
tox structure | |||
2013-01-05 | Replace useless version check with import from __future__ | Michael Williamson | |
2013-01-05 | Verify Python version >= 2.6 before running context manager test | Michael Williamson | |
2013-01-04 | Turn SFTPFile into a context manager | Michael Williamson | |
2012-12-31 | Merge branch '1.9' | Jeff Forcier | |
2012-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2012-12-31 | New year | Jeff Forcier | |
2012-11-30 | Limit memory allocation of get_bytes to 1MB | Maarten | |
If get_bytes() can pad unlimited, a RSA pub key could be crafted that would allocate GB's of nulls, thereby forming a DoS-vector. | |||
2012-11-30 | Add support for get_pty to SSHClient.exec_command() | Michael van der Kolff | |
2012-11-29 | Changelog re #71 | Jeff Forcier | |
2012-11-29 | Apply put() version of #90 | Jeff Forcier | |
2012-11-29 | allow uploading of files from an open file object | Eric Buehl | |
2012-11-29 | Merge branch '1.9' | Jeff Forcier | |
2012-11-29 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2012-11-29 | Update Travis settings: | Jeff Forcier | |
* Don't email me, I'll see it on IRC if I'm online * Ping #paramiko, not #fabric, as it now exists | |||
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier | |
This reverts commit 23f3099b6f7808934400b96b707e122ed2dd302c. | |||
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier | |
This reverts commit 668870aa83e095c81371ffce8d69404ac29e536f. | |||
2012-11-29 | Merge branch '1.9' | Jeff Forcier | |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier | |
This reverts commit 203c7379ac1211cc393d127ab83be774faa0f913. | |||
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier | |
This reverts commit 8496eff0b7afc07675e1f42815f83633d87097ee. | |||
2012-11-29 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2012-11-29 | Revert "Forgot to import errno" | Jeff Forcier | |
This reverts commit 537f95dbb36c578e65cfd9cbc1a1eabc03f38428. | |||
2012-11-29 | Revert "Make send() and recv() fail when channel is closed" | Jeff Forcier | |
This reverts commit bc3674d0f0c61b5c7af9cfbc9248cf574d0998b0. | |||
2012-11-29 | Forgot to import errno | Tomer Filiba | |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba | |
``sendall()`` was checking if the channel has been closed, and failed accordingly, but ``send()`` and ``recv()`` did not. This meant that ``chan.send("foo")`` when the channel was already closed, just blocked forever. | |||
2012-11-29 | Forgot to import errno | Tomer Filiba | |
2012-11-29 | Make send() and recv() fail when channel is closed | Tomer Filiba | |
``sendall()`` was checking if the channel has been closed, and failed accordingly, but ``send()`` and ``recv()`` did not. This meant that ``chan.send("foo")`` when the channel was already closed, just blocked forever. | |||
2012-11-29 | Merge pull request #99 from tomerfiliba/patch-1 | Jeff Forcier | |
Make send() and recv() fail when channel is closed | |||
2012-11-29 | Changelog re #80, fixes #80 | Jeff Forcier | |
2012-11-29 | Merge pull request #95 from Bockit/master | Jeff Forcier | |
Add a closed property to BufferedFile | |||
2012-11-29 | Fix #94 | Jeff Forcier | |
2012-11-28 | Merge branch '1.9' | Jeff Forcier | |
2012-11-28 | Merge branch '1.8' into 1.9 | Jeff Forcier | |