~bzr-pqm/bzr/bzr.dev

  • Committer: Vincent Ladeuil
  • Date: 2009-03-01 10:02:00 UTC
  • mto: (4167.1.1 integration)
  • Revision ID: v.ladeuil+lp@free.fr-20090301100200-1qdmf362uw5q35s0
Start supporting pyftpdlib as an ftp test server.

* bzrlib/transport/ftp/__init__.py:
(FtpTransport._setmode): Report mode bits in octal.

* bzrlib/transport/__init__.py:
Don't register GSSAPI ftp transports if kerberos can't be
imported, this avoids useless repeated messages in log as the
import repeatedly fail.

* bzrlib/tests/test_transport_implementations.py:
(TransportTests.test_has): Fix too long lines.
(TransportTests.test_connect_twice_is_same_content): Fig bogus
test. transport.base is *not* usable, it miss the password for
authenticated urls. This was passing only because no test server
use authentication by default *except* medusa for which we had a
dummy authorizer with no password check.

* bzrlib/tests/ftp_server/pyftpdlib_based.py: 
First shot at an ftp test server running is a separate thread.

* bzrlib/tests/ftp_server/__init__.py: 
Add support for pyftpdlib based ftp test server.
(_FTPServerFeature._probe): One of medusa or pyftpdlib is needed.
Filename Latest Rev Last Changed Committer Comment Size
..
bzrlib 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
contrib 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
doc 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
man1 2425.1.1 17 years ago Robert Collins ``make docs`` now creates a man page at ``man1/bzr Diff
tools 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
.bzrignore 4000.4.3 15 years ago Colin D Bennett Ignore all generated PDFs, not just the A4 size do 1 KB Diff Download File
.rsyncexclude 1185.33.36 18 years ago Martin Pool Exclude more files from dumb-rsync upload 203 bytes Diff Download File
BRANCH.TODO 3508.1.10 15 years ago Vincent Ladeuil Start supporting pyftpdlib as an ftp test server. 398 bytes Diff Download File
File bzr 4032.1.1 15 years ago John Arbash Meinel Merge the removal of all trailing whitespace, and 5.3 KB Diff Download File
bzr.ico 3688.3.3 16 years ago John Arbash Meinel An updated transparent icon for bzr. 12.7 KB Diff Download File
COPYING.txt 1861.2.9 18 years ago Alexander Belchenko rename gpl.txt => COPYING.txt 17.5 KB Diff Download File
File generate_docs.py 2911.6.1 17 years ago Blake Winton Change 'print >> f,'s to 'f.write('s. 2.9 KB Diff Download File
INSTALL 2696.2.4 17 years ago Aaron Bentley Fix typo 1.4 KB Diff Download File
Makefile 4000.4.5 15 years ago Colin D Bennett Strip trailing whitespace. 9.9 KB Diff Download File
NEWS 4062.1.1 15 years ago Vincent Ladeuil Ensure ftp transport stay in binary mode 323 KB Diff Download File
profile_imports.py 3696.1.1 16 years ago John Arbash Meinel Use the right timing function on win32 5.5 KB Diff Download File
README 3286 16 years ago Canonical.com Patch Queue Manager Start 1.4 development 3.3 KB Diff Download File
File setup.py 3995.3.9 15 years ago John Arbash Meinel Local modification to exclude certain system DLLs 24.1 KB Diff Download File
TODO 2382.2.5 17 years ago Martin Pool Contents of TODO file moved into bug tracker 115 bytes Diff Download File