Skip to content

1.0.47

Compare
Choose a tag to compare
@jedisct1 jedisct1 released this 27 Oct 08:53
· 223 commits to master since this release
  • If TLS was only enabled on the control channel (-Y 1), the STAT command would send its output as other directory listing commands, breaking the TLS stream. This has been fixed. Spotted by Carlo Cannas, thanks!
  • The system user _ftp can be used as an alternative to "ftp" for anonymous sessions.
  • Compatibility with libsodium > 1.0.12 was added (including minimal mode).
  • The prefix for Argon2-hashed passwords in LDAP has been changed to {argon2} (from {argon2i}). Ditto for MySQL and PostgreSQL: the authentication method is now called argon2 instead of argon2i, and includes both Argon2i and Argon2id.