summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2006-04-12[project @ robey@lag.net-20060412203612-863c46529730f786]Robey Pointer
bump up the default banner timeout to 15 seconds and make it configurable via (undocumented) Transport.banner_timeout
2006-04-12[project @ robey@lag.net-20060412093740-9fad67f9fbafcd7d]Robey Pointer
fix doc typo
2006-04-12[project @ robey@lag.net-20060412084327-0d666ca96c0b0976]Robey Pointer
oops, don't forget to add the empty() method
2006-04-12[project @ robey@lag.net-20060412084250-bd347f3f01aca394]Robey Pointer
flip the switch: use BufferedPipe inside Channel
2006-04-11[project @ robey@lag.net-20060411224806-2683ac099f9608ae]Robey Pointer
add a test that feed/read can happen piecemeal
2006-04-11[project @ robey@lag.net-20060411224733-0361ad3758aee64d]Robey Pointer
add a way to set the event to trigger, and fix a typo
2006-04-11[project @ robey@lag.net-20060411074019-1c4ec3497399bf11]Robey Pointer
oops, don't forget BufferedPipe unit tests
2006-04-11[project @ robey@lag.net-20060411073946-8830b560b276266f]Robey Pointer
factor out BufferedPipe into its own class
2006-04-09[project @ robey@lag.net-20060409073938-bcbb9a13a6f311c2]Robey Pointer
changes to win_pageant from todd whiteman which avoid using ctypes and apparently makes the pageant agent work
2006-04-08[project @ robey@lag.net-20060408222456-d3813e0206a2cda7]Robey Pointer
assertTrue doesn't exist in py23
2006-04-06[project @ robey@lag.net-20060406181821-68f9bc13b3580d37]Robey Pointer
some fixes for win32: potential fix for lockup during failed tests; don't try chmod/chown or symlinks; fix canonicalize to convert dos-style path separators to '/'; open local files in binary mode; close a file before erasing it
2006-03-26[project @ robey@lag.net-20060327001936-9dd7d3b155614bbf]Robey Pointer
allow multiple prefetches to happen in rapid succession
2006-03-26[project @ robey@lag.net-20060327001726-7ccb095fd5c416f5]Robey Pointer
roll in some changes from bzr that may be necessary to get stub_sftp to work on windows
2006-03-26[project @ robey@lag.net-20060326235536-31da9988fb7a06be]Robey Pointer
slightly more docs to hostkeys
2006-03-26[project @ robey@lag.net-20060326204635-1c5418c54187b95d]Robey Pointer
fix exception-catching error found by alexander belchenko
2006-03-24[project @ robey@lag.net-20060324174423-1d310608680dd29b]Robey Pointer
try out john's win_pageant code
2006-03-11[project @ robey@lag.net-20060312043043-a96ec6e03210f476]Robey Pointer
fix Makefile :)
2006-03-11[project @ robey@lag.net-20060312042905-752c324bdc1ac2cf]Robey Pointer
bump version to 1.5.4
2006-03-11[project @ robey@lag.net-20060312040732-8d16f6c42f12f138]Robey Pointer
document readv, fix thinko, and add a readv unit test
2006-03-11[project @ robey@lag.net-20060312040633-92b1c78bf815905d]Robey Pointer
add test to verify that 'for x in hostkeys' works
2006-03-09[project @ robey@lag.net-20060310022234-c183ad0b3f31eb28]Robey Pointer
generalize the prefetching a bit so that it can be reused for a readv method