Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-28 | Bump dev version to 1.10 | Jeff Forcier | |
2012-11-28 | Make docs target build whenever Paramiko files change | Jeff Forcier | |
2012-11-06 | Git ignore built docs dir | Jeff Forcier | |
2012-11-06 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2012-11-06 | Tweak travis config | Jeff Forcier | |
2012-11-06 | Update changelog date for 1.9.0 | Jeff Forcier | |
2012-11-06 | Merge branch '1.8' | Jeff Forcier | |
Conflicts: NEWS paramiko/__init__.py setup.py | |||
2012-11-06 | Cut 1.8.1 | Jeff Forcier | |
2012-11-06 | Bump to 1.9.0 for release | Jeff Forcier | |
2012-11-05 | Python 2.5 compat | Jeff Forcier | |
2012-11-05 | Fix broken import | Jeff Forcier | |
2012-11-05 | Add ProxyCommand classes to top level API | Jeff Forcier | |
2012-11-05 | Changelog re #97 | Jeff Forcier | |
2012-11-05 | One more patch from @clarete's work | Jeff Forcier | |
2012-11-05 | Implement (& test for) ProxyCommand interpolation. | Jeff Forcier | |
Forgot this earlier. | |||
2012-11-05 | Formatting | Jeff Forcier | |
2012-11-05 | Bubble up ProxyCommandFailure in packetizer | Jeff Forcier | |
2012-11-05 | Post-import edits | Jeff Forcier | |
2012-11-05 | Import BadProxyCommand | Jeff Forcier | |
2012-11-05 | Post-import edits | Jeff Forcier | |
2012-11-05 | Initial port of ProxyCommand class from @clarete | Jeff Forcier | |
2012-11-05 | Fix ProxyCommand equals splitting. | Jeff Forcier | |
Uses regex approach from @lndbrg | |||
2012-11-05 | Add failing test(s) re ProxyCommand config parsing | Jeff Forcier | |
2012-11-05 | More attributions | Jeff Forcier | |
2012-11-05 | Add in big attribution big in prep for having ProxyCommand done | Jeff Forcier | |
2012-11-05 | Changelog re #77 | Jeff Forcier | |
2012-11-05 | Tweak docstring re #77 | Jeff Forcier | |
2012-11-05 | SSHClient: add 'sock' parameter to connect() for tunneling | Steven Noonan | |
Re #77 This parameter, if set, can be used to make Paramiko wrap an existing socket connected to a remote SSH server. For instance, you could set up another SSHClient directly connected to a "gateway" host, and then create a direct-tcpip tunnel to a "target" host directly accessible from the gateway's perspective (e.g. think of trying to establish an SSH connection to hosts behind a NAT). The gateway host would then establish a TCP connection to the target host directly, and a channel is exposed on the client side. This channel could be wrapped by an SSHClient class using the connect() function, avoiding the need to establish a new TCP connnection. This effectively allows you to create tunneled SSH connections. Based on work by Oskari Saarenmaa <os@ohmu.fi>, in Paramiko pull request #39. Signed-off-by: Steven Noonan <steven@uplinklabs.net> | |||
2012-11-05 | Somehow missed a pretty important change in the changelog | Jeff Forcier | |
2012-10-15 | Merge branch '1.8' | Jeff Forcier | |
2012-10-15 | Refactoring: it's a thing. Re #85 | Jeff Forcier | |
2012-10-15 | Only override unittest assertions when absolutely necessary. | Jeff Forcier | |
Fixes #85 | |||
2012-10-14 | Move SFTPClient.get() termination condition to loop end. | Jeff Forcier | |
Ensures callback always executes even for zero-len files. Fixes #90 | |||
2012-10-14 | Merge branch '1.8' | Jeff Forcier | |
Conflicts: NEWS | |||
2012-10-14 | Meh fabfile for docs uploading | Jeff Forcier | |
2012-10-14 | Add 1.9.0 to master NEWS | Jeff Forcier | |
2012-10-14 | Set up 1.8.1 chunk in NEWS | Jeff Forcier | |
2012-10-14 | Add missing release date to NEWS for 1.8.0 | Jeff Forcier | |
2012-09-25 | 80-col fix | Jeff Forcier | |
2012-09-25 | Fix module import in tests | Jeff Forcier | |
2012-09-25 | Correct dev-installation doc in package metadata | Jeff Forcier | |
2012-09-25 | Whitespace + lang tweak | Jeff Forcier | |
2012-09-25 | Init header update | Jeff Forcier | |
2012-09-24 | Nuke old copy of original README | Jeff Forcier | |
2012-09-24 | Transition back to Paramiko's readme; update to be currently accurate | Jeff Forcier | |
2012-09-24 | Remove extraneous changelog lines from 'ssh' | Jeff Forcier | |
2012-09-24 | Namespace issue numbers appropriately | Jeff Forcier | |
2012-09-24 | For now, merge ssh CHANGES file into paramiko NEWS | Jeff Forcier | |
2012-09-24 | Bump to 0.8.x due to nontrivial changes | Jeff Forcier | |
(cherry picked from commit d7def60c4784fed39fc8714753304a150da131c7) Conflicts: setup.py | |||
2012-09-24 | Fix #28: hide interpreter-death threading exceptions | Jeff Forcier | |
(cherry picked from commit 3709d2e02bf67ccc272e1f2311e5db125a922ba0) |