forked from pool/vsftpd
a6cf2efa47
- update to upstream 3.0.0: * Make listen mode the default. * Fix missing "const" in ssl.c * Add seccompsandbox.c to support a seccomp filter sandbox; works against Ubuntu 12.04 ABI. * Rearrange ftppolicy.c a bit so the syscall list is easily comparable with seccompsandbox.c * Rename deprecated "sandbox" to "ptrace_sandbox". * Add a few more state checks to the privileged helper processes. * Add tunable "seccomp_sandbox", default on. * Use hardened build flags. * Retry creating a PASV socket upon port reuse race between bind() and listen(), patch from Ralph Wuerthner <ralph.wuerthner@de.ibm.com>. * Don't die() if recv() indicates a closed remote connection. Problem report on a Windows client from Herbert van den Bergh, <herbert.van.den.bergh@oracle.com>. * Add new config setting "allow_writeable_chroot" to help people in a bit of a spot with the v2.3.5 defensive change. Only applies to non-anonymous. * Remove a couple of fixed things from BUGS. * strlen() trunction fix -- no particular impact. * Apply some tidyups from mmoufid@yorku.ca. * Fix delete_failed_uploads if there is a timeout. Report from Alejandro Hernández Hdez <aalejandrohdez@gmail.com>. * Fix other data channel bugs such as failure to log failure upon timeout. * Use exit codes a bit more consistently. * Fix bad interaction between SSL and trans_chunk_size. * Redo data timeout to fire properly for SSL sessions. * Redo idle timeout to fire properly for SSL sessions. * Make sure PROT_EXEC isn't allowed, thanks to Will Drewry for noticing. * Use 10 minutes as a max linger time just in case an alarm gets lost. OBS-URL: https://build.opensuse.org/request/show/113215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=29 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
README.SUSE | ||
vsftpd-2.0.4-dmapi.patch | ||
vsftpd-2.0.4-enable-ssl.patch | ||
vsftpd-2.0.4-lib64.diff | ||
vsftpd-2.0.4-xinetd.diff | ||
vsftpd-2.0.5-enable-debuginfo.patch | ||
vsftpd-2.0.5-utf8-log-names.patch | ||
vsftpd-2.0.5-vuser.patch | ||
vsftpd-2.3.5-conf.patch | ||
vsftpd-3.0.0-turn-seccomp-sandbox-off.patch | ||
vsftpd-3.0.0.tar.gz | ||
vsftpd.changes | ||
vsftpd.firewall | ||
vsftpd.init | ||
vsftpd.logrotate | ||
vsftpd.pam | ||
vsftpd.service | ||
vsftpd.spec | ||
vsftpd.xml |
vsftpd-3.0.0 made the listen mode default. In order to maintain backward compatibility, default /etc/vsftpd.conf in SUSE contains listen=NO listen_ipv6=YES so no changes for xinetd (/etc/xinetd.d/vsftp) are needed by default.