chiark / gitweb /
792647b9323c94194537c851ce45b8c977b1074d
[elogind.git] / fixme
1 * calendar time support in timer
2
3 * enforce max number of concurrent connection limit in sockets.
4
5 * complete dbus exposure
6
7 * make conf parser work more like .desktop parsers
8
9 * implicitly import "defaults" settings file into all types
10
11 * service startup should be delayed if the matching socket is being started
12
13 * add #ifdefs for non-redhat builds in sysv parser
14
15 * add #ifdefs for non-sysv builds
16
17 * bootchart hookup
18
19 * reinvestigate random seed, hwclock
20
21 * "disabled" load state?
22
23 * uid are 32bit
24
25 * %m in printf() instead of strerror();
26
27 * gc: don't reap broken services
28
29 * iCalendar semantics for the timer stuff (RFC2445)
30
31 * ability to kill services? i.e. in contrast to stopping them, go directly
32   into killing mode?
33
34 * port over to LISTEN_FDS/LISTEN_PID:
35
36    - uuidd    DONE
37    - nscd     DONE
38    - dbus     DONE
39    - rsyslog  DONE
40    - rpcbind (/var/run/rpcbind.sock!) DONE
41    - cups     DONE
42    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
43    - ssh      CLASSIC
44    - postfix, saslauthd
45    - apache/samba
46    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
47    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
48    - distccd
49
50 * write utmp record a la upstart for processes
51
52 * follow property change dbus spec
53
54 * pam module
55
56 * selinux
57
58 * User= and friends needs to understand %i and similar replacements
59
60 * make systemd bus activatable
61
62 * systemd-sysvinit as package
63
64 * abstract namespace dbus socket
65
66 * discuss NOTIFY_SOCKET, make it configurable? security implications?
67
68 Regularly:
69
70 * look for close() vs. close_nointr() vs. close_nointr_nofail()
71
72 * check for strerror(r) instead of strerror(-r)
73
74 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel