Lanzamientos de Rebex Buru SFTP Server
Released: Aug 8, 2022
Actualizaciones en 2.7.0
Características
- Added support for 'server-sig-algs' SSH extension (RFC 8332).
- Optimized ChaCha20Poly1305 and AEAD ciphers internals.
- Web Admin - User lockout management has been moved from user edit form to independent dialog accessible directly from Users page.
- Web Admin - Users can now check for updates on home page.
- Web Admin - Users using unsupported browsers (such as Microsoft Internet Explorer) will now see a user-friendly error message.
Correcciones
- Web Admin - Fixed caption for default...
Released: May 9, 2022
Actualizaciones en 2.6.2
Características
- Web Admin - improved validation of empty rows in a user's path mappings.
- Added IPv6 Any
([::]:22) to the list of SSH server's default listening addresses.
Released: May 2, 2022
Actualizaciones en 2.6.1
Características
- Added support for interval lockout in CLI.
user update <username> [--lock [<date-time> | <interval>] | --unlock].
Correcciones
- Fixed backslash escaping in SSH exec command.
- Fixed backslash escaping in SSH shell aliases.
- Web Admin
- Fixed log file display.
- Fixed SSH Shell configuration in user add and edit forms.
Released: Apr 4, 2022
Actualizaciones en 2.6.0
Características
- Added impersonation support for terminals.
- Added manual 'user account lockout' feature.
- Added new CLI command options: user update
<username> [--lock [<date-time>] | --unlock].
- Web Admin - User lockout management.
- Added 'retries' when binding to a hostname while resolving DNS.
Released: Feb 11, 2022
Actualizaciones en 2.5.3
Características
- Web Admin - Windows account and password fields in user detail no longer prefills values from web browser.
Released: Jan 28, 2022
Actualizaciones en 2.5.2
Características
- Web Admin - Added a notification flash bar.
Correcciones
- Fixed a bug in custom logging configuration that caused a failure at startup when using a file sink.
Released: Jan 20, 2022
Actualizaciones en 2.5.1
Características
- Added
suppressHttpEndpointWarning option to disable HTTP endpoint warning when running e.g. behind a reverse proxy.
Correcciones
- Fixed occasional freeze in legacy / terminal console mode.
- User sessions are no longer valid after complete reinstall.
- Fixed application hanging after failed start.
Released: Dec 23, 2021
Actualizaciones en 2.5.0
Características
- Terminal support - Terminal process (e.g. cmd.exe, powershell, bash) will be spawned using the service account. File system access is unrestricted.
- New CLI command:
user inspect <username> [--query <jmespath>].
- Log level can be now overridden from command line.
--no-color option will toggle off color output and ANSI/VT codes for most commands.
--verbose option is now a shortcut for --log-level debug.
Released: Nov 30, 2021
Actualizaciones en 2.4.6
Características
- Added
"burusftp keygen --curve" command option.
Released: Nov 16, 2021
Actualizaciones en 2.4.5
Correcciones
- Fixed an issue when some IPv4 and IPv6 bindings could not be used together.