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

proftpd-1.3.9a-2.el10_3 RPM for ppc64le

From EPEL 10.3 Testing for ppc64le / Packages / p

Name: proftpd Distribution: Fedora Project
Version: 1.3.9a Vendor: Fedora Project
Release: 2.el10_3 Build date: Tue May 12 14:29:19 2026
Group: Unspecified Build host: buildvm-ppc64le-25.rdu3.fedoraproject.org
Size: 11872688 Source RPM: proftpd-1.3.9a-2.el10_3.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

* Mon May 11 2026 Paul Howarth <paul@city-fan.org> - 1.3.9a-2
  - Additional escaping for avoidance of SQL injection issues with %{note:...}
    and %{env:...}; these are on top of the existing fix for CVE-2026-42167 in
    1.3.9a
  - Fix for SQL Injection in mod_wrap2_sql via reverse DNS hostname
    (CVE-2026-44331, rhbz#2466899, https://github.com/proftpd/proftpd/issues/2057)
* Thu Apr 30 2026 Paul Howarth <paul@city-fan.org> - 1.3.9a-1
  - Update to 1.3.9a
    - SCP transfers failed for files with spaces in their names (GH#1886)
    - LDAPDefaultGID ignored since 1.3.9 (GH#1898)
    - Compilation of mod_wrap2 failed when the --enable-wrapper-options configure
      option was used (Bug #4512)
    - mod_sftp failed to parse authorized user/host public keys with CRLF line
      endings (GH#1904)
    - Uploads using MODE Z sometimes resulted in corrupted files or broken
      transfers (GH#1896)
    - Remove usage of the deprecated MySQL_OPT_RECONNECT option for newer MySQL
      versions (GH#1911)
    - Update usage of MySQL API for SSL/TLS connections to server (GH#340)
    - mod_sftp leaked file descriptor when reading SFTPHostKey file (GH#1959)
    - Large/slow SCP downloads could be unnecessarily truncated by TimeoutStalled
      (GH#1964)
    - Handling of CRLs in mod_tls was incorrect, leading to confusing errors
      (GH#1960)
    - Resumed SSL_SESSION management in mod_tls lead to memory growth, infinite
      loop using newer OpenSSL versions (GH#1963)
    - mod_quotatab_ldap interactions could lead to segfault due to stale pointer
      (GH#1984)
    - RNTO before authentication lead to out-of-order response codes (GH#2003)
    - MaxLoginAttemptsFromUser event never triggered in mod_ban for SFTP sessions
      (GH#2009)
    - Using toupper(3) on non-ASCII FTP command bytes might cause remote DoS
      (GH#2019)
    - Out-of-bounds single byte read when FTP command input buffer starts with LF
      (GH#2020)
    - FTP command LIST/NLST -B could cause buffer overflow when listing certain
      crafted filenames (GH#2030)
    - Memory exhaustion with mod_log_forensic when downloading very large files
      via SFTP (GH#2043)
    - Setting process groups during authentication crashed when using mod_radius
      and <IfGroup> (GH#2046)
    - SQL injection possible via mod_sql because of is_escaped_text() logic error
      (GH#2052, CVE-2026-42167)
* Wed Mar 19 2025 Paul Howarth <paul@city-fan.org> - 1.3.9-1
  - Update to 1.3.9
    - Use of HideNoAccess for SFTP sessions could lead to segfault and/or
      unexpected behavior (GH#1855)
    - Avoid NULL pointer dereferences in mod_ls (GH#1866, CVE-2024-57392)
    - Added Polish translation (Bug #4511)
    - SFTP channel allocations can lead to high memory utilization over time
      (GH#1876)
    - Update libtool.m4 for better MacOSX support (GH#1878)
  - Update mod_proxy to 0.9.5
    - Implemented new IgnoreForeignAddress ProxyOption
    - Fixed passive data transfers to backend IPv4 address when IPv6 support is
      enabled
* Thu Dec 12 2024 Paul Howarth <paul@city-fan.org> - 1.3.9-0.3.rc3
  - Update mod_vroot to 0.9.12
    - Implement a realpath(3) callback for the FSIO API, for better
      interoperability of other modules when mod_vroot is in effect
* Thu Dec 12 2024 Paul Howarth <paul@city-fan.org> - 1.3.9-0.2.rc3
  - Update to 1.3.9rc3
    - Bad handling of lack of extended attributes lead to SFTP out of memory
      error (GH#1785)
    - Using mod_facl and mod_vroot at same time caused unexpected permissions
      issues (GH#1780)
    - mod_sftp_sql logged "header value too long" due to unexpected key header
      text (GH#1529)
    - SFTP statvfs extension failed when mod_vroot was in use (GH#1792)
    - Implement limits@openssh.com SFTP extension (GH#1798)
    - Implement SFTPAuthPublicKeys directive for configuring the list of public
      key algorithms allowed for authentication (GH#1806)
    - Fix stack trace changing to directory with DisplayChdir file using %F
      variable on a large filesystem (GH#1819)
    - Remove inherited supplemental groups when started with root privileges
      (GH#1836)
    - SSH ECDSA host key algorithms were not being used as expected despite
      configuring appropriate key (GH#1839)
    - RADIUS Message-Authenticator verification failed with ProFTPD mod_radius
      (GH#1840)
    - Supplemental group inheritance granted unintended access to GID 0 due to
      lack of supplemental groups from mod_sql (GH#1830)
* Fri Oct 11 2024 Paul Howarth <paul@city-fan.org> - 1.3.9-0.1.rc2
  - Update to 1.3.9rc2
    - Fix mod_tls build failing for OpenSSL before 1.1.x (Bug #4494)
    - Fix mod_sftp not advertising standard extensions for protocol version 3
      (GH#1570)
    - Fix mod_sftp "check-file" extension using wrong block size when offset and
      length are specified (GH#1569)
    - Use JSON for Controls protocol messages (GH#379)
    - Provide richer exit status values for ftpdctl for better scripting (GH#1114)
    - Enforce requirement of preceding RewriteCondition for RewriteRule directives
      to avoid confusion (Bug #4495)
    - Implement LogFormat variable for data transfer average speed (GH#535)
    - Optimize per-connection file I/O when reading SFTPHostKey from disk
      (GH#1596)
    - ProFTPD did not detect FIPS when using OpenSSL 3.x built with FIPS support
      (GH#1610)
    - Reduce latency due to signal handling in the daemon process (GH#1623)
    - SSH key exchange requests should be classified into the "SEC" ExtendedLog
      class (GH#1626)
    - Update mod_exec to use the Jot API for resolving variables (GH#1630)
    - Use system TCP backlog value by default (GH#1636)
    - Gracefully handle directory creation requests when the directory already
      exists (GH#1639)
    - Remove asynchronous FTP responses emitted while computing digest values
      (GH#1661)
    - Support terminating connection after USER command when TLS is required
      (GH#1640)
    - Support OPTS commands for querying configured policy for resumed uploads,
      downloads (GH#1676)
    - MaxStoreFileSize for single user was not properly honored for SFTP uploads
      (GH#1686)
    - DisplayChdir using absolute path should work properly with DefaultRoot
      (GH#1688)
    - Clients should be disconnected when unable to be added to the
      ScoreboardFile (GH#1700)
    - Support injecting random delay when clients connect via DelayOnEvent
      (GH#1701)
    - Support OpenSSH FIDO security keys in mod_sftp (GH#1118)
    - Support obtaining default UID/GID values for AD directories in mod_ldap
      (GH#1716)
    - Update upload progress in scoreboard when throttling (GH#1433)
    - Null pointer reference encountered for FTPS connection due to config
      parser ignoring Include file problem (GH#1721)
    - Support the chacha20-poly1305@openssh.com SSH cipher (GH#456)
    - mod_auth_otp should require per-user OTP entries by default (GH#1562)
    - 1.3.9rc1 mod_sftp failed to compile if EVP_chacha20 was unavailable, as
      when using older OpenSSL versions (GH#1730)
    - Error resolving DNS name for implicit "server config" vhost lead to
      DelayTable not being found (GH#1746)
    - Log message for exceeding quota did not include the user/group/class quota
      type (GH#1749)
    - Build system failed for specific module names (GH#1756)
    - "Terrapin" Prefix Truncation Attacks in SSH Specification affected mod_sftp
      (CVE-2023-48795, GH#1760)
  - Additional C compatibility fix
* Fri Oct 11 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-8
  - Drop EL-7 support
    - Drop mod_geoip support
    - Drop mod_wrap support
    - Always build mod_proxy
    - Always use libpcre2
    - Always use maridb client library in preference to mysql
    - Always use libpq client library in preference to postgresql
    - Always use OpenSSL Cipher Profiles
  - Explicitly switch from libmemcached to libmemcached-awesome from Fedora 35
    onwards
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8b-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 10 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-6
  - Fix support for building with no ENGINE support in OpenSSL (GH#1816)
  - Avoid potential null pointer dereference in mod_tls and mod_proxy (GH#1817)

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/02
/usr/lib/.build-id/02/12e9c509a22800cb688adefe2f10deebaa9f3d
/usr/lib/.build-id/04
/usr/lib/.build-id/04/7e2adfcf1dbeb3911a599160c679c56ad8e0fd
/usr/lib/.build-id/17
/usr/lib/.build-id/17/99620084405b067d121164227966a203a51716
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/0ab4cd1486a87d6a4827baf5d77b49d0d0aa08
/usr/lib/.build-id/24
/usr/lib/.build-id/24/126b9fb3e36d95c7ad6b44b68342eceabbd8b1
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/89928043f9fe4a587117dfef13f65c1ba4be9a
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/7eed1575c6fb57f59f7dad2932f895a00c65b5
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/2a785791480db57844720454d971a548fe1259
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/7edcb1a1d818e0047f2f250bc8e3179fd2acb2
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/059e5508f612931993eea46bbb2eeabdee7b8f
/usr/lib/.build-id/44
/usr/lib/.build-id/44/f60fe66e14b7f3c6f584a6836fb837265a5186
/usr/lib/.build-id/46
/usr/lib/.build-id/46/eb5026d637bd70b482b1a8cdf64c3231b7788b
/usr/lib/.build-id/52
/usr/lib/.build-id/52/433761a54d153ac112fa06e0c9c490621cde14
/usr/lib/.build-id/53
/usr/lib/.build-id/53/cf57162089f3fd605effddedd35a86f7e2c3bf
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/4403e702490777b9b0ce4ff605604d21b9e954
/usr/lib/.build-id/60
/usr/lib/.build-id/60/f0dea0de1a9df8927bf460353785ed4f09d01d
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/f018fc415fefadf128ab55037b97fe1189f799
/usr/lib/.build-id/74
/usr/lib/.build-id/74/64b2302c716824784a933aceff631450dc240a
/usr/lib/.build-id/76
/usr/lib/.build-id/76/b0511757c25869740d88027f04b737d1cb5a4b
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/33b29fd09cac84b91cf191974b249fd8a2a7a1
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/3c24690de9667249763f1c02d1b3a43b3c638f
/usr/lib/.build-id/94
/usr/lib/.build-id/94/6010070f7c2a46c290a3f4ca2e14a03ab36871
/usr/lib/.build-id/96
/usr/lib/.build-id/96/a6330973e23fa5685b5884ad6bda853ca6f594
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/3c16eb0940043446cd0d872317c7f4053c048a
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/af7d66bb3eb4cb27d6a436b791492a3d1f59ff
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/4517198d043390ddcdd12b3b0f1ef99d861277
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/05ef66d55b1235a8ac9eeff6afc02d8490715c
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/9463acfb70eb7cb4d14af31e8c3e1319704082
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/3c1c9f47965fa0570bd730c45409a4b98f6525
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/9b5ee336283893c43a02ae980ea06a026edf85
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/b36dae6e70aed36969102fa11705c0bb9be1c0
/usr/lib/.build-id/df
/usr/lib/.build-id/df/409dabfa244614aa0f1cba8611a2b4972fc5dc
/usr/lib/.build-id/df/e215905bc7d242958ff2dcf97f4682683b608a
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/32507ca50029eec48b0e7d79ab65d5e6f0dc05
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/a8461d27881211e1e1ac23c4a090dfa5ff8c47
/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.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/Modules.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/platforms
/usr/share/doc/proftpd/platforms/AIX.md
/usr/share/doc/proftpd/platforms/Cygwin.md
/usr/share/doc/proftpd/platforms/README.md
/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/pl_PL/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, Fri May 15 07:42:23 2026