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

proftpd-1.3.8b-5.fc41 RPM for s390x

From Fedora Rawhide for s390x / p

Name: proftpd Distribution: Fedora Project
Version: 1.3.8b Vendor: Fedora Project
Release: 5.fc41 Build date: Sun Mar 31 13:08:02 2024
Group: Unspecified Build host: buildvm-s390x-01.s390.fedoraproject.org
Size: 9804164 Source RPM: proftpd-1.3.8b-5.fc41.src.rpm
Packager: Fedora Project
Url: http://www.proftpd.org/
Summary: Flexible, stable and highly-configurable FTP server
ProFTPD is an enhanced FTP server with a focus toward simplicity, security,
and ease of configuration. It features a very Apache-like configuration
syntax, and a highly customizable server infrastructure, including support for
multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory
visibility.

This package defaults to the standalone behavior of ProFTPD, but all the
needed scripts to have it run by systemd instead are included.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Mar 31 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-5
  - Add 'proxy' sub-package with unbundled mod_proxy (rhbz#2272051)
  - Update fsio.c: if mkdir fails with EEXIST, also clear the cache (GH#1677)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8b-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8b-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 01 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-2
  - Use libsodium to provide ed25519 key support for mod_sftp (#2256340)
  - Update logrotate snippet to use try-reload-or-restart rather than reload
    for distributions with systemd 229 or later (PR#3)
* Wed Dec 20 2023 Paul Howarth <paul@city-fan.org> - 1.3.8b-1
  - Update to 1.3.8b
    - Compiling ProFTPD 1.3.8a mod_sftp, mod_tls using libressl 3.7.3 failed
      (GH#1735)
    - Build system failed for specific module names (GH#1756)
    - "Terrapin" Prefix Truncation Attacks in SSH Specification affected mod_sftp
      (CVE-2023-48795, GH#1760)
* Fri Dec 08 2023 Florian Weimer <fweimer@redhat.com> - 1.3.8a-2
  - Additional C compatibility fix
* Mon Oct 09 2023 Paul Howarth <paul@city-fan.org> - 1.3.8a-1
  - Update to 1.3.8a
    - Fix mod_sftp failure to handle SFTP requests to truncate files to zero size
      (GH#1581)
    - Fix mod_sftp improperly handling SFTP WRITE requests for files opened for
      appending (GH#1584)
    - Build-time detection of Linux POSIX ACL support was broken since 1.3.8rc2
      (GH#1568)
    - Fix failure to load mod_rewrite as a dynamic module due to
      incomplete/missing library linker flags (GH#1590)
    - <Class> section is allowed to be in <Global>, but From directive is not
      (GH#1597)
    - ExtendedLog SSH, SFTP classes not working as expected (GH#1617)
    - Fix mod_sftp not handling multiple concurrent open file handles/transfers
      well for logging (GH#1646)
    - "TLSRequired off" plus Protocols directive caused mod_tls to terminate the
      session abruptly (GH#1679)
    - Fix mod_tls failure to compile against OpenSSL 3.0.8 due to missing
      ENGINE_METHOD_ flags (GH#1689)
    - Unknown named connection error when using different SQL backends (GH#1659)
    - Fix mod_sql not properly closing all named backend connections on session
      exit (GH#1697)
    - SSH key exchanges failed unexpectedly with "unable to write X bytes of raw
      data" errors due to small ProFTPD buffer (GH#1694)
    - Fix high session memory usage caused by SFTP outgoing data buffering
      (GH#1678)
    - Out-of-bounds buffer read when handling FTP commands (GH#1683,
      CVE-2023-51713)
    - SFTP algorithm settings in <Global> section were not being used (GH#1712)
* Thu Jul 27 2023 Paul Howarth <paul@city-fan.org> - 1.3.8-7
  - Fix for buffer overflow detected in response.c API test on s390x
    causing FTBFS in Fedora 39 (rhbz#2226148)
    (https://github.com/proftpd/proftpd/pull/1692)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri May 05 2023 Arjun Shankar <arjun@redhat.com> - 1.3.8-5
  - Port configure script to C99
* Fri Feb 03 2023 Paul Howarth <paul@city-fan.org> - 1.3.8-4
  - Ensure mod_rewrite is linked against libidn2 so that it loads properly
    (rhbz#2166454, https://github.com/proftpd/proftpd/issues/1590)
  - No longer need to explicitly remove libtool archives from Fedora 36 onwards
* Sat Jan 21 2023 Paul Howarth <paul@city-fan.org> - 1.3.8-3
  - Add PCRE2 support (rhbz#2158885)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Dec 05 2022 Paul Howarth <paul@city-fan.org> - 1.3.8-1
  - Update to 1.3.8 (see RELEASE_NOTES for details)
  - Update mod_vroot to 0.9.11
    - Addresses a bad interaction with mod_auth_file, and failed login attempts,
      which can lead to inexplicably "stuck" processes that cannot be terminated
      (https://github.com/proftpd/proftpd/issues/1384)
  - Use SPDX-format license tag
  - Drop support for ancient distributions prior to EL-7/F-30
* Thu Aug 04 2022 Paul Howarth <paul@city-fan.org> - 1.3.7e-2
  - Update mod_vroot to 0.9.10
    - Fix unexpected filtering behaviour with mod_vroot (#2104972, GH#1491)
* Sun Jul 24 2022 Paul Howarth <paul@city-fan.org> - 1.3.7e-1
  - Update to 1.3.7e
    - Ensure that mod_sftp algorithms work properly with OpenSSL 3.x (GH#1448)
  - Drop pcre build dependency since we have been explicitly disabling it for the
    last 5 years anyway
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7d-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Apr 25 2022 Paul Howarth <paul@city-fan.org> - 1.3.7d-1
  - Update to 1.3.7d
    - Fix crash with long lines in AuthGroupFile due to large realloc(3) (GH#1321)
    - NLST did not behave consistently for relative paths (GH#1325)
    - Implement AllowForeignAddress class matching for passive data transfers
      (GH#1346)
    - DeleteAbortedStores removed successfully transferred files unexpectedly
      (Bug #4467)
    - Keepalive socket options should be set using IPPROTO_TCP, not SOL_SOCKET
      (GH#1401)
    - TCP keepalive SocketOptions should apply to control as well as data
      connection (GH#1402)
    - ProFTPD always used the same PassivePorts port for first transfer (GH#1396)
    - Name-based virtual hosts not working as expected after upgrade from 1.3.7a
      to 1.3.7b (GH#1369)
  - Use %license unconditionally

Files

/etc/blacklist.dat
/etc/dhparams.pem
/etc/ftpusers
/etc/logrotate.d
/etc/logrotate.d/proftpd
/etc/pam.d/proftpd
/etc/proftpd
/etc/proftpd.conf
/etc/proftpd/anonftp.conf
/etc/proftpd/conf.d
/etc/proftpd/mod_ban.conf
/etc/proftpd/mod_qos.conf
/etc/proftpd/mod_tls.conf
/etc/proftpd/modules.conf
/etc/sysconfig/proftpd
/run/proftpd
/usr/bin/ftpdctl
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/7a618e1e0868116d1704f043a607fde2d7889d
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/867af6a302e39d0df95a7662b1f182cef4dbfa
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/ec83ddbb60fa02f5da98a83ae34cb40cd86972
/usr/lib/.build-id/15
/usr/lib/.build-id/15/72811bb7b597f33004677b50877b86837be3c0
/usr/lib/.build-id/16
/usr/lib/.build-id/16/99d46a37a97ac0fa570cc8b9f5b39ba4f0b8ba
/usr/lib/.build-id/17
/usr/lib/.build-id/17/f60517c5413cd07b2320dfb46942f1f6d8b76a
/usr/lib/.build-id/22
/usr/lib/.build-id/22/7b441632f9ba3cf6f2be42b6fb6f139edf82e5
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/7c40edb9cd0b0382b4f8f7dbf44841a7d81079
/usr/lib/.build-id/54
/usr/lib/.build-id/54/f2a0c124bd087a14733b2b89a75be5091a709a
/usr/lib/.build-id/54/f90e80b072aa5b8d3049c13f980d823294bcdc
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/6e552152f7186d769e29af20aa6b3ed0c37bc9
/usr/lib/.build-id/71
/usr/lib/.build-id/71/be7b482514967c1549be963087427e0d8a5dbb
/usr/lib/.build-id/73
/usr/lib/.build-id/73/f266004eaeb70e28a354a58516c5df47a6f5ab
/usr/lib/.build-id/86
/usr/lib/.build-id/86/2d2888e9b59d38af3e8b7b7177c9a497c89e9e
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/ef569986ae372ca2771f18f6e6745da3172067
/usr/lib/.build-id/98
/usr/lib/.build-id/98/18f99a4537573162a401d118a947588a7dd18e
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/5ae368aeb139461ff43c7dff856d624e08f593
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/80e8f4975d58b29f1b898c49fa23e19c1058bb
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/941860ce6071436f41b29737972cbfcaf01ac5
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/cbcf68fbe4cc08dc0b0fb43678170bd61de9dc
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/c7bcdaa1e28eae56f65aa67141d60ea5b79a97
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/dba3234abf0a5f7451899e4e364823f446d507
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/6af81c0bf3fa56d7b5a3ff1a9f8521073757a3
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/fa2187564bc1e7a3c0e84b76f3aa4a6988d07c
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/e2923b285c7c29262ea31c3d9dc42e1033a121
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/ac0ddffea3d6959c6d9665fa1ec1bf4ead170a
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/c144d690b2730307bbbca3f59c6af922176601
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/56af326d15716d8dc4dcb2e0c82c24b9225276
/usr/lib/.build-id/da
/usr/lib/.build-id/da/f483a1cd6c4bbc661629b541864acb4b7a9ac0
/usr/lib/.build-id/df
/usr/lib/.build-id/df/88839e54e666d358d56f1b236f5a5caec93233
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/1b9ba0b0d7f83fa68b03cd7bc944df05605cb5
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/62d8385ab623a0e45fb76cdd68fa819183dd7a
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/2ea9b662d3cac05746e67a019f4434186a9fec
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/1658f647cd81e2b89ac71b664caa94dd7c7a97
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/49b5e94812e49abaf1b535801624d8bfd8d79b
/usr/lib/systemd/system/proftpd.service
/usr/lib/systemd/system/proftpd.socket
/usr/lib/systemd/system/proftpd@.service
/usr/lib/tmpfiles.d/proftpd.conf
/usr/libexec/proftpd
/usr/libexec/proftpd/mod_ban.so
/usr/libexec/proftpd/mod_copy.so
/usr/libexec/proftpd/mod_ctrls_admin.so
/usr/libexec/proftpd/mod_deflate.so
/usr/libexec/proftpd/mod_exec.so
/usr/libexec/proftpd/mod_facl.so
/usr/libexec/proftpd/mod_ifsession.so
/usr/libexec/proftpd/mod_ifversion.so
/usr/libexec/proftpd/mod_load.so
/usr/libexec/proftpd/mod_qos.so
/usr/libexec/proftpd/mod_quotatab.so
/usr/libexec/proftpd/mod_quotatab_file.so
/usr/libexec/proftpd/mod_quotatab_radius.so
/usr/libexec/proftpd/mod_quotatab_sql.so
/usr/libexec/proftpd/mod_radius.so
/usr/libexec/proftpd/mod_ratio.so
/usr/libexec/proftpd/mod_rewrite.so
/usr/libexec/proftpd/mod_sftp.so
/usr/libexec/proftpd/mod_sftp_pam.so
/usr/libexec/proftpd/mod_sftp_sql.so
/usr/libexec/proftpd/mod_shaper.so
/usr/libexec/proftpd/mod_site_misc.so
/usr/libexec/proftpd/mod_sql.so
/usr/libexec/proftpd/mod_sql_passwd.so
/usr/libexec/proftpd/mod_tls_memcache.so
/usr/libexec/proftpd/mod_tls_shmcache.so
/usr/libexec/proftpd/mod_unique_id.so
/usr/libexec/proftpd/mod_vroot.so
/usr/libexec/proftpd/mod_wrap2.so
/usr/libexec/proftpd/mod_wrap2_file.so
/usr/libexec/proftpd/mod_wrap2_sql.so
/usr/sbin/ftpscrub
/usr/sbin/ftpshut
/usr/sbin/in.proftpd
/usr/sbin/proftpd
/usr/share/doc/proftpd
/usr/share/doc/proftpd/CREDITS
/usr/share/doc/proftpd/ChangeLog
/usr/share/doc/proftpd/NEWS
/usr/share/doc/proftpd/README.contrib
/usr/share/doc/proftpd/README.md
/usr/share/doc/proftpd/README.modules
/usr/share/doc/proftpd/README.ratio
/usr/share/doc/proftpd/contrib
/usr/share/doc/proftpd/contrib/ftpasswd.html
/usr/share/doc/proftpd/contrib/ftpmail.html
/usr/share/doc/proftpd/contrib/ftpquota.html
/usr/share/doc/proftpd/contrib/index.html
/usr/share/doc/proftpd/contrib/mod_auth_otp.html
/usr/share/doc/proftpd/contrib/mod_ban.html
/usr/share/doc/proftpd/contrib/mod_copy.html
/usr/share/doc/proftpd/contrib/mod_ctrls_admin.html
/usr/share/doc/proftpd/contrib/mod_deflate.html
/usr/share/doc/proftpd/contrib/mod_digest.html
/usr/share/doc/proftpd/contrib/mod_dnsbl.html
/usr/share/doc/proftpd/contrib/mod_dynmasq.html
/usr/share/doc/proftpd/contrib/mod_exec.html
/usr/share/doc/proftpd/contrib/mod_geoip.html
/usr/share/doc/proftpd/contrib/mod_ifsession.html
/usr/share/doc/proftpd/contrib/mod_ifversion.html
/usr/share/doc/proftpd/contrib/mod_ldap.html
/usr/share/doc/proftpd/contrib/mod_load.html
/usr/share/doc/proftpd/contrib/mod_log_forensic.html
/usr/share/doc/proftpd/contrib/mod_qos.html
/usr/share/doc/proftpd/contrib/mod_quotatab.html
/usr/share/doc/proftpd/contrib/mod_quotatab_file.html
/usr/share/doc/proftpd/contrib/mod_quotatab_ldap.html
/usr/share/doc/proftpd/contrib/mod_quotatab_radius.html
/usr/share/doc/proftpd/contrib/mod_quotatab_sql.html
/usr/share/doc/proftpd/contrib/mod_radius.html
/usr/share/doc/proftpd/contrib/mod_ratio.html
/usr/share/doc/proftpd/contrib/mod_readme.html
/usr/share/doc/proftpd/contrib/mod_rewrite.html
/usr/share/doc/proftpd/contrib/mod_sftp.html
/usr/share/doc/proftpd/contrib/mod_sftp_pam.html
/usr/share/doc/proftpd/contrib/mod_sftp_sql.html
/usr/share/doc/proftpd/contrib/mod_shaper.html
/usr/share/doc/proftpd/contrib/mod_site_misc.html
/usr/share/doc/proftpd/contrib/mod_snmp.html
/usr/share/doc/proftpd/contrib/mod_sql.html
/usr/share/doc/proftpd/contrib/mod_sql_odbc.html
/usr/share/doc/proftpd/contrib/mod_sql_passwd.html
/usr/share/doc/proftpd/contrib/mod_sql_sqlite.html
/usr/share/doc/proftpd/contrib/mod_statcache.html
/usr/share/doc/proftpd/contrib/mod_tls.html
/usr/share/doc/proftpd/contrib/mod_tls_fscache.html
/usr/share/doc/proftpd/contrib/mod_tls_memcache.html
/usr/share/doc/proftpd/contrib/mod_tls_redis.html
/usr/share/doc/proftpd/contrib/mod_tls_shmcache.html
/usr/share/doc/proftpd/contrib/mod_unique_id.html
/usr/share/doc/proftpd/contrib/mod_wrap.html
/usr/share/doc/proftpd/contrib/mod_wrap2.html
/usr/share/doc/proftpd/contrib/mod_wrap2_file.html
/usr/share/doc/proftpd/contrib/mod_wrap2_redis.html
/usr/share/doc/proftpd/contrib/mod_wrap2_sql.html
/usr/share/doc/proftpd/directives
/usr/share/doc/proftpd/directives/index.html
/usr/share/doc/proftpd/faq.html
/usr/share/doc/proftpd/howto
/usr/share/doc/proftpd/howto/ASCII.html
/usr/share/doc/proftpd/howto/AWS.html
/usr/share/doc/proftpd/howto/AuthFiles.html
/usr/share/doc/proftpd/howto/Authentication.html
/usr/share/doc/proftpd/howto/BCP.html
/usr/share/doc/proftpd/howto/Chroot.html
/usr/share/doc/proftpd/howto/Classes.html
/usr/share/doc/proftpd/howto/Compiling.html
/usr/share/doc/proftpd/howto/ConfigFile.html
/usr/share/doc/proftpd/howto/ConfigurationTricks.html
/usr/share/doc/proftpd/howto/ConnectionACLs.html
/usr/share/doc/proftpd/howto/Controls.html
/usr/share/doc/proftpd/howto/CreateHome.html
/usr/share/doc/proftpd/howto/DNS.html
/usr/share/doc/proftpd/howto/DSO.html
/usr/share/doc/proftpd/howto/Debugging.html
/usr/share/doc/proftpd/howto/Directory.html
/usr/share/doc/proftpd/howto/DisplayFiles.html
/usr/share/doc/proftpd/howto/ECCN.html
/usr/share/doc/proftpd/howto/FTP.html
/usr/share/doc/proftpd/howto/FXP.html
/usr/share/doc/proftpd/howto/Filters.html
/usr/share/doc/proftpd/howto/Globbing.html
/usr/share/doc/proftpd/howto/IPv6.html
/usr/share/doc/proftpd/howto/KeepAlives.html
/usr/share/doc/proftpd/howto/Limit.html
/usr/share/doc/proftpd/howto/ListOptions.html
/usr/share/doc/proftpd/howto/LogLevels.html
/usr/share/doc/proftpd/howto/LogMessages.html
/usr/share/doc/proftpd/howto/Logging.html
/usr/share/doc/proftpd/howto/Memcache.html
/usr/share/doc/proftpd/howto/NAT.html
/usr/share/doc/proftpd/howto/Nonroot.html
/usr/share/doc/proftpd/howto/Quotas.html
/usr/share/doc/proftpd/howto/Radius.html
/usr/share/doc/proftpd/howto/Redis.html
/usr/share/doc/proftpd/howto/Regex.html
/usr/share/doc/proftpd/howto/Rewrite.html
/usr/share/doc/proftpd/howto/SQL.html
/usr/share/doc/proftpd/howto/SSH.html
/usr/share/doc/proftpd/howto/Scoreboard.html
/usr/share/doc/proftpd/howto/Sendfile.html
/usr/share/doc/proftpd/howto/ServerType.html
/usr/share/doc/proftpd/howto/Stopping.html
/usr/share/doc/proftpd/howto/TLS.html
/usr/share/doc/proftpd/howto/Testing.html
/usr/share/doc/proftpd/howto/Timestamps.html
/usr/share/doc/proftpd/howto/Tracing.html
/usr/share/doc/proftpd/howto/Translations.html
/usr/share/doc/proftpd/howto/Umask.html
/usr/share/doc/proftpd/howto/Upgrade.html
/usr/share/doc/proftpd/howto/Versioning.html
/usr/share/doc/proftpd/howto/Vhost.html
/usr/share/doc/proftpd/howto/VirtualUsers.html
/usr/share/doc/proftpd/howto/ftpaccess.html
/usr/share/doc/proftpd/howto/index.html
/usr/share/doc/proftpd/license.txt
/usr/share/doc/proftpd/mod_sample.c
/usr/share/doc/proftpd/modules
/usr/share/doc/proftpd/modules/index.html
/usr/share/doc/proftpd/modules/mod_auth.html
/usr/share/doc/proftpd/modules/mod_auth_file.html
/usr/share/doc/proftpd/modules/mod_auth_pam.html
/usr/share/doc/proftpd/modules/mod_auth_unix.html
/usr/share/doc/proftpd/modules/mod_cap.html
/usr/share/doc/proftpd/modules/mod_core.html
/usr/share/doc/proftpd/modules/mod_ctrls.html
/usr/share/doc/proftpd/modules/mod_delay.html
/usr/share/doc/proftpd/modules/mod_dso.html
/usr/share/doc/proftpd/modules/mod_facl.html
/usr/share/doc/proftpd/modules/mod_facts.html
/usr/share/doc/proftpd/modules/mod_ident.html
/usr/share/doc/proftpd/modules/mod_lang.html
/usr/share/doc/proftpd/modules/mod_log.html
/usr/share/doc/proftpd/modules/mod_ls.html
/usr/share/doc/proftpd/modules/mod_memcache.html
/usr/share/doc/proftpd/modules/mod_redis.html
/usr/share/doc/proftpd/modules/mod_rlimit.html
/usr/share/doc/proftpd/modules/mod_site.html
/usr/share/doc/proftpd/modules/mod_xfer.html
/usr/share/doc/proftpd/rfc
/usr/share/doc/proftpd/rfc/draft-bonachea-sftp-00.txt
/usr/share/doc/proftpd/rfc/draft-ietf-ftpext-mlst-15.txt
/usr/share/doc/proftpd/rfc/draft-ietf-ftpext-sec-consider-02.txt
/usr/share/doc/proftpd/rfc/draft-somers-ftp-mfxx-03.txt
/usr/share/doc/proftpd/rfc/rfc0959.txt
/usr/share/doc/proftpd/rfc/rfc2228.txt
/usr/share/doc/proftpd/rfc/rfc2389.txt
/usr/share/doc/proftpd/rfc/rfc2428.txt
/usr/share/doc/proftpd/rfc/rfc2640.txt
/usr/share/doc/proftpd/rfc/rfc3659.txt
/usr/share/doc/proftpd/rfc/rfc4217.txt
/usr/share/doc/proftpd/rfc/rfc7151.txt
/usr/share/doc/proftpd/sample-configurations
/usr/share/doc/proftpd/sample-configurations/PFTEST.conf.in
/usr/share/doc/proftpd/sample-configurations/PFTEST.group
/usr/share/doc/proftpd/sample-configurations/PFTEST.install
/usr/share/doc/proftpd/sample-configurations/PFTEST.passwd
/usr/share/doc/proftpd/sample-configurations/PFTEST.shadow
/usr/share/doc/proftpd/sample-configurations/anonymous.conf
/usr/share/doc/proftpd/sample-configurations/basic.conf
/usr/share/doc/proftpd/sample-configurations/complex-virtual.conf
/usr/share/doc/proftpd/sample-configurations/mod_sql.conf
/usr/share/doc/proftpd/sample-configurations/virtual.conf
/usr/share/doc/proftpd/utils
/usr/share/doc/proftpd/utils/ftpasswd.html
/usr/share/doc/proftpd/utils/ftpcount.html
/usr/share/doc/proftpd/utils/ftpdctl.html
/usr/share/doc/proftpd/utils/ftpmail.html
/usr/share/doc/proftpd/utils/ftpquota.html
/usr/share/doc/proftpd/utils/ftpscrub.html
/usr/share/doc/proftpd/utils/ftpshut.html
/usr/share/doc/proftpd/utils/ftptop.html
/usr/share/doc/proftpd/utils/ftpwho.html
/usr/share/doc/proftpd/utils/index.html
/usr/share/doc/proftpd/utils/prxs.html
/usr/share/licenses/proftpd
/usr/share/licenses/proftpd/COPYING
/usr/share/locale/bg_BG/LC_MESSAGES/proftpd.mo
/usr/share/locale/en_US/LC_MESSAGES/proftpd.mo
/usr/share/locale/es_ES/LC_MESSAGES/proftpd.mo
/usr/share/locale/fr_FR/LC_MESSAGES/proftpd.mo
/usr/share/locale/it_IT/LC_MESSAGES/proftpd.mo
/usr/share/locale/ja_JP/LC_MESSAGES/proftpd.mo
/usr/share/locale/ko_KR/LC_MESSAGES/proftpd.mo
/usr/share/locale/ru_RU/LC_MESSAGES/proftpd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/proftpd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/proftpd.mo
/usr/share/man/man5/proftpd.conf.5.gz
/usr/share/man/man5/xferlog.5.gz
/usr/share/man/man8/ftpdctl.8.gz
/usr/share/man/man8/ftpscrub.8.gz
/usr/share/man/man8/ftpshut.8.gz
/usr/share/man/man8/proftpd.8.gz
/var/ftp
/var/ftp/pub
/var/ftp/uploads
/var/ftp/welcome.msg
/var/log/proftpd


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:28:23 2024