/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 handle ignored signals.
                                    Bug fix: remove signal handler
                                    before re-raising signal.

* plugins.d/password-prompt.c (main): Check return values from
                                      "sigaddset()".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#A] Clean up /tmp directory and take down interface on signal    :test:
 
4
** TODO [#A] Clean up /tmp directory and take down interface on signal
 
5
** TODO [#A] Do not handle ignored signals
5
6
** TODO [#B] use scandir(3) instead of readdir(3)
6
 
** TODO [#B] Prefix all debug output with argv[0]
7
7
 
8
8
* splashy
9
9
** TODO [#A] Re-raise signal received when exiting due to handled signal.
10
10
** TODO [#B] use scandir(3) instead of readdir(3)
11
 
** TODO [#B] Prefix all debug output with argv[0]
12
11
 
13
12
* usplash
14
13
** TODO [#A] Re-raise signal received when exiting due to handled signal.
15
14
** TODO [#B] use scandir(3) instead of readdir(3)
16
 
** TODO [#B] Prefix all debug output with argv[0]
17
 
 
18
 
* password-prompt
19
 
** TODO [#B] Prefix all debug output with argv[0]
20
15
 
21
16
* plugin-runner
22
17
** TODO [#A] Do not handle ignored signals