/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
** TODO [#A] Clean up /tmp directory and take down interface on signal    :test:
5
5
** TODO [#B] use scandir(3) instead of readdir(3)
6
6
** TODO [#B] Prefix all debug output with argv[0]
7
 
** TODO [#B] Retry a server which has a non-definite reply:
 
7
** TODO [#B] Retry a server which has a non-definite reply.
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
10
 
** TODO [#B] Use capabilities instead of seteuid().
11
10
 
12
11
* splashy
13
12
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
14
13
** TODO [#B] use scandir(3) instead of readdir(3)
15
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
14
** TODO [#B] Prefix all debug output with argv[0]
16
15
 
17
16
* usplash
18
17
** TODO [#A] Re-raise signal received when exiting due to handled signal.
19
18
** TODO [#B] use scandir(3) instead of readdir(3)
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
21
 
 
22
 
* askpass-fifo
23
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
24
 
** TODO [#B] Drop privileges after opening FIFO.
 
19
** TODO [#B] Prefix all debug output with argv[0]
25
20
 
26
21
* password-prompt
27
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
22
** TODO [#B] Prefix all debug output with argv[0]
28
23
 
29
24
* plugin-runner
30
25
** TODO [#B] use scandir(3) instead of readdir(3)