7
* Convert README into intro(8mandos) man page
10
** TODO [#B] use scandir(3) instead of readdir(3)
11
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
12
** TODO [#B] Retry a server which has a non-definite reply:
13
*** A closed connection during the TLS handshake
15
8
** TODO [#B] Use capabilities instead of seteuid().
16
** TODO [#A] Retry --connect forever
17
9
** TODO [#B] Use struct sockaddr_storage instead of a union
18
10
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
19
11
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
20
** TODO [#B] Accept [] around IPv6 address in --connect option; see [[http://tools.ietf.org/html/rfc5952][RFC 5952 - A Recommendation for IPv6 Address Text Representation]]
23
14
** TODO [#B] use scandir(3) instead of readdir(3)
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
27
17
** TODO [#A] Make it work again
28
18
** TODO [#B] use scandir(3) instead of readdir(3)
29
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
19
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
33
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
34
22
** TODO [#B] Drop privileges after opening FIFO.
37
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
25
** TODO [#B] lock stdin (with flock()?)
39
** TODO [#A] Free direntries after scandir()
42
** TODO [#A] Free direntries after scandir()
44
29
* TODO [#B] passdev
32
** TODO handle printing for errors for plugins
33
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
47
34
** TODO [#B] use scandir(3) instead of readdir(3)
48
35
** TODO [#C] use same file name rules as run-parts(8)
49
36
** kernel command line option for debug info