X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=792647b9323c94194537c851ce45b8c977b1074d;hp=aa80b46ab401e8a3e522a42d2ec05bbb89e21f44;hb=e55224ca655e6c4ec745a84ae5a051a9e6e5f74f;hpb=75787bb7136e064ee623aaee00ec76a7f024c91a diff --git a/fixme b/fixme index aa80b46ab..792647b93 100644 --- a/fixme +++ b/fixme @@ -1,44 +1,74 @@ +* 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? + +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