forked from pool/vsftpd
c3f22d2f18
- Apply "vsftpd-avoid-bogus-ssl-write.patch" to fix a segmentation fault that occurred while trying to write to an invalid TLS context. [bsc#1125951] - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini OBS-URL: https://build.opensuse.org/request/show/710591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=70 |
||
---|---|---|
.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.1.0-filter.patch | ||
vsftpd-2.2.0-wildchar.patch | ||
vsftpd-2.3.4-sqb.patch | ||
vsftpd-2.3.5-conf.patch | ||
vsftpd-3.0.0_gnu_source_defines.patch | ||
vsftpd-3.0.0-optional-seccomp.patch | ||
vsftpd-3.0.2-fix-chown-uploads.patch | ||
vsftpd-3.0.2-s390.patch | ||
vsftpd-3.0.2-wnohang.patch | ||
vsftpd-3.0.3-address_space_limit.patch | ||
vsftpd-3.0.3-build-with-openssl-1.1.patch | ||
vsftpd-3.0.3.tar.gz | ||
vsftpd-3.0.3.tar.gz.asc | ||
vsftpd-append-seek-pipe.patch | ||
vsftpd-avoid-bogus-ssl-write.patch | ||
vsftpd-die-with-session.patch | ||
vsftpd-drop-newpid-from-clone.patch | ||
vsftpd-enable-dev-log-sendto.patch | ||
vsftpd-enable-fcntl-f_setfl.patch | ||
vsftpd-enable-gettimeofday-sec.patch | ||
vsftpd-enable-syscalls-needed-by-sle15.patch | ||
vsftpd-ls-memleak.patch | ||
vsftpd-mdtm-in-utc.patch | ||
vsftpd-path-normalize.patch | ||
vsftpd-root-squashed-chroot.patch | ||
vsftpd-support-dsa-only-setups.patch | ||
vsftpd.changes | ||
vsftpd.firewall | ||
vsftpd.firewalld | ||
vsftpd.init | ||
vsftpd.keyring | ||
vsftpd.logrotate | ||
vsftpd.pam | ||
vsftpd.service | ||
vsftpd.socket | ||
vsftpd.spec | ||
vsftpd@.service |
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 if you plan to use xinetd (/etc/xinetd.d/vsftp) you don't need to change anything by default, but if you have ipv6 available you have to set listen_ipv6=NO too in order for xinetd to work. Alternatively you can also use systemd socket service that listens on port 21 and starts the server like xinetd would. This service does not require you to change ANY variable in the /etc/vsftpd.conf.