summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.7.9, setup.py/crypto updatev1.7.91.7.9Jeff Forcier2011-11-071-1/+1
* Crypto released a setuptools bugfix as 2.4.1.Jeff Forcier2011-11-041-1/+1
* Crypto 2.4 doesn't play well with setup.py/setuptoolsv1.7.81.7.8Jeff Forcier2011-10-231-1/+1
* Re-add rather important prior work attributionJeff Forcier2011-10-231-1/+1
* Copyright update, pending removal of preamble from all filesJeff Forcier2011-10-2360-65/+65
* Esperanto removalJeff Forcier2011-10-231-1/+1
* Update version to 1.7.8, no need for 4 partsJeff Forcier2011-10-233-5/+5
* Tweak setup.py to match READMEJeff Forcier2011-10-231-4/+3
* Add additional Random.atfork() to prevent RNG errors in large runsJeff Forcier2011-10-231-0/+4
* Update test/kex related string literalsJeff Forcier2011-10-233-9/+9
* Update README to be consistent with new statusJeff Forcier2011-10-231-14/+7
* Initial rename: paramiko=>sshJeff Forcier2011-10-2367-797/+796
* version 1.7.7.1v1.7.7.11.7.7.1Robey Pointer2011-05-236-10/+10
* oops. fix potential exception when there's no ssh agent available.Robey Pointer2011-05-231-1/+3
* version 1.7.7Robey Pointer2011-05-236-190/+34
* remove the download link since that seems flakyRobey Pointer2011-05-211-2/+1
* slight readme cleanupRobey Pointer2011-05-211-20/+11
* patch from sugarc0de to call Random.atfork() when starting up, so paramiko ca...Robey Pointer2011-05-211-5/+2
* Merge pull request #9 from tehfink/masterRobey Pointer2011-05-211-10/+11
|\
| * support for openssl keys (http://www.mail-archive.com/paramiko@lag.net/msg004...tehfink2010-11-201-10/+11
* | Merge pull request #8 from garyvdm/masterRobey Pointer2011-05-2121-385/+50
|\ \
| * | Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-0321-385/+50
| |/
* | require a newer version of pycrypto and point to the new pageRobey Pointer2011-05-211-1/+1
* | Merge pull request #7 from jelmer/masterRobey Pointer2011-05-211-4/+10
|\ \
| * | Try connecting to each available address family until one succeeds.Andrew Bennetts2010-05-131-4/+10
| |/
* | Merge remote branch 'netik/master'Robey Pointer2011-05-211-1/+9
|\ \ | |/ |/|
| * patch ssh-agent handling to not leak file descriptorsJohn Adams2011-02-011-1/+9
|/
* fix spelling of "hierarchical" -- thanks, Thomas Guettler!Robey Pointer2010-04-253-3/+3
* ignore the egg-info stuff.Robey Pointer2010-04-251-2/+3
* patch from Shad Sharma to raise an exception if the transport isn't active wh...Robey Pointer2010-04-251-3/+1
* patch from Michele Bertoldi to allow compression to be turned on in the clien...Robey Pointer2010-04-251-2/+5
* i lost who sent this to me (sorry). patches to fix AIX.Robey Pointer2010-04-252-6/+7
* code style and fix test.Robey Pointer2010-04-132-5/+9
* brittspace.Robey Pointer2010-04-131-23/+23
* Merge remote branch 'larrywright/master'Robey Pointer2010-04-132-4/+35
|\
| * added functionality to skip verifying the file, which works around sftp serve...Larry Wright2009-12-182-4/+35
|/
* bump to 1.7.6.release-1.7.6Robey Pointer2009-11-017-13/+20
* brittspace.Robey Pointer2009-11-013-103/+103
* bug 426925: lookup host keys correctly when they have a different port.Robey Pointer2009-11-012-23/+29
* bug 411910: when asking for a sockaddr, ask for streams only.Robey Pointer2009-11-012-2/+2
* bug 413850: patch from patrick mcnerthney. fix race between a server respondi...Robey Pointer2009-10-311-12/+19
* bug 363163: copy the SSHClient AF patch to transport.py too.Robey Pointer2009-10-312-49/+55
* ignore more.Robey Pointer2009-10-311-0/+2
* bug 411099: chdir() isn't saving the cwd in a normalized way. added test.Robey Pointer2009-10-312-53/+69
* bump to 1.7.5.release-1.7.5Robey Pointer2009-07-193-6/+14
* patch from evan jones: simplify wait_for_event.Robey Pointer2009-07-191-14/+12
* ignore extra fields in a hosts file, since apparently some apps are putting c...Robey Pointer2009-07-191-1/+2
* oops.Robey Pointer2009-07-191-1/+1
* patch from sofian brabez to fix hexdump logging in sftp_client.Robey Pointer2009-07-191-1/+5
* patch from jim wilcoxson: raise an error early if chdir will fail.Robey Pointer2009-07-191-0/+3