Changelog

This project adheres to Semantic Versioning and human-readable changelog.

fdeunlock master - unreleased

fdeunlock v0.7.3 - 2019-07-05

Fixed

  • Fix support to use a non-default ssh port. [ypid]

fdeunlock v0.7.2 - 2017-09-23

Added

Fixed

  • Fix support to control cryptroot-unlock in different configurations. [ypid]

fdeunlock v0.7.1 - 2017-04-01

Fixed

  • FDEunlock tried to execute None as command and failed in case the start_command config option was not set. Problem was implicit type conversation from None to str. [ypid]

fdeunlock v0.7.0 - 2017-03-31

Added

  • Add Python 3 support, documentation, CI, Python package, platform independences, unit testing. [ypid]
  • Wrote checkers: LinkLayerAddressChecker, UnauthenticatedLatencyChecker, AuthenticatedLatencyChecker. Refer to Host checkers for details. [ypid]
  • Add configurable config_start_command for starting an offline machine. [ypid]
  • Add script to PyPI under the name fdeunlock. [ypid]
  • Acquired CII Best Practices badge for FDEunlock. [ypid]
  • Add IPv6 support. [ypid]

Changed

  • Major rework and code quality improvements. [ypid]
  • Rename from scout to FDEunlock (project name) and fdeunlock (package and command name). [ypid]
  • Changed license from GPL-3.0+ to AGPL-3.0. [ypid]
  • Taken over maintenance of the project. Refer to this issue for details. [ypid]

scout v0.6.0 - 2016-03-06

Added

  • Support interactive mode to drop into a shell after verification. [sdrfnord]

scout v0.5.0 - 2015-01-13

Changed

  • Use ssh_config(5) for ssh options instead custom configuration. [sdrfnord]
  • Improved code quality. [sdrfnord]

scout v0.4.0 - 2014-06-30

Added

  • Encryption passphrase can be read from a configuration file. [sdrfnord]

Changed

scout.bash v0.1.0 - 2013-10-06

Added