/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

* plugins.d/mandos-client.c (main): Do not even try to work around
                                    Debian bug 633582 if --seckey or
                                    --pubkey specifies a different
                                    directory.  Bug fix: Remove all
                                    files in GPG temporary directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
* Convert README into intro(8mandos) man page
8
8
 
9
9
* mandos-client
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
14
 
*** A TCP timeout
15
10
** TODO [#B] Use capabilities instead of seteuid().
16
 
** TODO [#A] Retry --connect forever
17
11
** TODO [#B] Use struct sockaddr_storage instead of a union
18
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
19
13
** 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]]
21
14
 
22
15
* splashy
23
16
** TODO [#B] use scandir(3) instead of readdir(3)
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
25
17
 
26
18
* usplash
27
19
** TODO [#A] Make it work again
28
20
** TODO [#B] use scandir(3) instead of readdir(3)
29
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
31
22
 
32
23
* askpass-fifo
33
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
34
24
** TODO [#B] Drop privileges after opening FIFO.
35
25
 
36
26
* password-prompt
37
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
27
** TODO [#B] lock stdin (with flock()?)
39
 
** TODO [#A] Free direntries after scandir()
40
28
 
41
29
* plymouth
42
 
** TODO [#A] Free direntries after scandir()
43
30
 
44
31
* TODO [#B] passdev
45
32
 
46
33
* plugin-runner
 
34
** TODO handle printing for errors for plugins
 
35
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
47
36
** TODO [#B] use scandir(3) instead of readdir(3)
48
37
** TODO [#C] use same file name rules as run-parts(8)
49
38
** kernel command line option for debug info
110
99
  arguments.
111
100
 
112
101
* mandos-monitor
113
 
** TODO help should be toggable
 
102
** TODO help should be toggleable
114
103
** Urwid client data displayer
115
104
   Better view of client data in the listing
116
105
*** Properties popup