chiark / gitweb /
sd-daemon: verify socket family, too
[elogind.git] / fixme
1 * 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 * write .service file install tool
12     [Install]
13     WantedBy=graphical.target
14     Names=prefdm.service
15
16 * service startup should be delayed if the matching socket is being started
17
18 * add #ifdefs for non-redhat builds in sysv parser
19
20 * add #ifdefs for non-sysv builds
21
22 * bootchart hookup
23
24 * reinvestigate random seed, hwclock
25
26 * introduce serialized mode
27
28 * "disabled" load state?
29
30 * uid are 32bit
31
32 * %m in printf() instead of strerror();
33
34 * gc: don't reap broken services
35
36 * iCalendar semantics for the timer stuff (RFC2445)
37
38 * provide sysv-like command line utilities
39
40 * Add OnlyByDependency
41
42 * ability to kill services? i.e. in contrast to stopping them, go directly
43   into killing mode?
44
45 * port over to LISTEN_FDS/LISTEN_PID:
46
47    - uuidd    DONE
48    - nscd     DONE
49    - dbus     DONE
50    - rsyslog  DONE
51    - rpcbind (/var/run/rpcbind.sock!)
52    - avahi-daemon (/var/run/avahi-daemon/socket)
53    - cups
54    - ssh      CLASSIC
55    - postfix, saslauthd
56    - apache/samba
57    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
58    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
59    - distccd
60
61 * teach dbus to talk to systemd when autospawning services
62
63 * Figure out which signal handlers we actually have to reset in the
64   forked off child
65
66 * loopback-setup is borked for ipv6
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)