From 0fc659eea9aef031d1aa6cf729f3927abcfcb922 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 2 Apr 2020 16:58:49 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index e944245a57..a31a9405cd 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,10 @@ Janitorial Clean-ups: Features: +* drop sd_bus_message_set_priority() from sd-bus API and documentation as much + as we can, it's a kdbus left-over and unlikely to come back on AF_UNIX, since + it's not really implementable there. + * cryptsetup/homed: also support FIDO2 HMAC password logic for unlocking devices. (see: https://github.com/mjec/fido2-hmac-secret)