/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-02-05 02:42:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090205024239-th0d287ifnl7l3tv
* plugin-runner.c (handle_sigchld): Clarify logic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#B] Temporarily lower kernel log level
5
 
   for less printouts during sucessfull boot.
6
 
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
 
4
** TODO [#A] Clean up /tmp directory on signal
7
5
** TODO [#C] IPv4 support
8
6
 
9
7
* plugin-runner
17
15
** TODO [#B] Run-time communication with server :bugs:
18
16
   Probably using D-Bus
19
17
   See also [[*Mandos-tools]]
20
 
** Handle non-existing D-Bus server.
21
 
   Also, possibly a "--no-dbus" option?
22
18
*** Client class
23
19
*** Main server
24
20
    + SetLogLevel
35
31
   This will not be strictly necessary when the D-Bus interface is
36
32
   implemented.
37
33
 
 
34
* mandos.xml
 
35
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
36
 
 
37
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
38
 
38
39
* mandos-list
39
 
*** Handle no D-Bus server and/or no Mandos server found better
 
40
*** Handle "no D-Bus server" and/or "no Mandos server found" better
40
41
*** [#B] --dump option
41
 
** TODO Disable client
42
 
** TODO Enable client
43
 
** TODO Reset timer
44
42
 
45
43
* Curses interface
46
44
 
47
45
* mandos-keygen
 
46
** TODO Loop until passwords match when run interactively
48
47
** TODO "--secfile" option
49
48
   Using the "secfile" option instead of "secret"
50
49
** TODO [#B] "--test" option
51
50
   For testing decryption before rebooting.
52
51
 
53
 
* [#A] Package
 
52
* Package
54
53
** /usr/share/initramfs-tools/hooks/mandos
55
 
*** TODO Do not install in initrd.img if configured not to.
 
54
*** TODO [#C] Do not install in initrd.img if configured not to.
56
55
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
57
56
    question.
58
 
** TODO /etc/bash_completion.d/mandos
 
57
** TODO [#C] /etc/bash_completion.d/mandos
59
58
   From XML sources directly?
60
59
 
61
60