diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 19:39:42 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 19:39:42 +0000 |
commit | 25963381f55ce81bf44e3d511ec44e634942204f (patch) | |
tree | 5182d1adaa98faf2c5d35c2c89687cff03a23504 /third_party/pyftpdlib/CREDITS | |
parent | bfe835e3e3d5aea1415886dec94bdc760db6cded (diff) | |
download | chromium_src-25963381f55ce81bf44e3d511ec44e634942204f.zip chromium_src-25963381f55ce81bf44e3d511ec44e634942204f.tar.gz chromium_src-25963381f55ce81bf44e3d511ec44e634942204f.tar.bz2 |
Add pyftpdlib for future ftp unit tests.
From http://codereview.chromium.org/16429/ by contributor ibrar.ahmed@gmail.com
TBR=pamg
Review URL: http://codereview.chromium.org/16454
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pyftpdlib/CREDITS')
-rw-r--r-- | third_party/pyftpdlib/CREDITS | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/third_party/pyftpdlib/CREDITS b/third_party/pyftpdlib/CREDITS new file mode 100644 index 0000000..9bc0c94 --- /dev/null +++ b/third_party/pyftpdlib/CREDITS @@ -0,0 +1,97 @@ + +Intro +===== + +I would like to recognize some of the people who have been +instrumental in the development of pyftpdlib. +I'm sure I am forgetting some people (feel free to email +me), but here is a short list. +It's modeled after the Linux CREDITS file where the fields +are: +name (N), e-mail (E), web-address (W), country (C) description (D). +Really thanks to all of you. + + +Maintainers +=========== + +N: Giampaolo Rodola' +C: Italy +E: g.rodola@gmail.com +D: Original pyftpdlib author and maintainer + +N: Jay Loden +C: NJ, USA +E: jloden@gmail.com +W: http://www.jayloden.com +D: OS X and Linux platform development/testing + +N: Li-Wen Hsu +C: Taiwan +E: lwhsu@lwhsu.org +W: http://lwhsu.org +D: FreeBSD port maintainer + + +Contributors +============ + +N: Anatoly Techtonik +C: Belarus +E: techtonik@gmail.com +D: Inclusion of pyftpdlib in Far Manager, a file and archive manager for Windows + operating systems (http://enforum.farmanager.com/viewtopic.php?t=640). + +N: Arkadiusz Wahlig +C: Germany +W: http://arkadiusz-wahlig.blogspot.com +D: Inclusion of pyftpdlib in gpftpd project, an FTP daemon for managing files + hosted on Google Pages + (http://arkadiusz-wahlig.blogspot.com/2008/04/hosting-files-on-google.html). + +N: Walco van Loon +C: Netherlands +E: walco@n--tree.net +D: Inclusion of pyftpdlib in aksy project + (http://walco.n--tree.net/projects/aksy). + +N: Shinya Okano +C: Japan +E: xxshss@yahoo.co.jp +D: Japanese translation of pyftpdlib announces. Inclusion of pyftpdlib in + unbox-ftpd project (http://code.google.com/p/unboxftpd). + +N: Yan Raber +C: Italy +E: yanraber@gmail.com +D: Fix of Issue #9 (Path traversal vulnerability) + +N: Alex Martelli +C: Italy +E: aleax@gmail.com +D: Various useful suggestions + +N: Knic +C: Redmond, USA +E: oneeyedelf1@googlemail.com +D: Bug report #24 (some troubles on PythonCE), tester for various platforms + including Windows Mobile, Windows Server 2008 and various 64 bit OSes. + +N: Greg Copeland +E: gcopeland@efjohnson.com +D: Bug report #16 (Extending compatibility with older python versions) + +N: Roger Erens +E: rogererens@gmail.com +D: Bug report affecting unix_ftpd.py's authorizer + +N: Coronado Ivan +D: Bug report #70 (Wrong NOOP response code) + +N: Rauli Ruohonen +D: Bug report #71 (Socket handles are leaked when a data transfer is in progress + and user QUITs) + +N: Equand +E: equand@gmail.com +D: Bug report #77 (incorrect OOB data management on FreeBSD). |