summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* Increment version for releasev1.7.7.21.7.7.2Jeff Forcier2012-05-162-4/+4
* Merge #63Jeff Forcier2012-05-161-5/+15
* version 1.7.7.1v1.7.7.11.7.7.1Robey Pointer2011-05-232-4/+4
* oops. fix potential exception when there's no ssh agent available.Robey Pointer2011-05-231-1/+3
* version 1.7.7Robey Pointer2011-05-232-6/+6
* 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-2117-372/+33
|\ \
| * | Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-0317-372/+33
| |/
* | 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
| |/
* | patch ssh-agent handling to not leak file descriptorsJohn Adams2011-02-011-1/+9
|/
* fix spelling of "hierarchical" -- thanks, Thomas Guettler!Robey Pointer2010-04-251-1/+1
* 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-131-1/+5
* brittspace.Robey Pointer2010-04-131-23/+23
* added functionality to skip verifying the file, which works around sftp serve...Larry Wright2009-12-181-4/+7
* bump to 1.7.6.release-1.7.6Robey Pointer2009-11-012-6/+6
* brittspace.Robey Pointer2009-11-013-103/+103
* bug 426925: lookup host keys correctly when they have a different port.Robey Pointer2009-11-011-4/+10
* 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
* bug 411099: chdir() isn't saving the cwd in a normalized way. added test.Robey Pointer2009-10-311-31/+35
* 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
* fix my email address to be the current one.Robey Pointer2009-07-1933-40/+40
* make the "auth type not permitted" message debug level, for bazaar.Robey Pointer2009-07-191-1/+1
* patch from gary poster: allow multiple hostnames to be specified per block in...Robey Pointer2009-07-191-18/+23
* patch from andreux fort: add a timeout to the key exchange, so that if the re...Robey Pointer2009-07-191-0/+4
* close the local/remote files in finally blocks in sftp get & put, so fds don'...Robey Pointer2009-07-191-25/+33
* patch for ARC4 cipher support, and CTR block chaining, from denis bernard.Robey Pointer2009-07-192-5/+56
* fix tests.Robey Pointer2009-05-101-2/+0
* typoShikhar Bhushan2009-04-181-2/+2
* fix ipv6 support in SSHClientShikhar Bhushan2009-04-181-6/+12
* patch from maxime ripard adding ip6 support.Robey Pointer2009-04-141-1/+4
* patch from james bardin: bail early if the high byte is zero.Robey Pointer2009-04-142-1/+3
* bug 300536: allow a really long banner before the SSH handshake.Robey Pointer2009-02-172-4/+4
* fix silly exception message.Robey Pointer2009-02-161-1/+1
* make the transport a daemon thread since python 1.6 doesn't call the atexit h...Robey Pointer2009-02-161-1/+2
* [project @ robey@lag.net-20080707012221-5fz3q4j2gvqlbmhl]release-1.7.4Robey Pointer2008-07-062-5/+5
* [project @ robey@lag.net-20080707002355-kl44yurqgjfhk7dd]Robey Pointer2008-07-061-3/+5
* [project @ robey@lag.net-20080707002335-9fw0bd9tj7ndcueg]Robey Pointer2008-07-061-0/+2
* [project @ robey@lag.net-20080706230815-v2ybqxm237zw0wa0]Robey Pointer2008-07-061-2/+14