chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Aug 2014 17:02:48 +0000 (19:02 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Aug 2014 17:02:48 +0000 (19:02 +0200)
TODO

diff --git a/TODO b/TODO
index 9e6fd99d8d278194642f5fbd8cc5ba424cf4ceaf..d58da71b6e4de28368525005b3c1cba184c51ba5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,6 +24,8 @@ External:
 
 Features:
 
 
 Features:
 
+* journald: allows specification of UID range for splitting up journal files
+
 * systemd.show_status= should probably have a mode where only failed
   units are shown.
 
 * systemd.show_status= should probably have a mode where only failed
   units are shown.
 
@@ -57,6 +59,9 @@ Features:
         - option 100, 101, timezone
         - option 123, 144, geolocation
         - option 252, configure http proxy (PAC/wpad)
         - option 100, 101, timezone
         - option 123, 144, geolocation
         - option 252, configure http proxy (PAC/wpad)
+  - networkd's dhcp server should transparently pass on the DNS and
+    NTP server list it got from user configuration and its dhcp client
+    to clients. It should also pass on its own timezone information.
 
 * resolved:
   - DNSSEC
 
 * resolved:
   - DNSSEC
@@ -83,6 +88,8 @@ Features:
 * sysusers:
   - also create entries in /etc/shadow, /etc/gshadow
   - allow setting the home directory of system users
 * sysusers:
   - also create entries in /etc/shadow, /etc/gshadow
   - allow setting the home directory of system users
+  - allow configuration of ranges to allocate items in
+  - add mode where we read sysusers data from stdin, so that we can run this from rpm scriptlets
 
 * Add a new verb "systemctl top"
 
 
 * Add a new verb "systemctl top"