/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-01-24 15:26:43 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090124152643-z407mod2c1btn5ly
* plugins.d/mandos-client.c (main): Use remove() instead of unlink(),
                                    and use it on everything in the
                                    temporary directory, not just
                                    files.

* plugins.d/mandos-client.xml (DESCRIPTION): Better wording.
  (OPTIONS): For the "--interface" option, document the unsuitability
             of pseudo-interfaces which will not exist in the initrd.

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
5
** TODO [#B] Temporarily lower kernel log level
5
6
   for less printouts during sucessfull boot.
6
7
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
17
18
** TODO [#B] Run-time communication with server :bugs:
18
19
   Probably using D-Bus
19
20
   See also [[*Mandos-tools]]
20
 
** Handle non-existing D-Bus server.
21
 
   Also, possibly a "--no-dbus" option?
22
21
*** Client class
23
22
*** Main server
24
23
    + SetLogLevel
35
34
   This will not be strictly necessary when the D-Bus interface is
36
35
   implemented.
37
36
 
 
37
* mandos.xml
 
38
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
39
 
 
40
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
41
 
38
42
* mandos-list
39
 
*** Handle no D-Bus server and/or no Mandos server found better
 
43
*** Handle "no D-Bus server" and/or "no Mandos server found" better
40
44
*** [#B] --dump option
41
45
** TODO Disable client
42
46
** TODO Enable client
50
54
** TODO [#B] "--test" option
51
55
   For testing decryption before rebooting.
52
56
 
53
 
* [#A] Package
 
57
* Package
54
58
** /usr/share/initramfs-tools/hooks/mandos
55
 
*** TODO Do not install in initrd.img if configured not to.
 
59
*** TODO [#C] Do not install in initrd.img if configured not to.
56
60
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
57
61
    question.
58
 
** TODO /etc/bash_completion.d/mandos
 
62
** TODO [#C] /etc/bash_completion.d/mandos
59
63
   From XML sources directly?
60
64
 
61
65