Jeff Forcier
|
3c01fdda14
|
Fix #28: hide interpreter-death threading exceptions
(cherry picked from commit 3709d2e02bf67ccc272e1f2311e5db125a922ba0)
|
2012-09-24 18:59:54 -07:00 |
Douglas Turk
|
681a465f32
|
Handle/fix handling of EINTR errors in a few places.
(cherry picked from commit 351bdb72e539c373985e108c89f61839f3acdd2a)
Conflicts:
paramiko/agent.py
paramiko/client.py
paramiko/transport.py
|
2012-09-24 18:58:54 -07:00 |
Bobby Impollonia
|
bd5c843040
|
Replace hard tabs with spaces
(cherry picked from commit c07eddb9e1 )
|
2012-09-23 16:18:56 -07:00 |
Jeff Forcier
|
7b7b23572b
|
Let's not have 5 different freakin version strings
Also bumps to 1.7.10
(cherry picked from commit 01eea3326a )
Conflicts:
README
paramiko/__init__.py
paramiko/transport.py
setup.py
|
2012-09-23 16:03:38 -07:00 |
Jeff Forcier
|
ba4dc2a26b
|
Don't mix tabs and spaces
(cherry picked from commit 8c8d0a81ad )
|
2012-09-23 15:56:06 -07:00 |
Ben Davis
|
c46fddeb16
|
Added ssh agent support. Ported from https://github.com/robey/paramiko/pull/21
(cherry picked from commit 35a173631f )
Conflicts:
paramiko/agent.py
|
2012-09-23 15:55:38 -07:00 |
Jeff Forcier
|
f8239015ec
|
Add additional Random.atfork() to prevent RNG errors in large runs
Conflicts:
paramiko/transport.py
Was: ssh 41f4566
|
2012-09-23 14:21:22 -07:00 |
Jeff Forcier
|
8f9b37add4
|
Initial port of 3709d2e02bf67ccc272e1f2311e5db125a922ba0 from 'ssh'
Re #17
|
2012-09-13 19:28:07 -07:00 |
Jeff Forcier
|
322819454d
|
Increment version for release
|
2012-05-16 16:03:10 -07:00 |
Robey Pointer
|
7bcbc24198
|
version 1.7.7.1
|
2011-05-23 13:49:47 -07:00 |
Robey Pointer
|
18f6a836da
|
version 1.7.7
|
2011-05-23 00:40:37 -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
|
e891a5e473
|
Merge pull request #8 from garyvdm/master
Untitled
|
2011-05-21 19:11:34 -07: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
|
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
|
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
|
c628faa102
|
bug 411910: when asking for a sockaddr, ask for streams only.
|
2009-11-01 18:58:23 -08: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
|
60c6e94e7d
|
fix my email address to be the current one.
|
2009-07-19 19:45:02 -07:00 |
Robey Pointer
|
15f4bdb105
|
patch from andreux fort: add a timeout to the key exchange, so that if the remote side doesn't ever answer, eventually we give up. bug #378511
|
2009-07-19 16:00:39 -07:00 |
Robey Pointer
|
ac42ba88d7
|
patch for ARC4 cipher support, and CTR block chaining, from denis bernard.
|
2009-07-19 15:04:54 -07:00 |
Robey Pointer
|
74b581c170
|
bug 300536: allow a really long banner before the SSH handshake.
|
2009-02-17 18:30:48 -08:00 |
Robey Pointer
|
5def112013
|
fix silly exception message.
|
2009-02-16 01:35:22 -08:00 |
Robey Pointer
|
25417575ef
|
make the transport a daemon thread since python 1.6 doesn't call the atexit handler correctly any more. also allow unicode as a hostname.
|
2009-02-16 01:24:26 -08:00 |
Robey Pointer
|
2fda984906
|
[project @ robey@lag.net-20080707012221-5fz3q4j2gvqlbmhl]
bump version to 1.7.4 (desmond).
|
2008-07-06 18:22:21 -07:00 |
Robey Pointer
|
c52b11ba17
|
[project @ robey@lag.net-20080324065154-w8p2lhawmsbynxc0]
bump version to 1.7.3 (clara)
|
2008-03-23 23:51:54 -07:00 |
Robey Pointer
|
9a6ffec93f
|
[project @ robey@lag.net-20080323082110-o9fglwyiozn08tm9]
bug 191657:
clean up usage of the channel map by making a special object to hold the
weak value dict.
|
2008-03-23 01:21:10 -07:00 |
Robey Pointer
|
ceb65ed55f
|
[project @ robey@lag.net-20080220055938-c772bcrnw9lm2kcd]
for forwarded-tcpip connections, stuff the origin_addr in a public field in
the Channel, in case recipients find it useful info.
|
2008-02-19 21:59:38 -08:00 |
Robey Pointer
|
888aa8d5b7
|
[project @ robey@lag.net-20080124045017-dfqiamorj356btrd]
fix the utf-8 password bug for good (aka bug 177117) and add unit tests
this time.
|
2008-01-23 20:50:17 -08:00 |
Robey Pointer
|
4031ae9292
|
[project @ robey@lag.net-20080122025908-h8xm28k72umoeo7y]
bump to version 1.7.2 (basil)
|
2008-01-21 18:59:08 -08:00 |
Robey Pointer
|
ba1fd0d61b
|
[project @ robey@lag.net-20071231052950-8h599bnez3sgbf2e]
patch from david guerizec for direct-tcpip forwarding support, and a unit
test added by yours truly.
|
2007-12-30 21:29:50 -08:00 |
Robey Pointer
|
39b45b4000
|
[project @ robey@lag.net-20070611044506-2c1c1t2avdr3yuaa]
bump up to 1.7.1 (amy)
|
2007-06-10 21:45:06 -07:00 |
Robey Pointer
|
cb0e01dd86
|
[project @ robey@lag.net-20070218212228-qdk8w1n4is0cady3]
bump version to 1.7 zubat
|
2007-02-18 13:22:28 -08:00 |
Robey Pointer
|
83b335e10f
|
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
bump copyright year to 2007
|
2007-02-13 11:17:06 -08:00 |
Robey Pointer
|
b9f43f3f06
|
[project @ robey@lag.net-20070212183021-0c9dx3w16m0x2non]
add a convenience method for open_forwarded_tcpip_channel
|
2007-02-12 10:30:21 -08:00 |
Robey Pointer
|
bc66f5eed2
|
[project @ robey@lag.net-20061226012631-dlhl2akelqy8z0v8]
remove silly comment about compression not being tested
|
2006-12-25 20:26:31 -05:00 |
Robey Pointer
|
76285309cf
|
[project @ robey@lag.net-20061203023334-72zo500ys0l1le30]
potential port forwarding support; probably buggly cuz i haven't added unit tests yet :)
|
2006-12-02 18:33:34 -08:00 |
Robey Pointer
|
fec76c51b1
|
[project @ robey@lag.net-20061121001117-8mf8zzltvfvzzrv7]
add support for opening x11 channels, and a unit test
|
2006-11-20 16:11:17 -08:00 |
Robey Pointer
|
b956cc4831
|
[project @ robey@lag.net-20061119205558-p5p2tmqx0xt7hq9r]
bump version to 1.6.4 (yanma) and trim the README changes-history a bit
|
2006-11-19 12:55:58 -08:00 |
Robey Pointer
|
48afc3082a
|
[project @ robey@lag.net-20061112063054-bf71926ff8c98c68]
a bit of cleanup in close() to try harder to avoid having lingering threads
|
2006-11-11 22:30:54 -08:00 |
Robey Pointer
|
7e27adacf1
|
[project @ robey@lag.net-20061015015628-371a037b5165d634]
bump version to 1.6.3
|
2006-10-14 18:56:28 -07:00 |
Robey Pointer
|
93ab477408
|
[project @ robey@lag.net-20061001034525-8f78a989ecde720c]
bug fix from mike looijmans: notify any thread waiting in accept() when the transport dies
|
2006-09-30 20:45:25 -07:00 |
Robey Pointer
|
1f4a3f1976
|
[project @ robey@lag.net-20060829181836-1cd17df7729c4db8]
remove usage of has_key, which is dangerous and deprecated
|
2006-08-29 11:18:36 -07:00 |
Robey Pointer
|
b23079b135
|
[project @ robey@lag.net-20060829012231-328fee7de77036be]
fix a couple of pcheck warnings
|
2006-08-28 18:22:31 -07:00 |
Robey Pointer
|
49418d1145
|
[project @ robey@lag.net-20060816213132-2e094c077d22dc50]
bump version to 1.6.2
|
2006-08-16 14:31:32 -07:00 |
Robey Pointer
|
4737e44e40
|
[project @ robey@lag.net-20060723235548-2f5f9ae591d683ca]
clean up use of expected_packet and make it accept a tuple of packet types
|
2006-07-23 16:55:48 -07:00 |
Robey Pointer
|
ffcc22e784
|
[project @ robey@lag.net-20060713194617-35597c20a6b3bc59]
bump version to 1.6 (oops, forgot to check this in a few days ago)
|
2006-07-13 12:46:17 -07:00 |
Robey Pointer
|
e0f0ae5eb2
|
[project @ robey@lag.net-20060530065945-158cc1305bfc2c82]
missed the client id
|
2006-05-29 23:59:45 -07:00 |