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