Changelog for
pure-ftpd-1.0.22-1.3.1.x86_64.rpm :
Mon Apr 11 14:00:00 2011 mvyskocilAATTsuse.cz
- fix bnc#686590 - VUL-0: new pure-ftpd version fix STARTTLS issues similar to
CVE-2011-0411
* flush command buffer after switch to TLS
Tue Jan 12 13:00:00 2010 msebenAATTnovell.com
- modified portrange.patch - for PassivePortRange option in pure-ftpd.conf
we could use now also syntax without colon (bnc#547578)
Fri Jun 5 14:00:00 2009 cooloAATTnovell.com
- fix build
Mon May 25 14:00:00 2009 hvogelAATTsuse.de
- Update to version 1.0.22
- New catalan translation
- TLS support for LDAP
- Fix usage of MySQL 5 stored procedures
- Compatibility with newer OpenLDAP versions
- Don\'t hang up during uploads if we get any other command than QUIT and
ABORT.
- SITE UTIME reads UTC time
- A space is needed for inline content in response to the MLST command.
- Time zone issues should be fixed for good. We have to redefine TZ,
tzset() is not enough on Linux when we are in a chroot environment.
- Correctly respond to FEAT without removing extra features when passive
mode is disabled. Thanks to upb.
- Better process name change setup for Linux.
- Auto-created home directories are now created with mode 0777 (and
directory umask is applied), per common request. It\'s very important to
double check your umask.
- Extend gid / uid to 10 digits in ls output. Extend file size as well.
- Brazilian portuguese translation was updated.
- Fix SecureFX compatibility.
- Use PQescapeStringConn() for PostgreSQL instead of hand-made escaping.
- Don\'t respond to server that an upload succeeded before the temporary
file has been renamed.
- TLS support on data channels
- Use sendfile() on recent Solaris versions in place of sendfilev().
- Don\'t use a deprecated interface for Bonjour registration.
- Tell authentication handlers if the connection is encrypted or not,
through a new AUTHD_ENCRYPTED environment variable.
- Create all directories, not only the basement when on-demand directory
creation is enabled and the user\'s home directory looks like /basement/./user.
- Fixed error reporting when TLS support was compiled in, but TLS wasn\'t
enabled on the current session
- Log full path on file deletion
- Handle \"ftp\" and \"anonymous\" like normal accounts (with passwords) if -E
(no anonymous logins) is specified. Thanks to Arkadiusz Miskiewicz.
- Sleep before answering a password failure, not the other way round
- In broken mode, show symlinks as their real target. It can have side
effects, don\'t forget that broken mode is... broken mode.
- Respect aliasing rules for sockaddr_storage usage.
- Privsep is enabled by default in the installation GUI.
- --with-everything now includes privsep.
- update: fix compilation with gcc 2.x
Thu Jan 15 13:00:00 2009 hvogelAATTsuse.de
- Move PassivePortRange to numparic_switch_for [bnc#465954]
Mon Sep 15 14:00:00 2008 hvogelAATTsuse.de
- limit port range for passv to 30000:30100 to assist firewalling
[bnc#420671]
Mon Jul 21 14:00:00 2008 hvogelAATTsuse.de
- do not use tcp send/receive buffer optimization. Might lead to
strange side effects when allocating too much stack. [bnc#407363]
Tue Apr 1 14:00:00 2008 mkoenigAATTsuse.de
- remove dir /usr/share/omc/svcinfo.d as it is provided now
by filesystem
Thu Mar 20 13:00:00 2008 hvogelAATTsuse.de
- Fix ldap schema [bnc:368864]
- add Short-Description to init script
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
- pure-ftpd - Support for FATE #300687: Ports for SuSEfirewall
added via packages (#246931)
Thu Jan 11 13:00:00 2007 mskibbeAATTsuse.de
- change path to xml service document (fate #301713)
Wed Dec 6 13:00:00 2006 mskibbeAATTsuse.de
- add service xml document (fate #301713 )
Wed Sep 6 14:00:00 2006 mskibbeAATTsuse.de
- fix bug Bug 203798 - Restarting the ftp server using the
\"rcpure-ftpd stop/start\" doesn\'t stop/kill the existing
client-server instances
Mon Sep 4 14:00:00 2006 kukukAATTsuse.de
- Add pam_loginuid.so to session management
Thu Aug 31 14:00:00 2006 mskibbeAATTsuse.de
- update to version 1.0.21 which
o includes patch pure-ftpd-1.0.20-abort-transfer.patch
o Rendezvous has been renamed Bonjour
o The old PAM sample has been removed
o -F option added to pure-pw
o MAX_USER_LENGTH has been bumped to 127 due to popular demand
o pam/
* can now be used if security/
* doesn\'t exist
o simplify() simplifies paths ending by /. and /..
o Experimental support for RFC2640 (UTF-8 filename encoding)
o The LDAP schema has been changed: FTPStatus should be a boolean
o OPTS MLST has been implemented
o SITE UTIME has been implemented
o TCP_CORK is on by default again. A new configure switch,
- -without-cork, can disable it
o Correctly format %c and %% in fakesprintf()
o The connection socket is now created with the Nagle algorithm
disabled. It was the trick to dramatically improve performance
when transfering a lot of small files
o Use CLIENT_MULTI_STATEMENTS while connecting to a MySQL server
Mon Aug 21 14:00:00 2006 kukukAATTsuse.de
- Reorder auth section of PAM config file to make sure all modules
will always be evaluated.