/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

* 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)
 
19
** TODO [#C] use same file name rules as run-parts(8)
8
20
 
9
21
* mandos (server)
10
22
** TODO [#B] Log level                          :BUGS:
24
36
   [[info:standards:Option%20Table][Table of Long Options]]
25
37
** TODO Date+time on console log messages       :BUGS:
26
38
   Is this the default?
 
39
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
 
40
** TODO move handle_ipc out of IPv6_TCPServer
 
41
** TODO DBusServiceObjectUsingSuper
 
42
** Global enable/disable flag
 
43
** By-client countdown on secrets given
27
44
 
28
45
* mandos.xml
29
46
** [[file:mandos.xml::XXX][Document D-Bus interface]]
34
51
*** Handle "no D-Bus server" and/or "no Mandos server found" better
35
52
*** [#B] --dump option
36
53
 
37
 
* Curses interface
 
54
* mandos-name
 
55
** D-Bus mail loop w/ signal receiver
 
56
** Urwid/Newt client data displayer
 
57
*** Urwid scaffolding
 
58
*** Client Widgets
 
59
*** Properties popup
38
60
 
39
61
* mandos-keygen
40
62
** TODO Loop until passwords match when run interactively
45
67
 
46
68
* Package
47
69
** /usr/share/initramfs-tools/hooks/mandos
 
70
*** TODO [#C] use same file name rules as run-parts(8)
48
71
*** TODO [#C] Do not install in initrd.img if configured not to.
49
72
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
50
73
** TODO [#C] /etc/bash_completion.d/mandos