This project adheres to Semantic Versioning and human-readable changelog.
fdeunlock master - unreleased
fdeunlock v0.7.3 - 2019-07-05
- Fix support to use a non-default ssh port. [ypid_]
fdeunlock v0.7.2 - 2017-09-23
- Mention antievilmaid_, tpmtotp_ and chkboot_ in :ref:`fdeunlock__ref_related_projects`. [ypid_]
- Allow to exclude/disable checkers using :ref:`exclude_checkers <fdeunlock__ref_config_exclude_checkers>`. [ypid_]
- Make behavior for UTF-8 decoding errors configurable as :ref:`codec_error_action <fdeunlock__ref_config_codec_error_action>`. [ypid_]
- Fix support to control
cryptroot-unlock
in different configurations. [ypid_]
fdeunlock v0.7.1 - 2017-04-01
- FDEunlock tried to execute :command:`None` as command and failed in case the
start_command
config option was not set. Problem was implicit type conversation fromNone
tostr
. [ypid_]
- Add Python 3 support, documentation, CI, Python package, platform independences, unit testing. [ypid_]
- Wrote checkers:
LinkLayerAddressChecker
,UnauthenticatedLatencyChecker
,AuthenticatedLatencyChecker
. Refer to :ref:`fdeunlock__ref_host_checkers` for details. [ypid_] - Add configurable :ref:`config_start_command <fdeunlock__ref_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_]
- Major rework and code quality improvements. [ypid_]
- Rename from scout to FDEunlock (project name) and :command:`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_]
- Support interactive mode to drop into a shell after verification. [sdrfnord_]
- Use :manpage:`ssh_config(5)` for ssh options instead custom configuration. [sdrfnord_]
- Improved code quality. [sdrfnord_]
- Encryption passphrase can be read from a configuration file. [sdrfnord_]
- Initial coding and design in Bash. Refer to Tauchfahrt mit Linux – Colocation Anti-Forensik (German). [husemann_]