]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/frontends/sftpd.py
Ensure that path parameters to SFTPServer and FTPServer constructors are unicode...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / frontends / sftpd.py
2015-03-24 Daira HopwoodEnsure that path parameters to SFTPServer and FTPServer...
2013-03-19 David-Sarah HopwoodImprove SFTP error handling and remove use of IFinishab...
2013-03-19 David-Sarah Hopwoodsftpd.py: switch from using bare asserts to assertutil.
2012-03-13 david-sarahUpdate more links from http: to https: in documentation...
2011-09-03 david-sarahSFTP: add a comment about a subtle interaction between...
2011-08-02 Kevan Carstensenfrontends/sftpd: Resolve incompatibilities between...
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2011-07-29 david-sarahSFTP: write an error message to standard error for...
2011-01-28 david-sarahSFTP: report unknown sizes as "0" instead of "?", to...
2010-07-11 david-sarahMove EncryptedTemporaryFile from SFTP frontend to allmy...
2010-07-12 david-sarahSFTP: address some of the comments in zooko's review...
2010-06-28 david-sarahSFTP: don't call .stopProducing on the producer registe...
2010-06-17 david-sarahSFTP: get 'ctime' attribute from 'tahoe:linkmotime'.
2010-06-13 david-sarahSFTP: remove a dubious use of 'pragma: no cover'.
2010-06-12 david-sarahSFTP: further small improvements to test coverage....
2010-06-11 david-sarahSFTP: further improve test coverage (paths containing...
2010-06-11 david-sarahSFTP: improve test coverage for no-write on mutable...
2010-06-09 david-sarahSFTP: fix most significant memory leak described in...
2010-06-09 david-sarahstringutils.py, sftpd.py: Portability fixes for Python...
2010-06-08 david-sarahSFTP: suppress NoSuchChildError if heisenfile attribute...
2010-06-08 david-sarahSFTP: ignore permissions when opening a file (needed...
2010-06-04 Zooko O'Whielacronxfix syntax of assertion handling that isn't portable...
2010-06-03 david-sarahResolve merge conflict for sftpd.py
2010-06-02 david-sarahSFTP: possible fix for metadata times being shown as...
2010-06-02 david-sarahSFTP: further improvements to test coverage.
2010-06-02 david-sarahSFTP: improve test coverage. Also make creating a direc...
2010-06-01 david-sarahSFTP: fix a bug that caused the temporary files underly...
2010-06-01 david-sarahSFTP: changes for #1063 ('no-write' field) including...
2010-05-30 david-sarahSFTP: the same bug as in _sync_heisenfiles also occurre...
2010-05-30 david-sarahSFTP: another try at fixing the _sync_heisenfiles bug.
2010-05-30 david-sarahSFTP: fix silly bug in _sync_heisenfiles ('f is not...
2010-05-30 david-sarahSFTP: log when a sync completes.
2010-05-30 david-sarahSFTP: fix bug in previous logging patch.
2010-05-30 david-sarahSFTP: more logging to track down OpenOffice hang.
2010-05-30 david-sarahSFTP: avoid blocking close on a heisenfile that has...
2010-05-29 david-sarahMove suppression of DeprecationWarning about BaseExcept... trac-4400
2010-05-29 david-sarahSFTP: cater to clients that assume a file is created...
2010-05-25 david-sarahSFTP: 'sync' any open files at a direntry before openin...
2010-05-25 david-sarahSFTP: handle removing a file while it is open. Also...
2010-05-25 david-sarahSFTP: a posix-rename response should actually return...
2010-05-25 david-sarahSFTP: fix problem with posix-rename code returning...
2010-05-24 david-sarahSFTP: fix time handling to make sure floats are not...
2010-05-24 david-sarahSFTP: name of the POSIX rename extension should be...
2010-05-23 david-sarahSFTP: avoid race condition where .write could be called...
2010-05-23 david-sarahSFTP: log tracebacks for RAISEd exceptions.
2010-05-23 david-sarahSFTP: more logging to investigate behaviour of getAttrs...
2010-05-23 david-sarahSFTP: fix pyflakes warnings; drop 'noisy' versions...
2010-05-23 david-sarahSFTP: fixes and test cases for renaming of open files.
2010-05-22 david-sarahSFTP: Fix error in support for getAttrs on an open...
2010-05-20 david-sarahSFTP: allow getAttrs to succeed on a file that has...
2010-05-20 david-sarahSFTP: improve logging so that results of requests are...
2010-05-19 david-sarahSFTP: add tests for more combinations of open flags.
2010-05-19 david-sarahSFTP: allow FXF_WRITE | FXF_TRUNC (#1050).
2010-05-19 david-sarahSFTP: remove another case where we were logging data.
2010-05-19 david-sarahSFTP: avoid logging all data passed to callbacks.
2010-05-18 david-sarahSFTP: fixes related to reporting of permissions (needed...
2010-05-18 david-sarahSFTP: change error code returned for ExistingChildError...
2010-05-17 david-sarahSFTP: fixed bugs that caused hangs during write (#1037).
2010-05-17 david-sarahSFTP: work around a probable bug in twisted.conch.ssh...
2010-05-16 david-sarahSFTP: Support statvfs extensions, avoid logging actual...
2010-05-16 david-sarahSFTP: fix error in SFTPUserHandler arguments introduced...
2010-05-16 david-sarahSFTP: implement execCommand to interoperate with client...
2010-05-15 david-sarahsftpd.py: 'log.OPERATIONAL' should be just 'OPERATIONAL'.
2010-05-15 david-sarahAttempt to fix #1040 by making SFTPUser implement ISession.
2010-05-15 david-sarahEliminate Windows newlines from sftpd.py.
2010-05-14 david-sarahUpdate SFTP implementation and tests: fix #1038 and...
2010-05-12 david-sarahNew SFTP implementation: mutable files, read/write...
2010-02-26 david-sarahChange relative imports to absolute
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-10-13 Brian Warnerreplace dirnode.create_empty_directory() with create_su...
2009-04-11 Zooko O'Whielacronxrollback [20090226150237-b2345-1e916a746a7f4627b050f02f...
2009-02-26 Alberto BertiFix for bug #645, correct path handling logic so that...
2009-02-23 Brian Warnerftpd/sftpd: stop using RuntimeError, for #639
2008-11-06 Brian WarnerSFTP/FTP: merge user/account code, merge docs
2008-11-05 Brian Warnerftp/sftp: move to a new frontends/ directory in prepara...