/mandos/trunk

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

« 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.
 
8
*** A closed connection during the TLS handshake
 
9
*** A TCP timeout
7
10
 
8
11
* splashy
9
 
** TODO [#A] Re-raise signal received when exiting due to handled signal.
 
12
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
10
13
** TODO [#B] use scandir(3) instead of readdir(3)
11
14
** TODO [#B] Prefix all debug output with argv[0]
12
15
 
19
22
** TODO [#B] Prefix all debug output with argv[0]
20
23
 
21
24
* plugin-runner
22
 
** TODO [#A] Do not handle ignored signals
23
25
** TODO [#B] use scandir(3) instead of readdir(3)
24
26
** TODO [#C] use same file name rules as run-parts(8)
25
27