SHA256
1
0
forked from pool/vsftpd
Go to file
Stephan Kulow fa0b1f8c7e Accepting request 235383 from network
- Cleanup with spec-cleaner
- Remove conditions about init files as we do not build for < 12.1
  anyway.
- Update the README.SUSE file to describe more the listen option.

- Add socket service for vsftpd to avoid the need for xinetd here.

- Add comment about listen variables for xinetd configuration.
  Fixes bnc#872221.
- Add default configuration as arg to xinetd started vsftpd.
- Updated patch:
  * vsftpd-2.0.4-xinetd.diff

OBS-URL: https://build.opensuse.org/request/show/235383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=43
2014-05-27 10:03:19 +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 - Cleanup with spec-cleaner 2014-05-26 13:22:17 +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 - Add comment about listen variables for xinetd configuration. 2014-05-26 12:48:36 +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 Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-3.0.0_gnu_source_defines.patch Accepting request 115133 from home:aljex:branches:network 2012-04-24 13:17:54 +00:00
vsftpd-3.0.0-optional-seccomp.patch Accepting request 115133 from home:aljex:branches:network 2012-04-24 13:17:54 +00:00
vsftpd-3.0.2.tar.gz - update to 3.0.2 (bnc#786024) 2012-10-22 13:40:00 +00:00
vsftpd-3.0.2.tar.gz.asc - update to 3.0.2 (bnc#786024) 2012-10-22 13:40:00 +00:00
vsftpd-allow-dev-log-socket.patch - add vsftpd-allow-dev-log-socket.patch (bnc#786024) 2013-02-28 13:31:50 +00:00
vsftpd-drop-newpid-from-clone.patch Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-enable-dev-log-sendto.patch Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-enable-fcntl-f_setfl.patch Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-enable-gettimeofday-sec.patch Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +00:00
vsftpd-root-squashed-chroot.patch Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +00:00
vsftpd.changes - Cleanup with spec-cleaner 2014-05-26 13:22:17 +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.keyring Accepting request 143938 from home:sbrabec:gpg-offline-verify 2012-12-18 10:10:02 +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.socket - Add socket service for vsftpd to avoid the need for xinetd here. 2014-05-26 13:00:04 +00:00
vsftpd.spec - Cleanup with spec-cleaner 2014-05-26 13:22:17 +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@.service - Add socket service for vsftpd to avoid the need for xinetd here. 2014-05-26 13:00:04 +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

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.