Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-21 | Support transmission of environment variables | Philip Lorenz | |
The SSH protocol allows the client to transmit environment variables to the server. This is particularly useful if the user wants to modify the environment of an executed command without having to reexecute the actual command from a shell. This patch extends the Client and Channel interface to allow the transmission of environment variables to the server side. In order to use this feature the SSH server must accept environment variables from the client (e.g. the AcceptEnv configuration directive of OpenSSH). | |||
2014-09-19 | Changelog re #167 | Jeff Forcier | |
2014-09-19 | SSHConfig.get_hostnames: List literal hostnames from SSH config | Søren Løvborg | |
2014-09-18 | Merge pull request #397 from alex/patch-4 | Jeff Forcier | |
Don't tell pip to use mirrors anymore | |||
2014-09-18 | Merge branch '1.15' | Jeff Forcier | |
2014-09-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2014-09-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-09-18 | And moar | Jeff Forcier | |
2014-09-18 | Fix more missed epydoc syntax | Jeff Forcier | |
2014-09-18 | Merge branch '1.15' | Jeff Forcier | |
2014-09-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2014-09-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-09-18 | Make keys doc file easier to follow | Jeff Forcier | |
2014-09-18 | Missed some old spots re: ECDSA docs still being epydoc | Jeff Forcier | |
2014-09-18 | Missed some old spots re: ECDSA docs still being epydoc | Jeff Forcier | |
2014-09-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2014-09-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-09-18 | Remind user to update RTD after cutting a new release line | Jeff Forcier | |
2014-09-18 | Cut 1.15 | Jeff Forcier | |
2014-09-18 | A herp and a derp (and an import shuffle) | Jeff Forcier | |
2014-09-18 | Merge branch 'master' into 216-int | Jeff Forcier | |
2014-09-18 | Changelog re #393 | Jeff Forcier | |
2014-09-18 | Merge branch 'master' into 393-int | Jeff Forcier | |
2014-09-18 | Revert attempts to run Kerberos tests :( | Jeff Forcier | |
2014-09-18 | Fix more dumb non-comment comments | Jeff Forcier | |
2014-09-18 | Note how python-gssapi only works on 2.7+ | Jeff Forcier | |
2014-09-18 | Install docs tweak re: GSSAPI req | Jeff Forcier | |
2014-09-18 | Add ability to run Kerberos tests to the test runner. | Jeff Forcier | |
Includes merging coverage task into test task | |||
2014-09-18 | Clean up & tweak failing sftp closure test | Jeff Forcier | |
2014-09-17 | Don't tell pip to use mirrors anymore | Alex Gaynor | |
The mirrors don't add any value now that pypi has a really good CDN | |||
2014-09-17 | Merge branch 'master' into 216-int | Jeff Forcier | |
2014-09-15 | Use hashlib in favor of PyCrypto's hashes | Alex Gaynor | |
2014-09-10 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-09-10 | Merge branch '1.14' | Jeff Forcier | |
2014-09-10 | Force PTY in test runner so Python 3's buffering behavior isn't frustrating | Jeff Forcier | |
2014-09-10 | Force PTY in test runner so Python 3's buffering behavior isn't frustrating | Jeff Forcier | |
2014-09-10 | Merge branch 'master' into 216-int | Jeff Forcier | |
Conflicts: paramiko/transport.py paramiko/util.py tests/test_client.py | |||
2014-09-08 | Consistency pls | Jeff Forcier | |
2014-09-08 | Versionadded for the new modules | Jeff Forcier | |
2014-09-08 | Refactoring: a thing, even for docstrings. | Jeff Forcier | |
2014-09-08 | More of these things | Jeff Forcier | |
2014-09-08 | Clean up more of the unnecessary-IMHO headers | Jeff Forcier | |
2014-09-08 | Add GSSAPI kwargs to a `versionchanged` | Jeff Forcier | |
2014-09-08 | Formatting | Jeff Forcier | |
2014-09-08 | Why were these all docstrings? | Jeff Forcier | |
2014-09-08 | Fix outdated reference syntax in a demo | Jeff Forcier | |
2014-09-08 | Unclear why this was a docstring, it feels like a comment | Jeff Forcier | |
2014-09-08 | Not sure why this variable was changed, but caps are Bad. | Jeff Forcier | |
2014-09-08 | Nuke extraneous 'for Paramiko' now that it's inside us | Jeff Forcier | |
2014-09-08 | Reinstate working seealso's | Jeff Forcier | |