Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pure-ftpd-1.0.22-3.4.1 RPM for i586

From OpenSuSE 11.2 updates for i586

Name: pure-ftpd Distribution: openSUSE 11.2
Version: 1.0.22 Vendor: openSUSE
Release: 3.4.1 Build date: Tue Apr 12 10:36:55 2011
Group: Productivity/Networking/Ftp/Servers Build host: build36
Size: 485739 Source RPM: pure-ftpd-1.0.22-3.4.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.pureftpd.org
Summary: A Lightweight, Fast, and Secure FTP Server
Pure-FTPd is a fast, production-quality, and standard-conforming FTP
server, based-on Troll-FTPd. Unlike other popular FTP servers, it has
no known security flaws, is trivial to set up, and is especially
designed for modern Linux kernels (setfsuid and sendfile capabilities)
. Features include: PAM support, IPv6, chroot()ed home directories,
virtual domains, built-in LS, anti-warez system, bandwidth throttling,
FXP, bounded ports for passive downloads, upload and download ratios,
Apache log files, and more.

Provides

Requires

License

BSD3c

Changelog

* Mon Apr 11 2011 mvyskocil@suse.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 2010 mseben@novell.com
  - modified portrange.patch - for PassivePortRange option in pure-ftpd.conf
    we could use now also syntax without colon (bnc#547578)
* Fri Jun 05 2009 coolo@novell.com
  - fix build
* Mon May 25 2009 hvogel@suse.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 2009 hvogel@suse.de
  - Move PassivePortRange to numparic_switch_for [bnc#465954]
* Mon Sep 15 2008 hvogel@suse.de
  - limit port range for passv to 30000:30100 to assist firewalling
    [bnc#420671]
* Mon Jul 21 2008 hvogel@suse.de
  - do not use tcp send/receive buffer optimization. Might lead to
    strange side effects when allocating too much stack. [bnc#407363]
* Tue Apr 01 2008 mkoenig@suse.de
  - remove dir /usr/share/omc/svcinfo.d as it is provided now
    by filesystem
* Thu Mar 20 2008 hvogel@suse.de
  - Fix ldap schema [bnc:368864]
  - add Short-Description to init script
* Tue Mar 27 2007 mskibbe@suse.de
  - change path to firewall script (#247352)
* Fri Mar 02 2007 mskibbe@suse.de
  - change path to firewall script (#247352)
* Wed Feb 28 2007 mskibbe@suse.de
  - pure-ftpd - Support for FATE #300687: Ports for SuSEfirewall
    added via packages (#246931)
* Thu Jan 11 2007 mskibbe@suse.de
  - change path to xml service document (fate #301713)
* Wed Dec 06 2006 mskibbe@suse.de
  - add service xml document (fate #301713 )
* Wed Sep 06 2006 mskibbe@suse.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 04 2006 kukuk@suse.de
  - Add pam_loginuid.so to session management
* Thu Aug 31 2006 mskibbe@suse.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 2006 kukuk@suse.de
  - Reorder auth section of PAM config file to make sure all modules
    will always be evaluated.

Files

/etc/init.d/pure-ftpd
/etc/openldap
/etc/openldap/schema
/etc/openldap/schema/pureftpd.schema
/etc/pam.d/pure-ftpd
/etc/pure-ftpd
/etc/pure-ftpd/pure-ftpd.conf
/etc/pure-ftpd/vhosts
/etc/sysconfig/SuSEfirewall2.d/services/pure-ftpd
/etc/xinetd.d/pure-ftpd
/usr/bin/pure-pw
/usr/bin/pure-pwconvert
/usr/bin/pure-statsdecode
/usr/sbin/pure-authd
/usr/sbin/pure-config-args
/usr/sbin/pure-config.pl
/usr/sbin/pure-ftpd
/usr/sbin/pure-ftpwho
/usr/sbin/pure-mrtginfo
/usr/sbin/pure-quotacheck
/usr/sbin/pure-uploadscript
/usr/sbin/rcpure-ftpd
/usr/share/doc/packages/pure-ftpd
/usr/share/doc/packages/pure-ftpd/AUTHORS
/usr/share/doc/packages/pure-ftpd/CONTACT
/usr/share/doc/packages/pure-ftpd/COPYING
/usr/share/doc/packages/pure-ftpd/HISTORY
/usr/share/doc/packages/pure-ftpd/NEWS
/usr/share/doc/packages/pure-ftpd/README
/usr/share/doc/packages/pure-ftpd/README.Configuration-File
/usr/share/doc/packages/pure-ftpd/README.Contrib
/usr/share/doc/packages/pure-ftpd/README.LDAP
/usr/share/doc/packages/pure-ftpd/README.MySQL
/usr/share/doc/packages/pure-ftpd/README.PGSQL
/usr/share/doc/packages/pure-ftpd/README.TLS
/usr/share/doc/packages/pure-ftpd/README.Virtual-Users
/usr/share/doc/packages/pure-ftpd/THANKS
/usr/share/doc/packages/pure-ftpd/pureftpd-ldap.conf
/usr/share/man/man8/pure-authd.8.gz
/usr/share/man/man8/pure-ftpd.8.gz
/usr/share/man/man8/pure-ftpwho.8.gz
/usr/share/man/man8/pure-mrtginfo.8.gz
/usr/share/man/man8/pure-pw.8.gz
/usr/share/man/man8/pure-pwconvert.8.gz
/usr/share/man/man8/pure-quotacheck.8.gz
/usr/share/man/man8/pure-statsdecode.8.gz
/usr/share/man/man8/pure-uploadscript.8.gz
/usr/share/omc/svcinfo.d/pure-ftpd.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 13 04:42:18 2013