Very Secure FTP Daemon - Written from Scratch
Vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure.
Obviously this is not a guarantee, but the entire codebase was written
with security in mind, and carefully designed to be resilient to
attack.
Recent evidence suggests that vsftpd is also extremely fast (and this
is before any explicit performance tuning!). In tests against wu-ftpd,
vsftpd was always faster, supporting over twice as many users in some
tests.
- Developed at network
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:42:Factory-Candidates-Check/vsftpd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000333 333 Bytes | |
vsftpd-2.0.4-dmapi.patch | 0000000398 398 Bytes | |
vsftpd-2.0.4-enable-ssl.patch | 0000000187 187 Bytes | |
vsftpd-2.0.4-lib64.diff | 0000000759 759 Bytes | |
vsftpd-2.0.4-xinetd.diff | 0000001133 1.11 KB | |
vsftpd-2.0.5-enable-debuginfo.patch | 0000000318 318 Bytes | |
vsftpd-2.0.5-utf8-log-names.patch | 0000002654 2.59 KB | |
vsftpd-2.0.5-vuser.patch | 0000000329 329 Bytes | |
vsftpd-2.3.5-conf.patch | 0000008353 8.16 KB | |
vsftpd-2.3.5.tar.gz | 0000187691 183 KB | |
vsftpd.changes | 0000024697 24.1 KB | |
vsftpd.firewall | 0000000366 366 Bytes | |
vsftpd.init | 0000003029 2.96 KB | |
vsftpd.logrotate | 0000000201 201 Bytes | |
vsftpd.pam | 0000000569 569 Bytes | |
vsftpd.service | 0000000164 164 Bytes | |
vsftpd.spec | 0000004906 4.79 KB | |
vsftpd.xml | 0000002801 2.74 KB |
Revision 28 (latest revision is 90)
Stephan Kulow (coolo)
accepted
request 106294
from
Michal Vyskocil (mvyskocil)
(revision 28)
- follow Systemd Packaging guidelines http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines - add $local_fs and $remote_fs to init script - use the original tarball, because the bz2 repacking madness disables gpg --verify - revert a part oc changes utf converting - update to upstream 2.3.5: * Try and force glibc to cache zoneinfo files in an attempt to work around glibc parsing vulnerability. Thanks to Kingcope. * Only report CHMOD in SITE HELP if it's enabled. Thanks to Martin Schwenke <martin@meltin.net>. * Some simple fixes and cleanups from Thorsten Brehm <tbrehm@dspace.de>. * Only advertise "AUTH SSL" if one of SSLv2, SSLv3 is enabled. Thanks to steve willing <eiji-gravion@hotmail.com>. * Handle connect() failures properly. Thanks to Takayuki Nagata <tnagata@redhat.com>. * Add stronger checks for the configuration error of running with a writeable root directory inside a chroot(). This may bite people who carelessly turned on chroot_local_user but such is life. - convert .changes file to unicode - refresh vsftpd-2.0.4-conf.diff to vsftpd-2.3.5-conf.patch - name patches explicitly without macro as per recommendations - remove INSTALL file from binary package - update license to GPL-2.0+ - mark /etc/sysconfig/SuSEfirewall2/services/vsftpd as config file - fis copy/paste error in previous change
Comments 0