Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-10-07 | [project @ robey@lag.net-20061008002032-d6803b57bac4f62c] | Robey Pointer | |
i think the compression needs to be inside this lock in order to preserve order | |||
2006-09-30 | [project @ robey@lag.net-20061001034525-8f78a989ecde720c] | Robey Pointer | |
bug fix from mike looijmans: notify any thread waiting in accept() when the transport dies | |||
2006-09-30 | [project @ robey@lag.net-20061001034455-bf6880fdbd4dd29e] | Robey Pointer | |
trivial doc fixes | |||
2006-09-12 | [project @ robey@lag.net-20060912073153-4d8c5623d4c2aa7b] | Robey Pointer | |
merge patches from wouter van heyst and john arbash-meinel for fixing tarballs on os x, and fixing md5 on linux | |||
2006-09-12 | [project @ robey@lag.net-20060912072641-dc427855d7569dda] | Robey Pointer | |
clean docs too | |||
2006-09-11 | [project @ robey@lag.net-20060911175604-bf2798fcebd62780] | Robey Pointer | |
trap EOF errors when reading a response, and translate into SSHException | |||
2006-09-07 | [project @ robey@lag.net-20060908023959-de70f0675f25fa64] | Robey Pointer | |
fixes from mike barber for chdir and sftp attr __str__ | |||
2006-09-07 | [project @ robey@lag.net-20060908022816-ea2856cefb9d83e0] | Robey Pointer | |
fix from john arbash-meinel for the stub sftp server's default open mode | |||
2006-09-07 | [project @ robey@lag.net-20060908015516-1b8ac2af031586fe] | Robey Pointer | |
better way to change the module name | |||
2006-09-01 | [project @ robey@lag.net-20060901205930-021bcc34e3d5d8c8] | Robey Pointer | |
sadly, revert the append optimization -- it breaks for openssh | |||
2006-08-29 | [project @ robey@lag.net-20060829181836-1cd17df7729c4db8] | Robey Pointer | |
remove usage of has_key, which is dangerous and deprecated | |||
2006-08-28 | [project @ robey@lag.net-20060829012231-328fee7de77036be] | Robey Pointer | |
fix a couple of pcheck warnings | |||
2006-08-28 | [project @ robey@lag.net-20060828234834-51542dc36057b361] | Robey Pointer | |
fix __setitem__ to do the right thing | |||
2006-08-22 | [project @ robey@lag.net-20060823025610-adee7f6d9bd92725] | Robey Pointer | |
ok, ok, switch back to open() | |||
2006-08-22 | [project @ robey@lag.net-20060823025538-3f8a4d761d7d4118] | Robey Pointer | |
when a file is open for append, don't stat to get the file position unless the user asks for it explicitly | |||
2006-08-22 | [project @ robey@lag.net-20060822182819-26cf01113495c9a3] | Robey Pointer | |
don't automatically make epydocs for the private (internal) methods and classes | |||
2006-08-21 | [project @ robey@lag.net-20060822025601-aab3b723b95d3a9c] | Robey Pointer | |
add 'flags' param to SFTPHandle and make the default impl avoid calling tell() when in append mode; add proper append-mode support to stub_sftp | |||
2006-08-16 | [project @ robey@lag.net-20060816213132-2e094c077d22dc50] | Robey Pointer | |
bump version to 1.6.2 | |||
2006-08-16 | [project @ robey@lag.net-20060816213106-99cffe9de5d555c5] | Robey Pointer | |
don't need odict anymore | |||
2006-08-13 | [project @ robey@lag.net-20060813195045-ca4148e233794d4b] | Robey Pointer | |
add a unit test to verify that all the paramiko symbols are exported correctly | |||
2006-08-13 | [project @ robey@lag.net-20060813193546-c92b58af1c27d156] | Robey Pointer | |
missing commas in exported class list (bug 55946) | |||
2006-08-13 | [project @ robey@lag.net-20060813193233-10db2cfe4c53a1df] | Robey Pointer | |
create a gzip file also, when building a release | |||
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 |