* mandos: Use a class decorator instead of a metaclass to provide alternate D-Bus interface names on D-Bus object attributes. (alternate_dbus_interfaces): New class decorator. (AlternateDBusNamesMetaclass, ClientDBusTransitional, MandosDBusServiceTransitional): Removed; all users changed. (ClientDbus, MandosDBusService): Use new "alternate_dbus_interfaces" class decorator.
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
13
13
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
14
** TODO [#B] Use in_port_t instead of uint16_t for port numbers.
14
15
15
16
* splashy
16
17
** TODO [#B] use scandir(3) instead of readdir(3)
76
77
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object