Age | Commit message (Collapse) | Author |
|
Conflicts:
paramiko/proxy.py
|
|
|
|
bump copyright year to 2007
|
|
fix from john arbash-meinel for the stub sftp server's default open mode
|
|
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
|
|
roll in some changes from bzr that may be necessary to get stub_sftp to work on windows
|
|
fix exception-catching error found by alexander belchenko
|
|
add SFTPClient.truncate. add chmod, chown, utime, and truncate to SFTPFile. and of course tests.
|
|
change SubsystemHandler/SFTPServerInterface API
change the API of SubsystemHandler to accept a reference to the
ServerInstance object during construction. this will break all code
that currently creates subsystem handlers (like sftp servers) -- sorry!
lots of little doc fixups (mostly indenting).
|
|
even better 1.2 lapras
re-bump the version # to 1.2 (with a new date since i added more stuff).
add 2005 to the copyright date in a bunch of files.
|
|
forgot to check in stub_sftp
yikes! don't forget to check this in: needed for unit tests.
|