chiark / gitweb /
logind: also escape external data when saving to /run
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 37a57130dda2585cee17f82a2eefdac8b3982eb2..7e59b339d9802e52c52c54fd199d66452de41277 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,9 +30,17 @@ External:
 
 Features:
 
+* tmpfiles: figure out relation between Z and m?
+
+* systemd-notify: fake ucred of msg to PID of parent, if that works, with fallback to our own if it doesn't.
+
+* machined/machinectl: sort IP addresses we return by scope and protocol
+* machined: write NSS module for looking up IP addresses for machines
+
+* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake...
+
 * timesyncd:
   - hookup with networkd: NTP servers from dhcp
-  - hookup with networkd: listen to online/offline state
 
 * a way for container managers to turn off getty starting via $container_headless= or so...
 
@@ -48,14 +56,12 @@ Features:
 
 * mount_cgroup_controllers(): symlinks need to get the label applied
 
-* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services they run added to the initial transaction and thus confuse Type=idle. Alternatively, split up the boot-up state into two, and make Type=idle only be affected by jobs for the default target, but ignore any further jobs
+* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services they run added to the initial transaction and thus confuse Type=idle.
 
 * Add RPM macros for registering/unregistering binfmt drop-ins
 
 * Add timeout to early-boot, and shut down the system if it is hit. Solves the laptop-in-bag problem and is useful for embedded cases
 
-* sd-resolve: add callback api
-
 * ImmutableSystem=yes/no or so to mount /usr, /boot read-only/invisible, and leave /var and /etc writable
 
 * InaccessibleHome=yes/no or so to hide /home and /run/user from a service
@@ -700,6 +706,16 @@ Features:
    - patch kernel to support module alias for tunnel device (ipip/sit/gre),
      then remove remove libkmod dependency and CAP_SYS_MODULE
    - add veth netdev support (c.f. http://shorewall.net/bridge-Shorewall-perl.html#veth)
+   - add tun/tap netdev support
+   - add more attribute support for SIT tunnel
+
+* networkd-wait-online:
+   - make operstates to wait for configurable?
+
+* dhcp:
+   - figure out how much we can increase Maximum Message Size
+   - export timezone information
+   - FORCERENEW
 
 External: