summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2007-11-09[project @ robey@lag.net-20071110065222-xt335qy6c4s6flze]Robey Pointer
patch from james bardin to allow closing an SSHClient more than once. :)
2007-11-09[project @ robey@lag.net-20071110065121-76ooutayf5dvvuqh]Robey Pointer
add get_transport() to fetch the Transport from an SSHClient.
2007-11-09[project @ robey@lag.net-20071110065103-a169t3ijqapq0zlo]Robey Pointer
fix some typos.
2007-10-28[project @ robey@lag.net-20071029030520-ozmne7y4l6037m8h]Robey Pointer
bug discovered while porting to jaramiko: old-style gex wasn't creating the proper hash. fixed.
2007-10-28[project @ robey@lag.net-20071029030344-9adfzb9ulfodtepu]Robey Pointer
bug 157205: select() doesn't notify incoming stderr data, because stderr's pipe isn't hooked up to the fileno() BufferedPipe. to fix, i added an "or" pipe-event that can be triggered by either stdout or stderr, and hooked them both up to fileno(). added a unit test for the bug and one for the "or" pipe.
2007-09-23[project @ robey@lag.net-20070924062534-5yemkpyjy2sssvjn]Robey Pointer
bug 137219: handle EINTR in a read or write, if python doesn't.
2007-08-31[project @ robey@lag.net-20070901031348-6x0zif4cdtqu4vvu]Robey Pointer
jon slavin points out that using the 'cmp' keyword is not compatible with python 2.3.
2007-06-10[project @ robey@lag.net-20070611044506-2c1c1t2avdr3yuaa]Robey Pointer
bump up to 1.7.1 (amy)
2007-06-10[project @ robey@lag.net-20070611044447-ewcm7qcrmtdfyspq]Robey Pointer
change README to rest format
2007-06-10[project @ robey@lag.net-20070611043523-ol2r0nbenkjc7abb]Robey Pointer
create new TODO file
2007-06-10[project @ robey@lag.net-20070611041319-llhshb80tvjvlhah]Robey Pointer
move the news entries to a new rest file
2007-05-20[project @ robey@lag.net-20070521023545-8a36vex4ewgdxcwk]Robey Pointer
merge in a modified form of a patch from alexander belchenko. this lets windows users use the 'win32all' module *or* the 'ctypes' module, if they have ctypes installed. python 2.5 comes with ctypes in the standard library.
2007-05-20[project @ robey@lag.net-20070521002334-6bx5g0zrnb10sgyd]Robey Pointer
add optional timeout parameter to SSHClient.connect(), based on a patch from james bardin.
2007-05-20[project @ robey@lag.net-20070520225704-j1czjtrl2hu7t1pj]Robey Pointer
add a get_channel() method to SFTPClient, to retrieve the underlying channel.
2007-05-20[project @ robey@lag.net-20070520225622-ozs9cguu8ipaxt85]Robey Pointer
patch from wesley augur: expose the 'longname' field from listdir_attr().
2007-03-26[project @ robey@lag.net-20070326075819-y7972z9cy3ffmw76]Robey Pointer
expose PKey for documentation, so inherited methods can be seen in DSSKey and RSAKey
2007-02-18[project @ robey@lag.net-20070218212332-ufb5mk2ne0bzamx5]Robey Pointer
oops, fix doc typo
2007-02-18[project @ robey@lag.net-20070218212228-qdk8w1n4is0cady3]Robey Pointer
bump version to 1.7 zubat
2007-02-13[project @ robey@lag.net-20070213192109-axy7gl61x7w0cpbp]Robey Pointer
add get/put to the sftp demo
2007-02-13[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer
bump copyright year to 2007
2007-02-12[project @ robey@lag.net-20070212183050-kaf5lvrbw46v9i59]Robey Pointer
improve x11 test and add a test for reverse port forwarding
2007-02-12[project @ robey@lag.net-20070212183021-0c9dx3w16m0x2non]Robey Pointer
add a convenience method for open_forwarded_tcpip_channel
2007-02-12[project @ robey@lag.net-20070212182955-eaqi0dhzk0p8tw02]Robey Pointer
slightly improve docs; mention check_channel_x11_request
2007-02-10[project @ robey@lag.net-20070211022613-tvtcqzmho5cxr55u]Robey Pointer
fix a couple of typos discovered by mczepiel.
2007-02-10[project @ robey@lag.net-20070211022553-mjbl0w7wygpl7os5]Robey Pointer
add another test to check out private key auth.
2007-02-10[project @ robey@lag.net-20070210235828-2a24iw2xqe4lnf42]Robey Pointer
patch from mpool to fix a python 2.5 warning: stat() returns floats for times and we want to encode them as ints.
2007-01-22[project @ robey@lag.net-20070122211718-02rz92vb9626vur4]Robey Pointer
an errant slash was making unit tests unrunnable on windows
2006-12-27[project @ robey@lag.net-20061227214016-ebfnh1q09zt8z3ej]Robey Pointer
as john arbash meinel points out, this assert wasn't validating internal consistency, because a readv() request may ask for more data than is left in the file. so remove the assert.
2006-12-27[project @ robey@lag.net-20061227194121-hzrmwbb6ea14unkg]Robey Pointer
once, this test failed, so add a timer
2006-12-27[project @ robey@lag.net-20061227194104-ztyb6hi94wp9egp2]Robey Pointer
fix bug in prefetch confirmation
2006-12-25[project @ robey@lag.net-20061226012748-lmbxlsue9q2jzk8x]Robey Pointer
if connecting to the agent fails, assume it's just not there, and don't raise an exception. (suggestion from martin pool on bazaar-dev.)
2006-12-25[project @ robey@lag.net-20061226012631-dlhl2akelqy8z0v8]Robey Pointer
remove silly comment about compression not being tested
2006-12-16[project @ robey@lag.net-20061217011840-wndj9dyd2f9g512e]Robey Pointer
don't need to expanduser twice
2006-12-15[project @ robey@lag.net-20061215222108-7pu0151970w1e1lp]Robey Pointer
add a ResourceManager to replace __del__ methods, and use it in SSHClient to automatically close any open transport when the SSHClient is collected. this won't work on Transport itself (to close the attached packetizer) because Transport starts up its own thread, and the threading library keeps a Transport object alive to run that thread. i think that's okay; the SSHClient interface is meant to be the easier one, so that's the one where it's important that some auto-cleanup is attempted.
2006-12-15[project @ robey@lag.net-20061215211936-rgc3uzy5ai9h6qho]Robey Pointer
bug 75370: notice garbage sftp packets since sftp packets shouldn't be larger than about 32k, if the first length byte is non-zero (ie, the packet size > 16M), raise an exception.
2006-12-02[project @ robey@lag.net-20061203023334-72zo500ys0l1le30]Robey Pointer
potential port forwarding support; probably buggly cuz i haven't added unit tests yet :)
2006-11-27[project @ robey@lag.net-20061127192023-ns5lhww0jc84f21t]Robey Pointer
absorb socket.errors caused by a closed socket if we knew it was closed
2006-11-20[project @ robey@lag.net-20061121001117-8mf8zzltvfvzzrv7]Robey Pointer
add support for opening x11 channels, and a unit test
2006-11-20[project @ robey@lag.net-20061120192137-1rcpiiq9mcd58m76]Robey Pointer
reorder the closing of the pipe in Channel.close() to make sure it happens even when the channel is closed by the remote host first
2006-11-19[project @ robey@lag.net-20061119205558-p5p2tmqx0xt7hq9r]Robey Pointer
bump version to 1.6.4 (yanma) and trim the README changes-history a bit
2006-11-12[project @ robey@lag.net-20061113041742-e24468a63d31b8bd]Robey Pointer
sometimes the sftp module is used with raw sockets, not just paramiko Channels. in this case, calling recv() will never return. so notice this and use select() to give python a chance to notice a closed socket. this kind of thing is especially useful for unit tests.
2006-11-11[project @ robey@lag.net-20061112063054-bf71926ff8c98c68]Robey Pointer
a bit of cleanup in close() to try harder to avoid having lingering threads
2006-11-11[project @ robey@lag.net-20061112055617-098a150cf051bffa]Robey Pointer
try a trick that should let 'hostkeys[hostname][keytype] = key' work for HostKeys objects again.
2006-11-10[project @ robey@lag.net-20061111005330-08c517e2576693bd]Robey Pointer
use python from env for unit tests
2006-11-10[project @ robey@lag.net-20061111004413-7bab08f1bad7f96f]Robey Pointer
bug 70398: allow constructions like: hostkeys['hostname'] = {} to create an empty host entry object, so that future attempts to set keys will at least not throw an exception. (they'll still silently do nothing, though.)
2006-10-31[project @ robey@lag.net-20061031223747-9fda3f2c1112c5dc]Robey Pointer
(bug 69222) on some recent linux kernels, a socket can return "readable" from select, but a subsequent read() will return EAGAIN. this is against the contract of select(), so python's socketmodule doesn't catch it or handle it. therefore, we need to. EAGAIN should now be treated the same as a socket timeout.
2006-10-31[project @ robey@lag.net-20061031190617-1113fb493ff5b690]Robey Pointer
(bug 69330) in SFTPClient._auth, check for the existence of the rsa/dsa keys before trying to open them, so that an I/O exception doesn't mask an earlier one.
2006-10-31[project @ robey@lag.net-20061031185035-b57ad8184c39063a]Robey Pointer
include setup_helper.py in the manifest
2006-10-14[project @ robey@lag.net-20061015015628-371a037b5165d634]Robey Pointer
bump version to 1.6.3
2006-10-14[project @ robey@lag.net-20061015012126-36370734592aff17]Robey Pointer
might as well assert this