23
23
** TODO [#B] Use capabilities instead of seteuid().
24
24
** TODO [#B] Use struct sockaddr_storage instead of a union
25
25
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
27
26
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
28
27
** TODO [#C] Make start_mandos_communication() take "struct server".