chiark / gitweb /
install: make systemd-install useful for installation of template instances
[elogind.git] / fixme
diff --git a/fixme b/fixme
index aa80b46ab401e8a3e522a42d2ec05bbb89e21f44..7a0b499b475f7e9c74c69d4f621d99294c5802ef 100644 (file)
--- a/fixme
+++ b/fixme
@@ -1,44 +1,76 @@
+* calendar time support in timer
 
-- mounts might take time, need to be executed asynchronously in a forked process?
+* enforce max number of concurrent connection limit in sockets.
 
-- need gc for active jobs that nothing cares for
+* complete dbus exposure
 
-- need gc for names that are not referenced anymore
+* make conf parser work more like .desktop parsers
 
-- refreshing of names (i.e. reload config files)
+* implicitly import "defaults" settings file into all types
 
-- dbusification
+* service startup should be delayed if the matching socket is being started
 
-- cgroupsification
+* add #ifdefs for non-redhat builds in sysv parser
 
-- udev hookup
+* add #ifdefs for non-sysv builds
 
-- snapshot system
+* bootchart hookup
 
-- s/milestone/target/
+* reinvestigate random seed, hwclock
 
-- hookup with battery status, suspend/resume
+* "disabled" load state?
 
-- add a job mode which shuts everything down but what is requested
+* uid are 32bit
 
-- write log subsystem/log output logic for daemons
+* %m in printf() instead of strerror();
 
-- implement priv dropping
+* gc: don't reap broken services
 
-- allow to disable priv dropping for hook scripts from fragment
+* iCalendar semantics for the timer stuff (RFC2445)
 
-- implement timer
+* ability to kill services? i.e. in contrast to stopping them, go directly
+  into killing mode?
 
-- implement mount/automount
+* port over to LISTEN_FDS/LISTEN_PID:
 
-- more process attributes: chroot, cpu affinity, scheduling
+   - uuidd    DONE
+   - nscd     DONE
+   - dbus     DONE
+   - rsyslog  DONE
+   - rpcbind (/var/run/rpcbind.sock!) DONE
+   - cups     DONE
+   - avahi-daemon (/var/run/avahi-daemon/socket) DONE
+   - ssh      CLASSIC
+   - postfix, saslauthd
+   - apache/samba
+   - libvirtd (/var/run/libvirt/libvirt-sock-ro)
+   - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
+   - distccd
 
-- create session/pgroup for child processes
+* write utmp record a la upstart for processes
 
-- fs namespaces
+* follow property change dbus spec
 
-- templating/instances
+* pam module
 
-- verify fragment data after loading: refuse cycles on yourself, service names contradicting, more than one Start executable, ...
+* selinux
 
-- rate limit startups
+* User= and friends needs to understand %i and similar replacements
+
+* make systemd bus activatable
+
+* systemd-sysvinit as package
+
+* abstract namespace dbus socket
+
+* discuss NOTIFY_SOCKET, make it configurable? security implications?
+
+* when reading pid for watching, verify we are parent
+
+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