pure-ftpd

No description set
Refresh
Refresh
Source Files
Filename Size Changed Actions
pure-ftpd-1.0.20_config.patch 0000002849 2.78 KB about 6 years
pure-ftpd-1.0.20_doc.patch 0000001131 1.1 KB about 6 years
pure-ftpd-1.0.20_ftpwho_path.patch 0000000578 578 Bytes about 4 years
pure-ftpd-1.0.20_virtualhosts.patch 0000000351 351 Bytes about 6 years
pure-ftpd-1.0.32-default_tcp_sedrcv_buffer_size.patch 0000002997 2.93 KB about 6 years
pure-ftpd-1.0.36-cap-audit-control.patch 0000000445 445 Bytes about 6 years
pure-ftpd-1.0.49.tar.bz2 0000487958 477 KB about 4 years
pure-ftpd-1.0.49.tar.bz2.minisig 0000000312 312 Bytes about 4 years
pure-ftpd-1.0.49_ftpwho_path.patch 0000000490 490 Bytes over 2 years
pure-ftpd-1.0.49_mariadb_config.patch 0000000849 849 Bytes about 4 years
pure-ftpd-1.0.50-default_tcp_sedrcv_buffer_size.patch 0000003064 2.99 KB over 2 years
pure-ftpd-1.0.51.tar.bz2 0000520648 508 KB over 2 years
pure-ftpd-1.0.51.tar.bz2.minisig 0000000319 319 Bytes over 2 years
pure-ftpd-apparmor.patch 0000001912 1.87 KB about 6 years
pure-ftpd-malloc-limit.patch 0000008984 8.77 KB over 2 years
pure-ftpd.changes 0000042215 41.2 KB over 2 years
pure-ftpd.firewall 0000000379 379 Bytes about 6 years
pure-ftpd.init 0000003225 3.15 KB about 6 years
pure-ftpd.keyring 0000011229 11 KB about 6 years
pure-ftpd.pamd 0000000388 388 Bytes over 2 years
pure-ftpd.service 0000000541 541 Bytes over 2 years
pure-ftpd.spec 0000005735 5.6 KB over 2 years
pure-ftpd.xinetd 0000000812 812 Bytes about 6 years
Revision 1 (latest revision is 2)
rottame rottame committed over 2 years ago (revision 1)
- update to 1.0.51:
  * Compatibility with OpenSSL 1.1.0 was improved.
  * PostgreSQL: the port number is not escaped any more in connection
    strings.
  * TLS tickets are issued but not renewed - This fixes compatibility
    issues with some clients.
  * PureDB: additional checks for corrupted databases have been added,
    and synchronization to disk uses F_FULLFSYNC on macOS X.

- Update to version 1.0.50:
  * Support for MD5, SHA1 and MySQL PASSWORD() function were removed for
    password hashing. You should now use scrypt, argon2 or the system crypt(3)
    function.
  * Soft fail if a USER command is received without TLS and the server is
    configured to enforce TLS. Previously, the session was immediately closed,
    but that was too brutal for some clients.
  * Allow connections from the class E network range -- apparently
    required in some cases when using Linux containers.
  * Large file listings used to require way more stack allocations than
    necessary, possibly reaching hard-coded limits and causing a forced
    session close. This has been fixed. (boo#1160111, CVE-2019-20176)
  * The SPSV command has been removed.
  * Under some circunstances, the server would not start when configured
    with directory aliases. This has been fixed.
  * PostgreSQL: hard-coded global configuration strings were not escaped.
    This has been fixed.
  * A warning is now printed when a transfer happens in ASCII mode, as
    this is rarely intentional.
  * Compilation with --without-ascii is now possible again.
  * Configuration options for features that have been disabled at
Comments for pure-ftpd 0