Age | Commit message (Expand) | Author |
2016-12-05 | Just get rid of the frickin' numbers. | Jeff Forcier |
2016-12-05 | Add tests for ~ expansion inside proxycommand | qqo |
2016-04-25 | Test & implementation for part 1 re: #670 | Jeff Forcier |
2016-01-19 | Merge branch '1.14' into 1.15 | Jeff Forcier |
2016-01-19 | Merge branch '1.13' into 1.14 | Jeff Forcier |
2016-01-08 | Update SSHConfig.parse to strip leading and trailing whitespace | Nick Pillitteri |
2014-12-17 | Added check for proxycommand none and associated test as per Paramiko Issue 415 | Sean Johnson |
2014-11-12 | Merge branch '1.15' | Jeff Forcier |
2014-11-12 | Merge branch '1.14' into 1.15 | Jeff Forcier |
2014-11-12 | Merge branch '1.13' into 1.14 | Jeff Forcier |
2014-11-12 | Failing test proving #429 | Jeff Forcier |
2014-09-19 | SSHConfig.get_hostnames: List literal hostnames from SSH config | Søren Løvborg |
2014-09-08 | Merge branch 'master' into 372-int | Jeff Forcier |
2014-09-08 | Merge branch 'master' into 374-int | Jeff Forcier |
2014-09-08 | Merge pull request #375 from lndbrg/lower-the-risk-of-editors-striping-whites... | Jeff Forcier |
2014-09-05 | Merge branch 'master' into 184-int | Jeff Forcier |
2014-08-25 | Merge branch '1.13' into 1.14 | Jeff Forcier |
2014-08-25 | Rework re #239 to work off post-1.13 codebase. Closes #239 | Jeff Forcier |
2014-08-15 | Don't end a line with whitespace. | Olle Lundberg |
2014-08-15 | Remove all occurences of ParamikoTest. | Olle Lundberg |
2014-08-14 | Add a utility method for value clamping. | Olle Lundberg |
2014-04-22 | Moved get_hosts function into method. | Yan Kalchevksiy |
2014-04-22 | Add support quoted values for SSHConfig (#157) | Yan Kalchevskiy |
2014-04-14 | Merge branch 'master' into use-urandom | Alex Gaynor |
2014-03-29 | Switch from using PyCrypto's Random to using os.urandom. | Alex Gaynor |
2014-03-29 | Switched hash functions from PyCrypto to hashlib. | Alex Gaynor |
2014-03-07 | Fix import * and a bunch of PEP8 formatting | Scott Maxwell |
2013-11-19 | Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup... | Scott Maxwell |
2013-11-19 | Use 'with' for opening most file and SFTPFIle objects | Scott Maxwell |
2013-11-02 | Fix some deprecation and resource warnings | Scott Maxwell |
2013-10-31 | Fix bytes/str type in more places | Scott Maxwell |
2013-10-30 | Convert and detect types properly, use helper constants, use StringIO and range | Scott Maxwell |
2013-10-30 | Fix dict iters, sorts, exceptions, bytes renames and tuple args | Scott Maxwell |
2013-10-30 | Fix imports | Scott Maxwell |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier |
2013-09-27 | Fix #179 - missing host variable in fqdn evaluation | Jeff Forcier |
2013-02-28 | Fix broken test. | Olle Lundberg |
2013-02-28 | Add tests for identityfile parsing. | Olle Lundberg |
2013-02-28 | Whitespace fixes. | Olle Lundberg |
2013-02-28 | Add tests for proxycommand parsing. | Olle Lundberg |
2013-02-28 | Add test for host negation. | Olle Lundberg |
2013-02-28 | Updated tests for new ssh config format. | Olle Lundberg |
2012-11-05 | Implement (& test for) ProxyCommand interpolation. | Jeff Forcier |
2012-11-05 | Add failing test(s) re ProxyCommand config parsing | Jeff Forcier |
2012-10-15 | Refactoring: it's a thing. Re #85 | Jeff Forcier |
2012-09-25 | Fix module import in tests | Jeff Forcier |
2012-09-24 | Handle/fix handling of EINTR errors in a few places. | Douglas Turk |
2012-09-23 | Fix #33 - parse config as described by manpage | Jan Brauer |