5
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
12
8
** TODO [#A] Wireless network hook
13
9
** TODO [#B] Use capabilities instead of seteuid().
14
10
** TODO [#B] Use struct sockaddr_storage instead of a union
15
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
16
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
17
13
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
20
17
** TODO [#B] use scandir(3) instead of readdir(3)