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

proftpd-1.3.9-2.fc43 RPM for aarch64

From Fedora Rawhide for aarch64 / p

Name: proftpd Distribution: Fedora Project
Version: 1.3.9 Vendor: Fedora Project
Release: 2.fc43 Build date: Fri Jul 25 21:02:35 2025
Group: Unspecified Build host: buildvm-a64-19.rdu3.fedoraproject.org
Size: 10957719 Source RPM: proftpd-1.3.9-2.fc43.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

* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Mar 20 2025 Paul Howarth <paul@city-fan.org> - 1.3.9-1
  - Update to 1.3.9 (see RELEASE_NOTES for details)
  - Update mod_proxy to 0.9.5
    - Implemented new IgnoreForeignAddress ProxyOption
    - Fixed passive data transfers to backend IPv4 address when IPv6 support is
      enabled
* Tue Mar 18 2025 Paul Howarth <paul@city-fan.org> - 1.3.8d-1
  - Update to 1.3.8d
    - Use of HideNoAccess for SFTP sessions can lead to segfault and/or
      unexpected behaviour (GH#1855)
    - SFTP channel allocations can lead to high memory utilization over time
      (GH#1876)
    - Avoid NULL pointer dereferences in mod_ls (GH#1866, CVE-2024-57392)
* Thu Feb 13 2025 Paul Howarth <paul@city-fan.org> - 1.3.8c-3
  - Avoid NULL pointer dereferences in mod_ls (CVE-2024-57392)
    - https://github.com/proftpd/proftpd/issues/1866
  - Add explicit BR: libxcrypt-devel
* Fri Jan 17 2025 Paul Howarth <paul@city-fan.org> - 1.3.8c-2
  - Fixes for C23 compatibility
  - 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.8c-1
  - Update to 1.3.8c
    - Using FTPS after upgrading from 1.3.8a to 1.3.8b lead to crash (GH#1770)
    - Bad handling of lack of extended attributes lead to SFTP out of memory
      error (GH#1785)
    - mod_sftp_sql logged "header value too long" due to unexpected key header
      text (GH#1529)
    - SSH ECDSA host key algorithms were not 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)
* Tue Nov 19 2024 Paul Howarth <paul@city-fan.org> - 1.3.8b-9
  - Fix RADIUS Message-Authenticator verification in mod_radius
    - https://github.com/proftpd/proftpd/issues/1840
    - https://bugzilla.redhat.com/show_bug.cgi?id=2325448
* 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)
* 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)

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/bin/ftpscrub
/usr/bin/ftpshut
/usr/bin/in.proftpd
/usr/bin/proftpd
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/28cc2aec3006108e65b52d34bfd910d61fae83
/usr/lib/.build-id/15
/usr/lib/.build-id/15/2829a13f78c732757bd98e103bd08868071c52
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/27c05bd3b8aee2a588b071527e8ca5cd18e7ff
/usr/lib/.build-id/1b/3e707c620f93b06345da74be194d6228961957
/usr/lib/.build-id/20
/usr/lib/.build-id/20/09418c968c22b486b6b82b2ccce8b6f35affce
/usr/lib/.build-id/27
/usr/lib/.build-id/27/40b5cd75111bab51fb32dd75094557364bbc5a
/usr/lib/.build-id/36
/usr/lib/.build-id/36/41b989c36553518213b7e7fbac13a9314c6b93
/usr/lib/.build-id/36/bb11a91b228d9b63bb9ae4ffbad4516a5e553a
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/5a899f6c41ae4529304c0b052a5c43ccdc88a7
/usr/lib/.build-id/59
/usr/lib/.build-id/59/693502a2d76f1fe7017b1fab9318771295309e
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/78f2b8526f1e6656e565a056e80f2176d390c4
/usr/lib/.build-id/60
/usr/lib/.build-id/60/1a27a6ef076fc88b96429736d56432a02e2021
/usr/lib/.build-id/64
/usr/lib/.build-id/64/bf487e1d32caae553344459f3591b533e1cbe1
/usr/lib/.build-id/78
/usr/lib/.build-id/78/c9f5af4b79101ee71749b568559db1cc6ba9b5
/usr/lib/.build-id/80
/usr/lib/.build-id/80/78d1bba3433131d2b3a452ece53247e9f750a4
/usr/lib/.build-id/83
/usr/lib/.build-id/83/dfbb66b31a986d11ffcd0183ebdf8f9591944d
/usr/lib/.build-id/90
/usr/lib/.build-id/90/2d99aa1479215d6a843707657e056ab18d7811
/usr/lib/.build-id/93
/usr/lib/.build-id/93/9717a656d8c1d604f8d2c7f7811b87362f8c31
/usr/lib/.build-id/94
/usr/lib/.build-id/94/34c2616687d683059290433c3e1e9febfadf12
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/51c54cdcf6ff9ad35288e24c52f0f3af833eda
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/0fabe7f2e857958ef563870082338d44f47788
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/1079e05bf69c14ddafebece9aa9311e1535f2e
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/2f5941f2442bb2dfdba30e3d0157ce9de8bce7
/usr/lib/.build-id/c7/9a3a5f10600f5c28f8b7bd6de121804296fe8f
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/2a2241262543cef729b28545e3ad0439273774
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/3ac93b46a7320cdf3efa544fa3670eb566e54d
/usr/lib/.build-id/de
/usr/lib/.build-id/de/1631b4b9438c5f9f71e40f2a259e897c6f4e0d
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/3940aecc7f26cb47f7161063cfb3c9710bda20
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/b24c45a59df44f64b3e15c6ebd1d4cc58a9873
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/1d42d41da92447545946483233ecc13f90f175
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/6db23144689024b3b2cab803a281fed070a1a7
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/7bdca7df343b1ca50a5acc074a9a46ff5e9057
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/f90e28ae47f46d567a6ac37be4c86c048b1982
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/3e08aa4dd520dc1e91632a5a8e97a4a89564e0
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/af4ecd4aa03255ac8a0b1fab5e5bb45ae68c7d
/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/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 Aug 1 00:40:41 2025