/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

* Makefile: Bug fix for Debian bug #509398; make sure "-z relro" is
            passed to linker, not C compiler.

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