Age | Commit message (Expand) | Author |
2012-07-04 | add priv/pub key generator demo | Sofian Brabez |
2012-05-25 | Update changelog with #63 attribution | Jeff Forcier |
2012-05-25 | Merge pull request #63 from dlitz/issue49-rekeying-fix | Jeff Forcier |
2012-05-16 | Increment version for release | Jeff Forcier |
2012-05-16 | Merge #63 | Jeff Forcier |
2012-03-24 | Fix SSHException when re-keying over a fast connection | Dwayne C. Litzenberger |
2011-05-23 | version 1.7.7.1 | Robey Pointer |
2011-05-23 | oops. fix potential exception when there's no ssh agent available. | Robey Pointer |
2011-05-23 | version 1.7.7 | Robey Pointer |
2011-05-21 | remove the download link since that seems flaky | Robey Pointer |
2011-05-21 | slight readme cleanup | Robey Pointer |
2011-05-21 | patch from sugarc0de to call Random.atfork() when starting up, so paramiko ca... | Robey Pointer |
2011-05-21 | Merge pull request #9 from tehfink/master | Robey Pointer |
2011-05-21 | Merge pull request #8 from garyvdm/master | Robey Pointer |
2011-05-21 | require a newer version of pycrypto and point to the new page | Robey Pointer |
2011-05-21 | Merge pull request #7 from jelmer/master | Robey Pointer |
2011-05-21 | Merge remote branch 'netik/master' | Robey Pointer |
2011-02-01 | patch ssh-agent handling to not leak file descriptors | John Adams |
2010-11-20 | support for openssl keys (http://www.mail-archive.com/paramiko@lag.net/msg004... | tehfink |
2010-08-03 | Use Crypto.Random rather than Crypto.Util.RandomPool. | Gary van der Merwe |
2010-05-13 | Try connecting to each available address family until one succeeds. | Andrew Bennetts |
2010-04-25 | fix spelling of "hierarchical" -- thanks, Thomas Guettler! | Robey Pointer |
2010-04-25 | ignore the egg-info stuff. | Robey Pointer |
2010-04-25 | patch from Shad Sharma to raise an exception if the transport isn't active wh... | Robey Pointer |
2010-04-25 | patch from Michele Bertoldi to allow compression to be turned on in the clien... | Robey Pointer |
2010-04-25 | i lost who sent this to me (sorry). patches to fix AIX. | Robey Pointer |
2010-04-13 | code style and fix test. | Robey Pointer |
2010-04-13 | brittspace. | Robey Pointer |
2010-04-13 | Merge remote branch 'larrywright/master' | Robey Pointer |
2009-12-18 | added functionality to skip verifying the file, which works around sftp serve... | Larry Wright |
2009-11-01 | bump to 1.7.6. | Robey Pointer |
2009-11-01 | brittspace. | Robey Pointer |
2009-11-01 | bug 426925: lookup host keys correctly when they have a different port. | Robey Pointer |
2009-11-01 | bug 411910: when asking for a sockaddr, ask for streams only. | Robey Pointer |
2009-10-31 | bug 413850: patch from patrick mcnerthney. fix race between a server respondi... | Robey Pointer |
2009-10-31 | bug 363163: copy the SSHClient AF patch to transport.py too. | Robey Pointer |
2009-10-31 | ignore more. | Robey Pointer |
2009-10-31 | bug 411099: chdir() isn't saving the cwd in a normalized way. added test. | Robey Pointer |
2009-07-19 | bump to 1.7.5. | Robey Pointer |
2009-07-19 | patch from evan jones: simplify wait_for_event. | Robey Pointer |
2009-07-19 | ignore extra fields in a hosts file, since apparently some apps are putting c... | Robey Pointer |
2009-07-19 | oops. | Robey Pointer |
2009-07-19 | patch from sofian brabez to fix hexdump logging in sftp_client. | Robey Pointer |
2009-07-19 | patch from jim wilcoxson: raise an error early if chdir will fail. | Robey Pointer |
2009-07-19 | fix my email address to be the current one. | Robey Pointer |
2009-07-19 | make the "auth type not permitted" message debug level, for bazaar. | Robey Pointer |
2009-07-19 | patch from gary poster: allow multiple hostnames to be specified per block in... | Robey Pointer |
2009-07-19 | patch from andreux fort: add a timeout to the key exchange, so that if the re... | Robey Pointer |
2009-07-19 | close the local/remote files in finally blocks in sftp get & put, so fds don'... | Robey Pointer |
2009-07-19 | patch for ARC4 cipher support, and CTR block chaining, from denis bernard. | Robey Pointer |