Depend on Avahi and the network in the server's systemd service file.
* mandos.service ([Unit]/After): New; set to "network.target" and "avahi-daemon.service". ([Unit]/RequisiteOverridable): New; set to "avahi-daemon.service".
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
32
31
** TODO [#B] use scandir(3) instead of readdir(3)
33
32
34
33
* usplash (Deprecated)
35
** TODO [#A] Make it work again
34
** TODO [#B] Make it work again
36
35
** TODO [#B] use scandir(3) instead of readdir(3)
37
36
38
37
* askpass-fifo
76
75
** TODO Use python-tlslite?
77
76
** TODO D-Bus AddClient() method on server object
78
77
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
79
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2: