aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-20 19:56:15 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-20 22:13:46 +0100
commit8e612e071b8c0fc99ebf91673f53ca5f0d6bdd11 (patch)
treeb88adeda669b47aac436671f7fee608c2deee8ae /Changelog
parent0ef94d85e58497dcb2c4c954cadcac918032467a (diff)
Document `lacme-accountd --stdio`.
It's an internal flag, but can be useful for authorized_keys(5) restrictions.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 966b0b0..baf67b9 100644
--- a/Changelog
+++ b/Changelog
@@ -62,7 +62,8 @@ lacme (0.7.1) upstream;
accountd.
+ accountd: replace internal option --conn-fd=FD with flag --stdio.
Using stdin/stdout makes it possible to tunnel the accountd
- connection through ssh.
+ connection through ssh. The new flag is documented to allow safe
+ usage is authorized_keys(5) restrictions.
+ Remove dependency on List::Util (core module).
- lacme: delay webserver socket shutdown to after the process has
terminated.