Changelog for
vsftpd-3.0.2-51.1.x86_64.rpm :
Thu Apr 10 14:00:00 2014 tchvatalAATTsuse.com
- Move the enabling of timeofday and alarm one level deeper to
be sure it is whitelisted everytime.
Also should possibly fix bnc#872215.
- Updated patch:
* vsftpd-enable-gettimeofday-sec.patch
Thu Apr 10 14:00:00 2014 tchvatalAATTsuse.com
- Remove forking from service type as it hangs in endless loop.
Wed Apr 2 14:00:00 2014 tchvatalAATTsuse.com
- Fix warning about dangling symlink on rcvsftpd from rpmlint and
remove also clean section while at it.
Wed Apr 2 14:00:00 2014 tchvatalAATTsuse.com
- Add patch to allow gettimeofday and alarm calls with seccomp
enabled. bnc#870122
- Added patch:
* vsftpd-enable-gettimeofday-sec.patch
Tue Apr 1 14:00:00 2014 tchvatalAATTsuse.com
- Specify that the service type is forking
Mon Jan 27 13:00:00 2014 mvyskocilAATTsuse.com
- changed license to SUSE-GPL-2.0-with-openssl-exception
* suggested by legal team
Tue Jan 21 13:00:00 2014 mvyskocilAATTsuse.com
- add allow_root_squashed_chroot option to enable chroot on nsf
mounted with squash_root option (fate#311051)
* vsftpd-root-squashed-chroot.patch
Sat Jul 20 14:00:00 2013 crrodriguezAATTopensuse.org
- build with OPENSSL_NO_SSL_INTERN this hides internal struct
members or functions that if changed in future openssl versions
will break the ABI of the calling applications.
Thu Apr 4 14:00:00 2013 mvyskocilAATTsuse.com
- add vsftpd-enable-dev-log-sendto.patch (bnc#812406#c1)
* this enabled a sendto on /dev/log socket when syslog is enabled
- provide more verbose explanation about isolate_network and seccomp_sanbox in
config file template
- don\'t install init file on openSUSE 13.1+
- drop a build support for SL 10 and older
Fri Mar 29 13:00:00 2013 mvyskocilAATTsuse.com
- add vsftpd-drop-newpid-from-clone.patch (bnc#786024#c38)
* drop CLONE_NEWPID from clone to enable audit system
- add vsftpd-enable-fcntl-f_setfl.patch (bnc#812406)
* unconditionally enable F_SETFL patch - might be safe to do
Thu Feb 28 13:00:00 2013 lnusselAATTsuse.de
- add isolate_network and seccomp_sandbox options to template to make them
easier to find (bnc#786024)
Thu Feb 28 13:00:00 2013 mvyskocilAATTsuse.com
- add vsftpd-allow-dev-log-socket.patch (bnc#786024)
* whitelist /dev/log related socket syscall
Tue Nov 20 13:00:00 2012 sbrabecAATTsuse.cz
- Verify GPG signature.
Tue Nov 20 13:00:00 2012 dimstarAATTopensuse.org
- Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.
Mon Oct 22 14:00:00 2012 mvyskocilAATTsuse.com
- 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
.
* 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.
Fri Aug 24 14:00:00 2012 mvyskocilAATTsuse.cz
- make seccomp sandbox enabled by default
* dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch
Mon Apr 23 14:00:00 2012 brianAATTaljex.com
- fix building on 11.4 x86_64 and lower
* fix where, when, & how __USE_GNU gets #defined
* make seccomp optional and disable it on 10.3 and lower
Tue Apr 10 14:00:00 2012 mvyskocilAATTsuse.cz
- 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 .
* Don\'t die() if recv() indicates a closed remote connection. Problem report
on a Windows client from Herbert van den Bergh,
.
* 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 mmoufidAATTyorku.ca.
* Fix delete_failed_uploads if there is a timeout. Report from Alejandro
Hernández Hdez .
* 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)
Tue Feb 21 13:00:00 2012 mvyskocilAATTsuse.cz
- follow Systemd Packaging guidelines
http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
- add $local_fs and $remote_fs to init script
Wed Feb 15 13:00:00 2012 mvyskocilAATTsuse.cz
- use the original tarball, because the bz2 repacking madness disables
gpg --verify
- revert a part oc changes utf converting
Fri Dec 23 13:00:00 2011 andreas.stiegerAATTgmx.de
- 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
.
* Some simple fixes and cleanups from Thorsten Brehm .
* Only advertise \"AUTH SSL\" if one of SSLv2, SSLv3 is enabled. Thanks to
steve willing .
* Handle connect() failures properly. Thanks to Takayuki Nagata
.
* 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
Sat Nov 26 13:00:00 2011 crrodriguezAATTopensuse.org
- fis copy/paste error in previous change
Fri Nov 25 13:00:00 2011 crrodriguezAATTopensuse.org
- Add systemd unit
Thu Sep 22 14:00:00 2011 mvyskocilAATTsuse.cz
- 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
Fri Feb 25 13:00:00 2011 crrodriguezAATTopensuse.org
- Update to 2.3.4
- Avoid consuming excessive CPU when matching filenames to patterns. Thanks to
Maksymilian Arciemowicz .
- Some bugfixes from Raphaël Rigo -- good bugs but
no apparent security impact.
Tue Sep 21 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Update to version 2.3.2
- Fix silly regression re: log files being overwritten from the start.
- Rename a few file-open functions to make it clearer what they do
Tue Aug 10 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Update to 2.3.0
- Add extremely simply HTTP support. It\'s very experimental, ignorant of HTTP
protocol and headers, and likely has all sorts of other issues. The use case
it might satisfy is if you need to serve simple static unathenticated content
with large levels of paranoia.
- Fix port_promiscuous breakage.
- Minor FAQ update.
- Use a larger address space limit if using text_userdb_names=YES
- Always use CLONE_NEWNET if possible when in HTTP mode.
- Change REST + STOR so that it\'s possible to overwrite part of file without
truncating it.
- Boot the session if we see a USER where encryption was required. May prevent
the transmission of plaintext passwords by buggy clients.
- Fix failure to transmit a large ASCII file over SSL, if it contains \
-> \\r\
fixups.
Tue May 25 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- $remote_fs --> network-remotefs
Sun Feb 21 13:00:00 2010 msebenAATTnovell.com
- updated to version 2.2.2
* Change \"File receive OK.\" to \"Transfer complete.\" to placate some broken
clients. Thanks Holger Kiehl .
* Fix erroneous \"child died\" upon FTP client connect, when under load. Awesome
thanks to Holger Kiehl 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
- deprecated use-ipv6-scope-id.patch,libcap2-fix.diff,write_race.patch
nowarn.patch
Thu Jan 28 13:00:00 2010 msebenAATTnovell.com
- added use-ipv6-scope-id.patch to fix connection issues with
ipv6-link local address (bnc#574366)
Wed Jan 20 13:00:00 2010 cooloAATTnovell.com
- fix typo in the package description - and remove authors
Mon Sep 15 14:00:00 2008 hvogelAATTsuse.de
- limit port range for passv to 30000:30100 to assist firewalling
[bnc#420671]
Mon Sep 8 14:00:00 2008 hvogelAATTsuse.de
- version 2.0.7
* Fix man page typo
* Enhance logging for debug_ssl
* Shutdown the SSL data connections properly
* Add option to enforce proper SSL shutdown on uploads
* Add option to delete failed uploads
- limit port range for passv to 1024:2024 to assist firewalling
[bnc#420671]
Wed Jun 11 14:00:00 2008 hvogelAATTsuse.de
- Fix simultaneous ftp put of the same file [bnc#361559, bnc#273454]
- dont die on EADDRINUSE but try again [bnc#395899]
Fri May 2 14:00:00 2008 tiwaiAATTsuse.de
- fix the link with libcap2
Wed Apr 30 14:00:00 2008 hvogelAATTsuse.de
- Make the unpriv bits run as ftpsecure and not as nobody
[bnc#384776]
Tue Apr 1 14:00:00 2008 mkoenigAATTsuse.de
- remove dir /usr/share/omc/svcinfo.d as it is provided now
by filesystem
Tue Mar 11 13:00:00 2008 crrodriguezAATTsuse.de
- version 2.0.6
- Fix delay_failed_login typo. Oops.
- Patch the getcwd and readlink sysutil helpers to reflect that they wouldn\'t
like a 0-sized buf. No caller is affected. Thanks Ilja van Sprundel
.
- Allow a (fake) reauth as the same user as the logged in user. Should resolve
.NET related report from Sabo Jim .
- Tweak from Lucian Adrian Grijincu to take
unnecessary port calculations out of a loop.
- Fix byte I/O accounting in the error path of do_file_send_rwloop, thanks to
.
- Don\'t log FireFox\'s attempts to RETR directories! Reported by
Nixdorf, Tim .
- Fix STOU sending the same 150 status line twice - oops! Reported by
.
- Fix xferlog format for virtual (guest) users, reported by Andy Fletcher
.
- Fix bug with empty user list file and userlist_deny=NO. Reported by
Marcin Zawadzki/GlobalVanet.com .
- Pretend we have proper UTF8 support and respond positively to OPTS UTF8 ON.
Thanks Stanislav Maslovski .
- Add control over the file permissions used in the chown()ing of anonymous
uploads: chown_upload_mode (default 0600 as before). Suggestion from
An Pham .
- Do a retry getting the active ftp socket in vsf_privop_get_ftp_port_sock();
should help buggy Solaris systems. Reported by Michael Masterson
.
- Add debug_ssl option to dump out some SSL connection details.
- Use code 522, not 521, to indicate that the server requires an encrypted
data connection. Still does not seem to coax lftp to retry :(
- Recognize OPTS pre-login.
- A whole ton of SSL improvements, including ability to force requirement of
a client cert; data and control channel client cert cross checking. Ability
to require fully valid / authentic client certs. No cert-based auth yet.
Tue Mar 27 14:00:00 2007 mskibbeAATTsuse.de
- change path to firewall script (#247352)
Fri Mar 2 13:00:00 2007 mskibbeAATTsuse.de
- change path to firewall script (#247352)
Wed Feb 28 13:00:00 2007 mskibbeAATTsuse.de
- vsftpd - Support for FATE #300687: Ports for SuSEfirewall added
via packages (#246932)
Mon Jan 15 13:00:00 2007 mskibbeAATTsuse.de
- fix cryptic symbol in package - description
- build against libcap on suse < 10.1
Fri Jan 12 13:00:00 2007 mskibbeAATTsuse.de
- vsftp could not log any file name other then ascii (#229320)
Thu Jan 11 13:00:00 2007 mskibbeAATTsuse.de
- change path to xml service document (fate #301713)
Mon Jan 8 13:00:00 2007 mskibbeAATTsuse.de
- fix Bug #230220 - vsftp no debuginfo
Mon Jan 8 13:00:00 2007 mskibbeAATTsuse.de
- xml document should readable to all (fate #301713)
Wed Dec 6 13:00:00 2006 mskibbeAATTsuse.de
- add service xml document (fate #301713 )
Mon Oct 23 14:00:00 2006 mskibbeAATTsuse.de
- fix Bug 213894 - vsftpd and pam
Mon Sep 4 14:00:00 2006 kukukAATTsuse.de
- Include common PAM config files, add pam_loginuid.so
Fri Jul 14 14:00:00 2006 mskibbeAATTsuse.de
- udpate to version 2.0.5 which
o IE should now show the login dialog again
o configurable login attempt limits and delays were added
o a bad intereaction with DMAPI filesystems was fixed and chained
certs should now work.
Fri May 26 14:00:00 2006 schwabAATTsuse.de
- Don\'t strip binaries.
Thu Apr 20 14:00:00 2006 hvogelAATTsuse.de
- revert the rename to vsftp for the xinetd config file. chkconfig
knows on for init and xinetd. So this wasnt a bug but a misusage
of chkconfig
Thu Apr 20 14:00:00 2006 hvogelAATTsuse.de
- add support for DMAPI filesystems [#167632]
Wed Apr 19 14:00:00 2006 hvogelAATTsuse.de
- rename xinetd config from vsftpd to vsftp to avoid name clashes
in chkconfig [#165745]
Thu Feb 16 13:00:00 2006 hvogelAATTsuse.de
- enable ssl for real [#151453]
Mon Feb 6 13:00:00 2006 hvogelAATTsuse.de
- The switch to standalone should not happen in update.
Installed xinetd config file again. The configuration file is
marked as noreplace anyway so if you are updating you will
get a xinetd.d/vsftpd.rpmnew and a vsftpd.conf.rpmnew
and everything is working as before and standalone is only used
for new installations. [#148201]
- redirect standalone parent output to /var/log/rcvsftp.log
so the init script can return properly.
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Fri Jan 13 13:00:00 2006 hvogelAATTsuse.de
- Make use of Stack Protector
- fix some uninitialized variables
Wed Jan 11 13:00:00 2006 hvogelAATTsuse.de
- Update to version 2.0.4 including:
o Add explicit \"This FTP server does not allow anonymous logins\"
message.
o Add paranoid checks to sysutil.c for large values / lengths.
o Load per-IP config files earlier; allows more settings to be
tuned on a per-IP level.
o regex fix so that {
*} correctly matches everything.
o Add optional file locking support via lock_upload_files.
o Apply LDFLAGS patch from Mads Martin Joergensen .
o Add pasv_addr_resolve option to allow pasv_address to get
DNS resolved once at startup.
o Apply patch to fix timezone issues (caused by chroot()
interacting badly with newer glibc versions).
Wed Sep 28 14:00:00 2005 mmjAATTsuse.de
- Add init script, and make it standalone
Sun Sep 18 14:00:00 2005 kukukAATTsuse.de
- Add libcap-devel to nfb
Tue Aug 9 14:00:00 2005 mmjAATTsuse.de
- Document that /etc/xinet.d/vsftpd is for xinetd conf [#102953]
Mon Aug 8 14:00:00 2005 uliAATTsuse.de
- build with -fPIE, not -fpie (fixes s390x)
Mon Jun 27 14:00:00 2005 roAATTsuse.de
- use libcap
Fri Jun 17 14:00:00 2005 mmjAATTsuse.de
- Compile with -fpie, link with -pie
Tue Apr 19 14:00:00 2005 mmjAATTsuse.de
- Update to 2.0.3 including:
o Document what regex expressions are supported in the man page.
o New settings rsa_private_key_file and dsa_private_key_file to
allow separate files for the certificates and private keys.
o Initial, simple fix for timed out processes not exiting when
SSL is in use. Better fix (which reports timeout to client
properly) to follow.
o Add which setsockopt option failed to die(\"setsockopt\") calls.
o Fix error with IPv4 connections to IPv6 listeners and PORT
type data connections when connect_from_port_20 is set.
o Remove vsf_sysutil_sockaddr_same_family (unused).
o Support protocol 1 (IPv4) in EPRT.
o Add ssl.c to AUDIT.
o Allow config file to use \"ssl_ciphers=\" to use default
OpenSSL cipher list.
o Allow \"EPSV 1\" to mean IPv4 EPSV.
o Report dummy IP but correct port with IPv6 / PASV.
o Handle SSL_WANT_READ and SSL_WANT_WRITE retries in SSL_read
and SSL_write; fixes SSL upload failures when data timeouts are
in use with some clients.
o Implicitly disable connect_from_port_20 and chown_uploads
when a non-root user is using run_as_launching_user.
o Add force_anon_logins_ssl and force_anon_data_ssl for a fully
SSL secure anonymous oonly solution (useful when you don\'t
have root access and a range of acceptable anonymous
passwords as credentials).
o Use SSL BIO callbacks to fix data connection timeout checks;
the checks weren\'t all occurring promply.
Thu Mar 3 13:00:00 2005 mmjAATTsuse.de
- Update to 2.0.2 including:
o Emit data transfer status messages (success / failure)
after flushing and waiting for the full data transfer to
reach the client. This should help work around buggy FTP
clients such as FlashFXP, which is known to truncate files
incorrectly.
o Make str_empty actually allocate an empty string.
o Change the ASCII receive code to ONLY rip out \\r if it is
just before a \
; someone finally complained about this.
o Enable AIX Large File Support
o Add a couple of FAQ entries.
o Fix time delta code areas to cope with negative deltas,
which will occur if the clock is adjusted backwards.
o Fix \"errno\" checks to be robust in multiple places;
previously, calls to failing library calls could be made
inbetween the original library call and the \"errno\" reads.
o Make bandwidth limiter work with SSL data connections.
o Note that the SSL / bandwidth limiter bug fixed a much more
serious bug: SSL data connection dropouts after
data_connection_timeout seconds.
Fri Feb 18 13:00:00 2005 mmjAATTsuse.de
- Glibc doesn\'t cache the timezone as much as it used to, so export
the TZ variable after doing chroot. [#49878]
Thu Aug 12 14:00:00 2004 mmjAATTsuse.de
- Update to 2.0.1 including:
o Add -lcrypto for the SSL build; needed for some systems
o Oops; fix session bale out if an empty length password is given.
o Fix build on Fedora Core 2 (-lcap cannot seem to find /lib/libcap.so).
o Fix vsftpd.conf.5 man page error in \"ssl_sslv3\"
o Clarify licensing: I allow linking of my GPL software with the OpenSSL
libraries.
o Fix build where PAM build is enabled but PAM headers are missing.
Fri Jul 2 14:00:00 2004 mmjAATTsuse.de
- Update to 2.0.0 including:
o Improve logging (log deletes, renames, chmods, etc. as
requested by users).
o Add no_log_lock to work around Solaris / Veritas locking
hangs.
o Add EPRT, EPSV, PASV and TVFS to FEAT response.
o Implement use of MDTM to set timestamps.
o Recognize FEAT prior to login.
o Add OpenSSL (AUTH TLS / SSL) support for encrypted control
and data connections.
o Increase max size of .message files to 4000 characters
o Add easy builddefs.h ability to disable PAM builds even when
PAM is installed.
o Report vsftpd version in STAT output.
o Add REFS file.
o Change parent<->child socket comms from DGRAM to STREAM for
increased reliability. The main benefit is should the parent
be killed (or crash out) then the child won\'t block on a
read() that will never return.
o Make str_reserve reserve space for the trailing zero as well,
so we don\'t cause a reallocation if we exactly fill the buffer.
o Optimize the sending of strings over the parent<->child comms links.
o Improve the build system so tcp_wrappers, PAM and OpenSSL can
be forcibly compiled out.
o Fix vsftpd.conf.5 typos
o If trans_chunk_size is between 1 and 4096, use 4096 rather
than ignoring totally.
o Add SSL / TLS info to SECURITY texts.
o Add README.ssl
o Add documentation for new SSL options to vsftpd.conf.5.
o Add support for CWD ~
o Fix compile warnings.
Sat May 29 14:00:00 2004 mmjAATTsuse.de
- Add logrotate file [#41432]
Tue Apr 27 14:00:00 2004 mmjAATTsuse.de
- Update to 1.2.2 including:
o Fix nasty issue resulting in listener instability under
extreme load (root cause was re-entering malloc/free).
o Fix build with modern glibc-2.3 and no libcap on Linux.
o Add initial support for running as the user which launched
vsftpd, i.e. no root needed. Warning - easy to create
insecurity if you use this without knowing what you are
doing.
o For above run-as-launching-user support: make CDUP re-use CWD
code so that deny_file of
*..
* is useful.
Mon Jan 26 13:00:00 2004 hvogelAATTsuse.de
- reworked the log part of the conf file patch.
Enabled syslog as default log destination, clarify xferlog
settings.
Mon Jan 19 13:00:00 2004 mmjAATTsuse.de
- -D_LARGEFILE_SOURCE to get LFS support. Also make sure the
offset bits are set correct.
Fri Jan 16 13:00:00 2004 kukukAATTsuse.de
- Add pam-devel to neededforbuild
Thu Nov 13 13:00:00 2003 mmjAATTsuse.de
- Update to 1.2.1
Wed Oct 15 14:00:00 2003 mmjAATTsuse.de
- Don\'t build as root
Mon Jul 28 14:00:00 2003 mmjAATTsuse.de
- Add EXAMPLE/ and FAQ
- Don\'t strip explicitly
Fri May 30 14:00:00 2003 mmjAATTsuse.de
- Update to vsftpd-1.2.0 including:
ˇ IPv6 support, so drop our patch
ˇ Many bugfixes and tunings
ˇ Build fixes
Thu Mar 6 13:00:00 2003 mmjAATTsuse.de
- Fix the xinetd conf file [#24774]
Fri Feb 7 13:00:00 2003 kukukAATTsuse.de
- Use pam_unix2.so instead of pam_unix.so
Fri Jan 24 13:00:00 2003 mmjAATTsuse.de
- Correct xinetd conffile
Tue Jan 14 13:00:00 2003 mmjAATTsuse.de
- Install xinetd.d/vsftpd
Sat Oct 26 14:00:00 2002 mmjAATTsuse.de
- Use better configuration defaults, thanks henne.
Fri Oct 25 14:00:00 2002 mmjAATTsuse.de
- Add $RPM_OPT_FLAGS to CFLAGS when building
Thu Oct 24 14:00:00 2002 mmjAATTsuse.de
- Update to 1.1.2 including:
o Addition of per-IP connection limits in standalone mode.
o Add logging of refused connect due to global or IP connection limits.
o Make connection limit exceeded messages nonblocking.
o Don\'t exit the listener if fork fails.
Tue Oct 8 14:00:00 2002 mmjAATTsuse.de
- Update to 1.1.1
Fri Aug 2 14:00:00 2002 mmjAATTsuse.de
- Update to 1.1.0
Tue Jul 9 14:00:00 2002 okirAATTsuse.de
- Added a patch to get rid of lots of warnings caused by -Wshadow
- Added a patch to implement IPv6 support
Tue Apr 30 14:00:00 2002 mmjAATTsuse.de
- And now without detection of pam in /lib/libpam.so.0, which is
bogus.
Sun Feb 17 13:00:00 2002 mmjAATTsuse.de
- Added a patch to the vsftpd library detection function to make
it build with /usr/lib64. Fixes build on S/390.
Tue Feb 12 13:00:00 2002 mmjAATTsuse.de
- Remove Requires: ftpdir
Mon Feb 4 13:00:00 2002 choegerAATTsuse.de
- do not set e(x)ecute bit on textfiles
Fri Feb 1 13:00:00 2002 choegerAATTsuse.de
- declare config file as %config(noreplace)
Thu Jan 17 13:00:00 2002 mmjAATTsuse.de
- Update to version 1.0.1
Fri Nov 30 13:00:00 2001 mmjAATTsuse.de
- Use /etc/pam.d/vsftpd
Tue Nov 13 13:00:00 2001 mmjAATTsuse.de
- Updated to version 1.0.0
Mon Oct 22 14:00:00 2001 mmjAATTsuse.de
- Initial package