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 | 0000000228 228 Bytes | |
vsftpd-2.0.4-dmapi.patch | 0000000516 516 Bytes | |
vsftpd-2.0.4-enable-ssl.patch | 0000000187 187 Bytes | |
vsftpd-2.0.4-lib64.diff | 0000000972 972 Bytes | |
vsftpd-2.0.4-xinetd.diff | 0000001133 1.11 KB | |
vsftpd-2.0.5-enable-debuginfo.patch | 0000000614 614 Bytes | |
vsftpd-2.0.5-utf8-log-names.patch | 0000002837 2.77 KB | |
vsftpd-2.0.5-vuser.patch | 0000000329 329 Bytes | |
vsftpd-2.3.5-conf.patch | 0000009099 8.89 KB | |
vsftpd-3.0.0-optional-seccomp.patch | 0000000356 356 Bytes | |
vsftpd-3.0.0_gnu_source_defines.patch | 0000000367 367 Bytes | |
vsftpd-3.0.2.tar.gz | 0000192808 188 KB | |
vsftpd-3.0.2.tar.gz.asc | 0000000198 198 Bytes | |
vsftpd-allow-dev-log-socket.patch | 0000001122 1.1 KB | |
vsftpd-drop-newpid-from-clone.patch | 0000001260 1.23 KB | |
vsftpd-enable-dev-log-sendto.patch | 0000000906 906 Bytes | |
vsftpd-enable-fcntl-f_setfl.patch | 0000001362 1.33 KB | |
vsftpd.changes | 0000030467 29.8 KB | |
vsftpd.firewall | 0000000366 366 Bytes | |
vsftpd.init | 0000003029 2.96 KB | |
vsftpd.keyring | 0000001460 1.43 KB | |
vsftpd.logrotate | 0000000201 201 Bytes | |
vsftpd.pam | 0000000569 569 Bytes | |
vsftpd.service | 0000000151 151 Bytes | |
vsftpd.spec | 0000006093 5.95 KB | |
vsftpd.xml | 0000002801 2.74 KB |
Revision 39 (latest revision is 90)
Stephan Kulow (coolo)
accepted
request 162591
from
Michal Vyskocil (mvyskocil)
(revision 39)
- add vsftpd-enable-dev-log-sendto.patch (bnc#812406#c1) * this enabled a sendto on /dev/log socket when syslog is enabled - provide more verbose explanation about isolate_network and seccomp_sanbox in config file template - don't install init file on openSUSE 13.1+ - drop a build support for SL 10 and older - add vsftpd-drop-newpid-from-clone.patch (bnc#786024#c38) * drop CLONE_NEWPID from clone to enable audit system - add vsftpd-enable-fcntl-f_setfl.patch (bnc#812406) * unconditionally enable F_SETFL patch - might be safe to do (forwarded request 162590 from mvyskocil)
Comments 0