SHA256
1
0
forked from pool/vsftpd
Go to file
Stephan Kulow a6cf2efa47 Accepting request 113215 from network
- 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
2012-04-12 07:55:49 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
README.SUSE - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.4-dmapi.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.4-enable-ssl.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.4-lib64.diff - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.4-xinetd.diff Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.5-enable-debuginfo.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.5-utf8-log-names.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.5-vuser.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.3.5-conf.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-3.0.0-turn-seccomp-sandbox-off.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-3.0.0.tar.gz - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd.changes - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd.firewall OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=11 2008-09-15 13:56:22 +00:00
vsftpd.init - add $local_fs and $remote_fs to init script 2012-02-21 11:17:29 +00:00
vsftpd.logrotate - change the url and service file to the new location at 2011-09-22 11:33:04 +00:00
vsftpd.pam OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
vsftpd.service - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd.spec - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd.xml OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00

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.