X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=b07d6647154c4af374b7b05c495babfcf58c3b2d;hp=e4b27c69d5203891a4510ce41f342fc91b688430;hb=c4ac990007cd0069bb7e76ec15dd731320f382fd;hpb=fccabcb48dfc6698e3181c2907a15d7736e356c1 diff --git a/TODO b/TODO index e4b27c69d..b07d66471 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ Fixes needed before 217: * verify that both resolved and timesyncd work OK without networkd around -* push out allow-interactive-auth flag into dbus spec - Bugfixes: * Should systemctl status \* work on all unit types, not just .service? @@ -50,8 +48,6 @@ Features: * consider showing the unit names during boot up in the status output, not just the unit descriptions -* send SIGABRT when a service watchdog is triggered, by default, so that we acquire a backtrace of the hang. - * dhcp: do we allow configuring dhcp routes on interfaces that are not the one we got the dhcp info from? * maybe allow timer units with an empty Units= setting, so that they @@ -90,8 +86,6 @@ Features: * maybe add "systemctl edit" that copies unit files from /usr/lib/systemd/system to /etc/systemd/system and invokes vim on them -* dbus: add new message hdr field for allowing interactive auth, write spec for it. update dbus spec to mandate that unknown flags *must* be ignored... - * maybe introduce AssertXYZ= similar to ConditionXYZ= that causes a unit to fail (instead of skipping it) if some condition is not true... * refcounting in sd-resolve is borked