Jeff Forcier
|
9234baed01
|
Bump to 1.7.11
|
2011-11-18 08:56:12 -08:00 |
Jeff Forcier
|
d9ba7a644c
|
Partially revert centralized version stuff
|
2011-11-18 08:55:07 -08:00 |
Jeff Forcier
|
175075e045
|
Goofed up the RST
|
2011-11-17 17:40:41 -08:00 |
Jeff Forcier
|
48c21beac9
|
add ==dev install URL to setup.py
|
2011-11-17 17:37:28 -08:00 |
Jeff Forcier
|
01eea3326a
|
Let's not have 5 different freakin version strings
Also bumps to 1.7.10
|
2011-11-17 17:30:00 -08:00 |
Jeff Forcier
|
bd3a64fac2
|
Going to release 1.7.10 for ==dev
|
2011-11-17 17:12:44 -08:00 |
Jeff Forcier
|
08ff651d0f
|
Add post-Paramiko changelog file for now
|
2011-11-17 17:12:42 -08:00 |
Jeff Forcier
|
ea8e73a389
|
Bump to 1.7.9, setup.py/crypto update
|
2011-11-07 17:30:13 -08:00 |
Jeff Forcier
|
2279ef6909
|
Crypto released a setuptools bugfix as 2.4.1.
|
2011-11-04 14:00:24 -07:00 |
Jeff Forcier
|
12cf1674fc
|
Crypto 2.4 doesn't play well with setup.py/setuptools
|
2011-10-23 15:06:47 -07:00 |
Jeff Forcier
|
3be4590daa
|
Re-add rather important prior work attribution
|
2011-10-23 00:49:36 -07:00 |
Jeff Forcier
|
e37f0b57bd
|
Copyright update, pending removal of preamble from all files
|
2011-10-23 00:47:50 -07:00 |
Jeff Forcier
|
9980745ad2
|
Esperanto removal
|
2011-10-23 00:47:33 -07:00 |
Jeff Forcier
|
5e0a329028
|
Update version to 1.7.8, no need for 4 parts
|
2011-10-23 00:47:10 -07:00 |
Jeff Forcier
|
673c427fe6
|
Tweak setup.py to match README
|
2011-10-23 00:36:12 -07:00 |
Jeff Forcier
|
41f45668b8
|
Add additional Random.atfork() to prevent RNG errors in large runs
|
2011-10-23 00:33:52 -07:00 |
Jeff Forcier
|
7b545ff46d
|
Update test/kex related string literals
|
2011-10-23 00:16:02 -07:00 |
Jeff Forcier
|
a228ab41e3
|
Update README to be consistent with new status
|
2011-10-23 00:01:06 -07:00 |
Jeff Forcier
|
3971917d2b
|
Initial rename: paramiko=>ssh
|
2011-10-23 00:00:43 -07:00 |
Robey Pointer
|
7bcbc24198
|
version 1.7.7.1
|
2011-05-23 13:49:47 -07:00 |
Robey Pointer
|
afae8dd7c5
|
oops. fix potential exception when there's no ssh agent available.
|
2011-05-23 13:40:33 -07:00 |
Robey Pointer
|
18f6a836da
|
version 1.7.7
|
2011-05-23 00:40:37 -07:00 |
Robey Pointer
|
db1c1efb7f
|
remove the download link since that seems flaky
|
2011-05-21 19:42:28 -07:00 |
Robey Pointer
|
a139d543ca
|
slight readme cleanup
|
2011-05-21 19:30:06 -07:00 |
Robey Pointer
|
5d9eeaedcc
|
patch from sugarc0de to call Random.atfork() when starting up, so paramiko can be used in multiprocess code
|
2011-05-21 19:29:38 -07:00 |
Robey Pointer
|
22608540c3
|
Merge pull request #9 from tehfink/master
support for openssl keys
|
2011-05-21 19:12:35 -07:00 |
Robey Pointer
|
e891a5e473
|
Merge pull request #8 from garyvdm/master
Untitled
|
2011-05-21 19:11:34 -07:00 |
Robey Pointer
|
33482ff338
|
require a newer version of pycrypto and point to the new page
|
2011-05-21 19:08:46 -07:00 |
Robey Pointer
|
4efd0e6d3c
|
Merge pull request #7 from jelmer/master
Fix for issue 6: paramiko does not try all available address families
|
2011-05-21 19:02:23 -07:00 |
Robey Pointer
|
0a9596aed3
|
Merge remote branch 'netik/master'
|
2011-05-21 18:57:09 -07:00 |
John Adams
|
33fd998a94
|
patch ssh-agent handling to not leak file descriptors
|
2011-02-01 02:43:17 -08:00 |
tehfink
|
d3162ac75b
|
support for openssl keys (http://www.mail-archive.com/paramiko@lag.net/msg00476.html)
|
2010-11-20 00:28:30 -05:00 |
Gary van der Merwe
|
044e702998
|
Use Crypto.Random rather than Crypto.Util.RandomPool.
|
2010-08-03 00:13:08 +02:00 |
Andrew Bennetts
|
213ab2c204
|
Try connecting to each available address family until one succeeds.
|
2010-05-13 12:56:39 +02:00 |
Robey Pointer
|
e2add90981
|
fix spelling of "hierarchical" -- thanks, Thomas Guettler!
|
2010-04-25 17:05:06 -07:00 |
Robey Pointer
|
1324242a63
|
ignore the egg-info stuff.
|
2010-04-25 16:44:33 -07:00 |
Robey Pointer
|
81c7edc1a4
|
patch from Shad Sharma to raise an exception if the transport isn't active when you try to open a new channel.
|
2010-04-25 16:42:45 -07:00 |
Robey Pointer
|
188c82eede
|
patch from Michele Bertoldi to allow compression to be turned on in the client constructor.
|
2010-04-25 13:37:13 -07:00 |
Robey Pointer
|
3242df7f09
|
i lost who sent this to me (sorry). patches to fix AIX.
|
2010-04-25 13:34:54 -07:00 |
Robey Pointer
|
f67cea44d0
|
code style and fix test.
|
2010-04-13 18:52:29 -07:00 |
Robey Pointer
|
d268594ab1
|
brittspace.
|
2010-04-13 18:51:45 -07:00 |
Robey Pointer
|
bf3a87fa9b
|
Merge remote branch 'larrywright/master'
|
2010-04-13 18:41:28 -07:00 |
Larry Wright
|
b4ee844a3c
|
added functionality to skip verifying the file, which works around sftp servers that remove the file immediately after it's been closed.
|
2009-12-18 17:02:55 -06:00 |
Robey Pointer
|
cb913d5d32
|
bump to 1.7.6.
|
2009-11-01 22:01:04 -08:00 |
Robey Pointer
|
e0a9f91c14
|
brittspace.
|
2009-11-01 21:33:13 -08:00 |
Robey Pointer
|
71e872e23a
|
bug 426925: lookup host keys correctly when they have a different port.
|
2009-11-01 21:28:47 -08:00 |
Robey Pointer
|
c628faa102
|
bug 411910: when asking for a sockaddr, ask for streams only.
|
2009-11-01 18:58:23 -08:00 |
Robey Pointer
|
a60c69c81c
|
bug 413850: patch from patrick mcnerthney. fix race between a server responding to an event and closing the channel.
|
2009-10-31 17:55:52 -07:00 |
Robey Pointer
|
e80cec73b6
|
bug 363163: copy the SSHClient AF patch to transport.py too.
|
2009-10-31 16:10:59 -07:00 |
Robey Pointer
|
d23ae79466
|
ignore more.
|
2009-10-31 16:07:55 -07:00 |