/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

  • Committer: Teddy Hogeborn
  • Date: 2009-09-04 16:32:22 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090904163222-l9wp25ng1e5ym0yq
* plugin-runner.c (main): When a plugin is killed by a signal, show
                          the signal name, not just the number, in the
                          debug log message.

* plugins.d/password-prompt.c (termination_handler): Store received
                                                     signal in
                                                     "signal_received".
  (main): If exiting due to signal, re-raise signal received instead
          of returning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* mandos-client
4
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
7
 
7
8
* splashy
12
13
** TODO [#A] Re-raise signal received when exiting due to handled signal.
13
14
** TODO [#B] use scandir(3) instead of readdir(3)
14
15
 
15
 
* password-prompt
16
 
** TODO [#A] Re-raise signal received when exiting due to handled signal.
17
 
 
18
16
* plugin-runner
 
17
** TODO [#A] Do not handle ignored signals
19
18
** TODO [#B] use scandir(3) instead of readdir(3)
20
19
** TODO [#C] use same file name rules as run-parts(8)
21
20