summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2006-08-01[project @ robey@lag.net-20060801182715-f0977a00fbcce456]Robey Pointer
fix logic in checking prefetch buffers: don't stop looking for prefetched data just because all the buffers have arrived
2006-08-01[project @ robey@lag.net-20060801182357-e030af9570314145]Robey Pointer
use hexlify instead of home-grown hexify
2006-08-01[project @ robey@lag.net-20060801182143-088ff687e0945937]Robey Pointer
use hexlify in tests
2006-08-01[project @ robey@lag.net-20060801182053-a74d120228b8009a]Robey Pointer
use hexlify instead of custom-made hexify in demos
2006-07-31[project @ robey@lag.net-20060731070137-571efc087c20347a]Robey Pointer
clean up test.py a bit and allow filtering from the command line
2006-07-30[project @ robey@lag.net-20060731065604-ec418957546f7ec9]Robey Pointer
explain about the new launchpad site
2006-07-29[project @ robey@lag.net-20060729182801-e5e501844712bd85]Robey Pointer
oops, forgot to import SSHException
2006-07-26[project @ robey@lag.net-20060727025519-bffe5bcc0556d779]Robey Pointer
variant of a patch from warren young to preserve the order of host entries from the 'known_hosts' file and preserve knowlege of which lines had multiple hostnames on them
2006-07-26[project @ robey@lag.net-20060726191515-6ff627b4d7216073]Robey Pointer
if a chunk has been requested in prefetch, don't bother doing an overlapping prefetch during readv
2006-07-25[project @ robey@lag.net-20060726002947-e60cb0a3d7b86919]Robey Pointer
don't fetch readv chunks that we have reason to believe are already in prefetch buffers. no longer need to order the prefetch requests either.
2006-07-25[project @ robey@lag.net-20060726000907-b9a2d46eecc64cec]Robey Pointer
allow prefetch + readv to occur at the same time (even though it will be really inefficient). instead of a moving pointer, use the prefetched buffers as an indication of what we've downloaded so far. break up large readv requests into the max packet size. add 2 more unit tests to test this stuff.
2006-07-23[project @ robey@lag.net-20060723235649-5f757e44908ffb31]Robey Pointer
attempt to implement support for kex-gex 'old' packet type, which is apparently used by putty (this would only affect paramiko in server mode)
2006-07-23[project @ robey@lag.net-20060723235616-fe1d7920eb25a0ec]Robey Pointer
clean up pyc files too
2006-07-23[project @ robey@lag.net-20060723235548-2f5f9ae591d683ca]Robey Pointer
clean up use of expected_packet and make it accept a tuple of packet types
2006-07-23[project @ robey@lag.net-20060723204116-319c388eacb937d6]Robey Pointer
fix SSHException references in demos
2006-07-13[project @ robey@lag.net-20060713194617-35597c20a6b3bc59]Robey Pointer
bump version to 1.6 (oops, forgot to check this in a few days ago)
2006-07-10[project @ robey@lag.net-20060710070003-b9c4a1a7f7ab0ae9]Robey Pointer
apparently some sftp servers may return an mtime of 0xffffffff -- just in case, ignore that value
2006-07-09[project @ robey@lag.net-20060710065931-5e87f3d9879dad46]Robey Pointer
new ignores
2006-06-27[project @ robey@lag.net-20060628050022-2f0d754ed70356f1]Robey Pointer
anal-retentive conversion to 'while True'
2006-06-27[project @ robey@lag.net-20060628045919-ffac82c51c51b3df]Robey Pointer
make HostKeys use odict to ensure order is preserved, and add HostKeys.save()
2006-06-26[project @ robey@lag.net-20060627064106-71a2bfb5a39a2913]Robey Pointer
add PKey.from_private_key to read from a file object
2006-06-26[project @ robey@lag.net-20060627060810-93a5453df5ae4a62]Robey Pointer
log mkdir mode when given
2006-06-26[project @ robey@lag.net-20060627060703-3d7eadfb1f5042ad]Robey Pointer
catch and discard exceptions thrown when sending a status response during an exception
2006-06-26[project @ robey@lag.net-20060627060600-07d5b7e2fc57202d]Robey Pointer
add PKey.write_private_key to write a private key into a file object, and add tests for it
2006-05-30[project @ robey@lag.net-20060530070000-358e08e75c891d8b]Robey Pointer
add __setitem__ for HostKeys
2006-05-29[project @ robey@lag.net-20060530065945-158cc1305bfc2c82]Robey Pointer
missed the client id
2006-05-29[project @ robey@lag.net-20060530065858-6300e2d76304778c]Robey Pointer
convert an EOFError into SSHException during sftp negotation
2006-05-12[project @ robey@lag.net-20060512172544-f1cab2a1959987bf]Robey Pointer
fix new cygwin test failures reported by alexander
2006-05-10[project @ robey@lag.net-20060511013755-ab5fc64a30791cac]Robey Pointer
trim more of the history
2006-05-10[project @ robey@lag.net-20060511013313-411d1524da3b53f0]Robey Pointer
bump version to 1.6, fix up docs a little bit
2006-05-10[project @ robey@lag.net-20060511011140-ab3550c28121f900]Robey Pointer
fix a few bugs found by pycheck
2006-05-09[project @ robey@lag.net-20060509164549-14e664f234b4b747]Robey Pointer
new parent exception for all auth failures, and new specific exception for bad host key
2006-05-07[project @ robey@lag.net-20060508005224-a8a04cd59f9fa016]Robey Pointer
pulled out openssh config parsing into its own class
2006-05-07[project @ robey@lag.net-20060508002320-d6e64e96f913febd]Robey Pointer
check off a few readme items
2006-05-07[project @ robey@lag.net-20060508002214-0403d95f73b152f5]Robey Pointer
couple of doc fixes
2006-05-07[project @ robey@lag.net-20060508002007-3b7b87c361fe876a]Robey Pointer
add unit tests for SSHClient, and fix a few bugs that uncovered
2006-05-07[project @ robey@lag.net-20060507230153-dba6b2d664b5ef3f]Robey Pointer
channel operations raise an exception on error now instead of returning a bool
2006-05-03[project @ robey@lag.net-20060504025237-a015ee747d9a2e75]Robey Pointer
if open_channel fails, it now raises ChannelException. added a unit test for that too. renegotiate_keys will also raise an exception now instead of returning a bool.
2006-05-03[project @ robey@lag.net-20060503163531-2297cd257acc51e5]Robey Pointer
make a slightly different exception for the expected mode on cygwin (why would they add support for some but not all of the unix mode bits? very odd)
2006-05-01[project @ robey@lag.net-20060502002709-617a268779f7ca6b]Robey Pointer
readv should just yield results as it gets them (suggestion from robertc)
2006-04-29[project @ robey@lag.net-20060430024043-e4391438febc9bf2]Robey Pointer
check for None channel and display error
2006-04-29[project @ robey@lag.net-20060430023238-3cd706d10c2de472]Robey Pointer
try to clean up if the server object throws an exception
2006-04-28[project @ robey@lag.net-20060428174959-bae73f58ca8ed33a]Robey Pointer
patch from nicholas piper to catch keepalives sent to the client
2006-04-28[project @ robey@lag.net-20060428172401-ad8da020daedd941]Robey Pointer
2 more unit test bugs found by alexander (can't change atime on win32)
2006-04-23[project @ robey@lag.net-20060424011141-18957fe09447af6b]Robey Pointer
more README
2006-04-23[project @ robey@lag.net-20060424011126-66797c157af18805]Robey Pointer
add SSHClient (so far)
2006-04-23[project @ robey@lag.net-20060424011046-7edc8e67b364f07d]Robey Pointer
mark a couple of functions as since 1.5.2
2006-04-20[project @ robey@lag.net-20060420072722-924a44953b8d9919]Robey Pointer
tweak a test that relied too much on timing
2006-04-20[project @ robey@lag.net-20060420072627-958cad5e36cb8ecc]Robey Pointer
fix a bug where prefetch() at EOF would throw an exception, and add a unit test
2006-04-12[project @ robey@lag.net-20060412205753-e6c5d195a51fc389]Robey Pointer
fix docs