X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=54e7c98e858d52ea3f7baf53243c9fec0f54dd33;hp=306652ef8a3d683c9d072b0493d2a4472767d6c4;hb=7bdb04298fd8b3de7adf2e0e547ef7dd953b809e;hpb=9398f650939aec0d44ea7d20240502cafd667c29 diff --git a/TODO b/TODO index 306652ef8..54e7c98e8 100644 --- a/TODO +++ b/TODO @@ -35,6 +35,34 @@ External: Features: +* systemd-journal-upload (or a new, related tool): allow pushing out + journal messages onto the network in BSD syslog protocol, + continously. Default to some link-local IP mcast group, to make this + useful as a one-stop debugging tool. + +* synchronize console access with BSD locks: + http://lists.freedesktop.org/archives/systemd-devel/2014-October/024582.html + +* as soon as we have kdbus, and sender timestamps, revisit coalescing multiple parallel daemon reloads: + http://lists.freedesktop.org/archives/systemd-devel/2014-December/025862.html + +* set $REMOTE_IP (or $REMOTE_ADDR/$REMOTE_PORT) environment variable when doing per-connection socket activation. use format introduced by xinetd or CGI for this + +* the install state probably shouldn't get confused by generated units, think dbus1/kdbus compat! + +* revisit rfkill. the rfkill device names are counted up, and not stable. instead: store per kind of device together with PCI path, ignore the device name. + +* in systemctl list-unit-files: show the install value the presets would suggest for a service in a third column + +* we should try harder to collapse start jobs for swaps that end up being the same: + http://lists.freedesktop.org/archives/systemd-devel/2014-November/025359.html + +* timedated should compensate on SetTime for the time spent in polkit + +* figure out what to do with libmount and utab? + +* We really should have a FOREACH macro to iterate through inotify events we read, similar to KDBUS_FOREACH_ITEM + * figure out when we can use the coarse timers * sd-resolve: drop res_query wrapping, people should call via the bus to resolved instead @@ -85,7 +113,7 @@ Features: * systemctl: if some operation fails, show log output? -* maybe add "systemctl edit" that copies unit files from /usr/lib/systemd/system to /etc/systemd/system and invokes vim on them +* systemctl edit: add commented help text to the end, like git commit * refcounting in sd-resolve is borked @@ -257,10 +285,14 @@ Features: ReadOnlyDirectories=... for whitelisting files for a service. * sd-bus: - - kdbus: the kernel needs to tell us whether it accepted a message because of a method call window. THis can then be used by the proxy to blindly accept all method replies with that flag set as OK. - - systemd-bus-proxyd needs to enforce good old XML policy - - kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs - - kdbus: busnames.target should get pulled in by basic.target + - xml policy inforcement and bus activated services is broken? + - rework errno registration logic + - how can we make the xml enforcement for native clients unnecessary? + - kdbus: the kernel should not allow messages to be delivered that have a reply serial != 0, reply-expect unset, but no appropriate window + - kdbus: when we fake creds euid being (uint32_t) -1 is weirdly translated + - kdbus: timestamps on kernel's NameOwnerChanged messages? + - kdbus: busctl monitor message ordering is wildly out-of-order? + - kdbus' busnames.target should get pulled in by basic.target - Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus without the active policy and should get a Wants=org.freedesktop.resolve1.busname to pull-in the policy. @@ -762,7 +794,7 @@ External: * zsh shell completion: - - should complete options, but currently does not - - systemctl add-wants,add-requires + - systemctl add-wants,add-requires, edit Regularly: