SHA256
1
0
forked from pool/vsftpd
Commit Graph

66 Commits

Author SHA256 Message Date
Stephan Kulow
40abef61e5 Accepting request 157548 from network
- add isolate_network and seccomp_sandbox options to template to make them
  easier to find (bnc#786024) (forwarded request 157236 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/157548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=38
2013-03-07 06:35:30 +00:00
Ismail Dönmez
8ba24f68c9 Accepting request 157236 from home:lnussel:branches:network
- add isolate_network and seccomp_sandbox options to template to make them
  easier to find (bnc#786024)

OBS-URL: https://build.opensuse.org/request/show/157236
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=53
2013-03-06 18:42:15 +00:00
Stephan Kulow
1265a2b4ae Accepting request 156829 from network
PLEASE COPY TO 12.3!
- add vsftpd-allow-dev-log-socket.patch (bnc#786024)
  * whitelist /dev/log related socket syscall

OBS-URL: https://build.opensuse.org/request/show/156829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=37
2013-03-01 08:06:02 +00:00
Michal Vyskocil
861f8bae8f - add vsftpd-allow-dev-log-socket.patch (bnc#786024)
* whitelist /dev/log related socket syscall

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=51
2013-02-28 13:31:50 +00:00
Stephan Kulow
0a4005396e Accepting request 145730 from network
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------
 (forwarded request 143938 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/145730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=35
2012-12-19 12:42:31 +00:00
Michal Vyskocil
a423e9b8bd Accepting request 143938 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143938
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=49
2012-12-18 10:10:02 +00:00
Stephan Kulow
7dba396ae8 Accepting request 142032 from network
- Fix useradd invocation: -o is useless without -u and newer
  versions of pwdutils/shadowutils fail on this now.

Error masked by7 || : (forwarded request 142025 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/142032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=34
2012-11-20 19:19:24 +00:00
Sascha Peilicke
5c7f501f37 Accepting request 142025 from home:dimstar:branches:network
- Fix useradd invocation: -o is useless without -u and newer
  versions of pwdutils/shadowutils fail on this now.

Error masked by7 || :

OBS-URL: https://build.opensuse.org/request/show/142025
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=47
2012-11-20 09:46:06 +00:00
Stephan Kulow
112be97403 Accepting request 138998 from network
- update to 3.0.2 (bnc#786024) 
  * Fix some seccomp related build errors on certain CentOS and Debian versions.
  * Seccomp filter sandbox: missing munmap() -- oops. Did you know that qsort()
  opens and maps /proc/meminfo but only for larger item counts?
  * Seccomp filter sandbox: deny socket() gracefully for text_userdb_names.
  * Fix various NULL crashes with nonsensical config settings. Noted by Tianyin
  Xu <tixu@cs.ucsd.edu>.
  * Force cast to unsigned char in is* char functions.
  * Fix harmless integer issues in strlist.c.
  * Started on a (possibly ill-advised?) crusade to compile cleanly with
  Wconversion. Decided to suspend the effort half-way through.
  * One more seccomp policy fix: mremap (denied).
  * Support STOU with no filename, uses a STOU. prefix.

OBS-URL: https://build.opensuse.org/request/show/138998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=33
2012-10-24 05:19:35 +00:00
Michal Vyskocil
cc0b3b4805 - update to 3.0.2 (bnc#786024)
* Fix some seccomp related build errors on certain CentOS and Debian versions.
  * Seccomp filter sandbox: missing munmap() -- oops. Did you know that qsort()
  opens and maps /proc/meminfo but only for larger item counts?
  * Seccomp filter sandbox: deny socket() gracefully for text_userdb_names.
  * Fix various NULL crashes with nonsensical config settings. Noted by Tianyin
  Xu <tixu@cs.ucsd.edu>.
  * Force cast to unsigned char in is* char functions.
  * Fix harmless integer issues in strlist.c.
  * Started on a (possibly ill-advised?) crusade to compile cleanly with
  Wconversion. Decided to suspend the effort half-way through.
  * One more seccomp policy fix: mremap (denied).
  * Support STOU with no filename, uses a STOU. prefix.

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=45
2012-10-22 13:40:00 +00:00
Stephan Kulow
d195e8e869 Accepting request 131864 from network
- make seccomp sandbox enabled by default
  * dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch

OBS-URL: https://build.opensuse.org/request/show/131864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=32
2012-08-31 08:02:42 +00:00
Michal Vyskocil
6b7e1c71a7 remove unused sandbox patch
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=43
2012-08-28 13:15:01 +00:00
Michal Vyskocil
e34dbaa3d7 - make seccomp sandbox enabled by default
* dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=42
2012-08-24 07:10:05 +00:00
Stephan Kulow
1f1a63d012 Accepting request 116233 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/116233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=30
2012-05-08 04:49:05 +00:00
Michal Vyskocil
afb6927f52 Accepting request 115133 from home:aljex:branches:network
Fix building on x86_64 OS 11.4 and older.

OBS-URL: https://build.opensuse.org/request/show/115133
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=40
2012-04-24 13:17:54 +00:00
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
Michal Vyskocil
cf83fc9250 - 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.
  * Change PR_SET_NO_NEW_PRIVS define, from Kees Cook.
  * Add AES128-SHA to default SSL cipher suites for FileZilla compatibility.
    Unfortunately the default vsftpd SSL confiuration still doesn't fully work with
    FileZilla, because FileZilla has a data connection security problem: no client
    certificate presentation and no session reuse. At least the error message is
    now very clear.
  * Add restart_syscall to seccomp policy. Triggers reliably if you strace whilst
    a data transfer is in progress.
  * Fix delete_failed_uploads for anonymous sessions.
  * Don't listen for urgent data if the control connection is SSL, due to possible
    protocol synchronization issues.
- SUSE specific changes:
  * turn off the listen mode (listen=NO) by default and change README.SUSE
  * merge new hardended flags for build and linking
  * fix the wrong Type=forking from systemd service file
  * turn off the seccomp_sandbox off by default as SUSE kernel does not support
    it (yet)

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=38
2012-04-11 12:03:42 +00:00
Stephan Kulow
c2aa5ce3b4 Accepting request 106294 from network
- follow Systemd Packaging guidelines
  http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
- add $local_fs and $remote_fs to init script

- use the original tarball, because the bz2 repacking madness disables
  gpg --verify
- revert a part oc changes utf converting

- update to upstream 2.3.5:
  * Try and force glibc to cache zoneinfo files in an attempt to work around
    glibc parsing vulnerability. Thanks to Kingcope.
  * Only report CHMOD in SITE HELP if it's enabled. Thanks to Martin Schwenke
    <martin@meltin.net>.
  * Some simple fixes and cleanups from Thorsten Brehm <tbrehm@dspace.de>.
  * Only advertise "AUTH SSL" if one of SSLv2, SSLv3 is enabled. Thanks to
    steve willing <eiji-gravion@hotmail.com>.
  * Handle connect() failures properly. Thanks to Takayuki Nagata
    <tnagata@redhat.com>.
  * Add stronger checks for the configuration error of running with a
    writeable root directory inside a chroot(). This may bite people who
    carelessly turned on chroot_local_user but such is life.
- convert .changes file to unicode
- refresh vsftpd-2.0.4-conf.diff to vsftpd-2.3.5-conf.patch
- name patches explicitly without macro as per recommendations
- remove INSTALL file from binary package
- update license to GPL-2.0+
- mark /etc/sysconfig/SuSEfirewall2/services/vsftpd as config file

- fis copy/paste error in previous change

OBS-URL: https://build.opensuse.org/request/show/106294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=28
2012-02-22 14:55:42 +00:00
Michal Vyskocil
b0fe1b3a11 - add $local_fs and $remote_fs to init script
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=36
2012-02-21 11:17:29 +00:00
Michal Vyskocil
a3f253c076 add forgotten vsftpd.service
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=35
2012-02-21 11:09:27 +00:00
Michal Vyskocil
f9dd88708e - follow Systemd Packaging guidelines
http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=34
2012-02-21 10:52:18 +00:00
Michal Vyskocil
e5b3faff0a - revert a part oc changes utf converting
ˇ IPv6 support, so drop our patch
  ˇ Many bugfixes and tunings
  ˇ Build fixes

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=33
2012-02-15 16:46:06 +00:00
Michal Vyskocil
468d05d65a OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=32 2012-02-15 16:43:49 +00:00
Michal Vyskocil
e020b9f862 - use the original tarball, because the bz2 repacking madness disables
gpg --verify

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=31
2012-02-15 16:42:34 +00:00
Cristian Rodríguez
9b2771a587 Accepting request 98058 from home:AndreasStieger:branches:network
- update to upstream 2.3.5:
- convert .changes file to unicode
- refresh vsftpd-2.0.4-conf.diff to vsftpd-2.3.5-conf.patch
- name patches explicitly without macro as per recommendations
- remove INSTALL file from binary package
- update license to GPL-2.0+
- mark /etc/sysconfig/SuSEfirewall2/services/vsftpd as config file

OBS-URL: https://build.opensuse.org/request/show/98058
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=30
2011-12-25 22:14:07 +00:00
Cristian Rodríguez
e1b264f17e Accepting request 93775 from home:elvigia:branches:network
- fis copy/paste error in previous change 

- Add systemd unit

OBS-URL: https://build.opensuse.org/request/show/93775
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=29
2011-11-27 20:24:40 +00:00
Michal Vyskocil
20f58e7e8a trigger service run
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=28
2011-10-11 10:14:47 +00:00
Sascha Peilicke
f824c15238 Autobuild autoformatter for 84442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=26
2011-09-22 12:48:12 +00:00
OBS User buildservice-autocommit
cbab1585ac Accepting request 84442 from network
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/84442
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=27
2011-09-22 12:48:07 +00:00
Sascha Peilicke
cb25971f02 Accepting request 84442 from network
- fix bnc#713588 - bogus logrotate config for vsftpd
  call /sbin/killproc -HUP /usr/sbin/vsftpd like init script
- change the url and service file to the new location at
  security.appspot.com/vsftpd

OBS-URL: https://build.opensuse.org/request/show/84442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=25
2011-09-22 12:48:06 +00:00
Michal Vyskocil
3f0e2115fc - change the url and service file to the new location at
security.appspot.com/vsftpd

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=20
2011-09-22 11:33:04 +00:00
Sascha Peilicke
d66ce68241 Autobuild autoformatter for 62761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=24
2011-02-25 10:57:21 +00:00
OBS User buildservice-autocommit
79e70eb1af Updating link to change in openSUSE:Factory/vsftpd revision 24.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=0a68bc0bf78b50dd791a9d607fad70d1
2011-02-25 10:57:21 +00:00
Sascha Peilicke
9441dff225 Accepting request 62761 from network
Accepted submit request 62761 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/62761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=23
2011-02-25 10:57:14 +00:00
Cristian Rodríguez
7d3d450ec2 Accepting request 62760 from home:elvigia:branches:network
OBS-URL: https://build.opensuse.org/request/show/62760
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=17
2011-02-25 01:39:16 +00:00
OBS User autobuild
29011c873e Accepting request 48701 from network
Copy from network/vsftpd based on submit request 48701 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/48701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=21
2010-09-21 21:42:38 +00:00
OBS User buildservice-autocommit
d77971a489 Updating link to change in openSUSE:Factory/vsftpd revision 21.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=fd23e483ffedafa38a37842f003f7bd2
2010-09-21 21:42:38 +00:00
OBS User autobuild
88cf4973ab Accepting request 48701 from network
checked in (request 48701)

OBS-URL: https://build.opensuse.org/request/show/48701
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=15
2010-09-21 21:42:37 +00:00
Cristian Rodríguez
edd32a8418 Accepting request 48700 from home:elvigia:branches:network
OBS-URL: https://build.opensuse.org/request/show/48700
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=14
2010-09-21 16:41:38 +00:00
OBS User autobuild
1c5bc48896 Accepting request 45399 from network
Copy from network/vsftpd based on submit request 45399 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/45399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=20
2010-08-13 00:40:10 +00:00
OBS User buildservice-autocommit
55a2a44d4c Updating link to change in openSUSE:Factory/vsftpd revision 20.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=2007039d4c13dfac4779f954e34b8476
2010-08-13 00:40:10 +00:00
OBS User autobuild
0ea8a10129 Accepting request 45399 from network
checked in (request 45399)

OBS-URL: https://build.opensuse.org/request/show/45399
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=13
2010-08-13 00:40:09 +00:00
4961c8276d Accepting request 45245 from home:elvigia:branches:network
Copy from home:elvigia:branches:network/vsftpd via accept of submit request 45245 revision 2.
Request was accepted with message:
Reviewed ok, thanks!

OBS-URL: https://build.opensuse.org/request/show/45245
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=12
2010-08-11 15:31:04 +00:00
OBS User autobuild
bd02c3a964 Accepting request 40900 from network
Copy from network/vsftpd based on submit request 40900 from user mseben

OBS-URL: https://build.opensuse.org/request/show/40900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=17
2010-05-31 16:20:59 +00:00
OBS User autobuild
a367833e69 Accepting request 40900 from network
checked in (request 40900)

OBS-URL: https://build.opensuse.org/request/show/40900
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=11
2010-05-31 16:20:58 +00:00
Michal Seben
06f3ce81a4 Accepting request 40625 from home:elvigia:branches:network
Copy from home:elvigia:branches:network/vsftpd via accept of submit request 40625 revision 2.
Request was accepted with message:
thanks again :)

OBS-URL: https://build.opensuse.org/request/show/40625
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=10
2010-05-31 09:16:46 +00:00
OBS User autobuild
289d783226 Accepting request 38025 from network
Copy from network/vsftpd based on submit request 38025 from user mseben

OBS-URL: https://build.opensuse.org/request/show/38025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=16
2010-04-16 08:42:19 +00:00
OBS User buildservice-autocommit
7b3e586791 Updating link to change in openSUSE:Factory/vsftpd revision 16.0
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=5fbe90ff962c65eb8fc590cc02bf7604
2010-04-16 08:42:19 +00:00
OBS User autobuild
f24a260a84 Accepting request 38025 from network
checked in (request 38025)

OBS-URL: https://build.opensuse.org/request/show/38025
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=9
2010-04-16 08:42:18 +00:00
Michal Seben
341f12808c * Change "File receive OK." to "Transfer complete." to placate some broken
clients. Thanks Holger Kiehl <Holger.Kiehl@dwd.de>.
  * Fix erroneous "child died" upon FTP client connect, when under load. Awesome
	thanks to Holger Kiehl <Holger.Kiehl@dwd.de> for running diagnostic tests on
	his live server.
  * Boot the session if an overly long line is encountered.
- see Changelog file for changes in 2.1.0, 2.1.1, 2.1.2 and 2.2.0 releases

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=8
2010-04-16 06:40:04 +00:00