proftpd-mod_proxy

FTP proxy support for ProFTPD

Stars
38

Bot releases are visible (Hide)

proftpd-mod_proxy - v0.9.4 Latest Release

Published by Castaglia 7 months ago

Fixed loading of mod_proxy when built as a shared module.

proftpd-mod_proxy - v0.9.3

Published by Castaglia 10 months ago

Implemented "strict KEX" support for proxied SFTP connections, to mitigate CVE-2023-48795.

proftpd-mod_proxy - v0.9.2

Published by Castaglia over 1 year ago

New in 0.9.2:

  • FTP forward proxy based on TLS SNI
  • Support for more PROXY protocol V2 values, including certificates

Fixed in 0.9.2:

  • Use of SSH -etm algorithms for frontend sessions would leak/break backend SSH connections
  • More efficient disk IO when reading SSH hostkeys
  • Better handling of FTP backend 4xx/5xx responses for failed data transfer commands when TLS is used
proftpd-mod_proxy - v0.9.1

Published by Castaglia over 2 years ago

New in mod_proxy-0.9:

  • Reverse proxying of SSH/SFTP connections

Fixed in mod_proxy-0.9:

  • Random timeouts after FTP data transfers
proftpd-mod_proxy - v0.8

Published by Castaglia over 3 years ago

Fixed in mod_proxy-0.8:

  • Memory leak for each data transfer

New in mod_proxy-0.8:

  • Discovery backend servers via DNS SRV or TXT records
proftpd-mod_proxy - v0.7

Published by Castaglia almost 4 years ago

New in mod_proxy-0.7:

  • Support for implicit FTPS
  • Support proxying of FTP data transfer aborts
  • Fixed TLS session truncation for FTPS uploads
proftpd-mod_proxy - v0.6

Published by Castaglia about 4 years ago

New in mod_proxy-0.6:

  • Support MLSD/LIST directory list conversions
  • PROXY protocol V2 support
  • Multiple bugfixes
proftpd-mod_proxy - v0.5

Published by Castaglia over 4 years ago

New in mod_proxy-0.5:

  • Support for TLSv1.3, SNI
  • Multiple bugfixes
proftpd-mod_proxy - v0.4

Published by Castaglia over 7 years ago

New in mod_proxy-0.4:

  • Support for using Redis rather than SQLite, using ProxyDatastore
  • Reduced SQLite contention under load
  • Better support for mixed address families (IPv4/IPv6) across frontend/backend connections
proftpd-mod_proxy - v0.3

Published by Castaglia almost 9 years ago

New in mod_proxy-0.3:

  • New load balancing policies: LeastResponseTime, PerGroup
  • Direct data transfers, akin to DSR ("Direct Service Return")
  • Support for mod_ban rules
  • Support for the TransferRate directive, for data transfer throttling
proftpd-mod_proxy - v0.2

Published by Castaglia about 9 years ago

New in mod_proxy-0.2:

  • SSL/TLS support: FTPS supported for frontend and backend connections
  • SSL/TLS client session caching
  • Sticky load balancing policies: PerUser, PerHost ProxyReverseConnectPolicy
  • Optional proxy authentication for reverse proxy connections
  • Ability to override the user credentials for backend servers for reverse proxy connections
proftpd-mod_proxy - v0.1

Published by Castaglia over 9 years ago

Initial public release of the mod_proxy module for ProFTPD. See the mod_proxy.html file for documentation.