/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 on signal
 
4
** TODO [#A] Clean up /tmp directory and take down interface on signal
 
5
** TODO [#A] Do not handle ignored signals
 
6
** TODO [#B] use scandir(3) instead of readdir(3)
 
7
 
 
8
* splashy
 
9
** TODO [#A] Re-raise signal received when exiting due to handled signal.
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
 
11
 
 
12
* usplash
 
13
** TODO [#A] Re-raise signal received when exiting due to handled signal.
 
14
** TODO [#B] use scandir(3) instead of readdir(3)
5
15
 
6
16
* plugin-runner
 
17
** TODO [#A] Do not handle ignored signals
7
18
** TODO [#B] use scandir(3) instead of readdir(3)
8
19
** TODO [#C] use same file name rules as run-parts(8)
9
20
 
28
39
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
29
40
** TODO move handle_ipc out of IPv6_TCPServer
30
41
** TODO DBusServiceObjectUsingSuper
 
42
** Global enable/disable flag
 
43
** By-client countdown on secrets given
31
44
 
32
45
* mandos.xml
33
46
** [[file:mandos.xml::XXX][Document D-Bus interface]]