chiark / gitweb /
logind: make sure there's always a getty available on TTY6
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 4d6d55afee7c0d9ab32ac8e40287f7980676e732..8c31c74571b01ee44fe70069600627aed874c065 100644 (file)
--- a/TODO
+++ b/TODO
@@ -51,18 +51,14 @@ F18:
 
 * There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html
 
-* wiki: document new logind LockSessions() call
-
-* wiki: document new Finished signal params
-
 * logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
 
 * selinux: merge systemd selinux access controls (dwalsh)
 
-* make logind reserve tty6 or so for text logins, so that gdm never picks it up
-
 Features:
 
+* move cryptsetup key caching into kernel keyctl?
+
 * make nspawn work without terminal
 
 * hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
@@ -542,7 +538,7 @@ Regularly:
 
 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
 
-* use __secure_getenv() instead of getenv() where appropriate
+* use secure_getenv() instead of getenv() where appropriate
 
 Scheduled for removal (or fixing):