summaryrefslogtreecommitdiffstats
path: root/third_party/pyftpdlib/README.chromium
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 20:58:29 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 20:58:29 +0000
commit4e7b5f9648f64152e7dc0e08844f917196972cf3 (patch)
treebc7b47015bd7556f2641530bbaabf8d79415857a /third_party/pyftpdlib/README.chromium
parent1770a859eb5c6cea0ac0704e62464c9e147c0b00 (diff)
downloadchromium_src-4e7b5f9648f64152e7dc0e08844f917196972cf3.zip
chromium_src-4e7b5f9648f64152e7dc0e08844f917196972cf3.tar.gz
chromium_src-4e7b5f9648f64152e7dc0e08844f917196972cf3.tar.bz2
FTP: use an unmodified and more recent version of pyftpdlib fetched via DEPS
This will make it much easier to update pyftpdlib and might help with FTP test flakiness. BUG=none Review URL: http://codereview.chromium.org/7492015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pyftpdlib/README.chromium')
-rw-r--r--third_party/pyftpdlib/README.chromium10
1 files changed, 3 insertions, 7 deletions
diff --git a/third_party/pyftpdlib/README.chromium b/third_party/pyftpdlib/README.chromium
index 1348482..5d55ff8 100644
--- a/third_party/pyftpdlib/README.chromium
+++ b/third_party/pyftpdlib/README.chromium
@@ -1,15 +1,11 @@
Name: Python FTP server library
Short Name: pyftpdlib
URL: http://code.google.com/p/pyftpdlib/
-Version: 0.5.0
+License File: src/LICENSE
+Version: unknown
+Security Critical: no
Description:
-Chromium-specific changes are in chromium.patch file. Currently it removes the
-delay after invalid login (which helps protect against brute-force attacks),
-which is slowing down some tests.
-
-For licensing information please LICENSE file
-
Python FTP server library provides an high-level portable interface to easily
write asynchronous FTP servers with Python. Based on asyncore framework
pyftpdlib is currently the most complete RFC-959 FTP server implementation