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