chiark / gitweb /
notify: properly NUL-terminate received messages
[elogind.git] / fixme
diff --git a/fixme b/fixme
index e39e7251dc6e51a581d54685850b5a2010f3cce7..29a3c11bcf79a8240cbe0d9f28469184192ed9cc 100644 (file)
--- a/fixme
+++ b/fixme
@@ -28,8 +28,6 @@
 
 * iCalendar semantics for the timer stuff (RFC2445)
 
-* provide sysv-like command line utilities
-
 * ability to kill services? i.e. in contrast to stopping them, go directly
   into killing mode?
 
 
 * write utmp record a la upstart for processes
 
-* run PAM session stuff
+* follow property change dbus spec
 
-* tcpwrap
+* pam module
 
-* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
+* selinux
 
-* s/maintainance/maintenance/
+* User= and friends needs to understand %i and similar replacements
 
-* follow property change dbus spec
+* make systemd bus activatable
+
+* systemd-sysvinit as package
+
+* abstract namespace dbus socket
 
 Regularly:
 
 * look for close() vs. close_nointr() vs. close_nointr_nofail()
 
 * check for strerror(r) instead of strerror(-r)
+
+* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel