Rilasci di Rebex Buru SFTP Server

Released: Jan 28, 2021

Aggiornamenti in 2.0.1

Correzioni

  • Fixed installer UI scaling issues.

Released: Jan 25, 2021

Aggiornamenti in 2.0

Funzionalità

  • Microsoft Windows Authentication - Users can now authenticate and access files using their Windows account. This means that the server account no longer needs access rights to every users' folders. Also, more fine-grained access settings can be achieved using Windows ACL.
  • Custom Logging Configuration File - It is now possible to use custom logging configuration. You can ship logs to databases and Microsoft Azure etc.

Released: Oct 12, 2020

Aggiornamenti in 1.9.1

Funzionalità

  • Added support for recursive directory creation (mkdir -p).

Correzioni

  • No longer logging packet data in verbose mode.

Released: Aug 10, 2020

Aggiornamenti in 1.9.0

Funzionalità

  • Account lockout support - Account lockout is a basic mechanism which protects passwords against brute-force attacks. After each failed login attempt failed login counter is incremented by one. Once the counter reaches threshold (10 by default) the account is locked and all further login attempts (with valid password or not) in the next 15 minutes will result in login failure. This period can be configured by lockoutDuration property. The account lockout can be disabled by setting...

Released: Aug 8, 2020

Aggiornamenti in 1.8.4

Correzioni

  • Fixed access issue (WA).

Released: Jul 29, 2020

Aggiornamenti in 1.8.3

Funzionalità

  • Log retention is now configurable.

Released: Jul 27, 2020

Aggiornamenti in 1.8.2

Funzionalità

  • buru init now also checks configuration files.

Released: Jul 21, 2020

Aggiornamenti in 1.8.1

Correzioni

  • Fixed freeze on certain IP filter ranges and logging set to debug.

Released: Jul 16, 2020

Aggiornamenti in 1.8.0

Funzionalità

  • Added buru init command for quick non-interactive installation.
  • Web administration can now start even without valid configuration file.

Correzioni

  • Fixed handling of unknown SSH packets received before authentication.
  • Fixed auto-redirection to home page after login (WA).
  • Fixed installation abort when service user not found.
  • Workaround for very old OpenSSH 4.x/5.x clients that refuse to accept data packets while SSH renegotiation is in progress.

Released: May 26, 2020

Aggiornamenti in 1.7.4

Correzioni

  • Minor UI tweaks in web administration (WA).
  • Fixed license check for beta versions.