/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

merge

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);
7
4
** TODO [#C] IPv4 support
8
5
 
 
6
* plugin-runner
 
7
** TODO [#B] use scandir(3) instead of readdir(3)
 
8
 
9
9
* mandos (server)
10
10
** TODO [#B] Log level                          :bugs:
11
11
** TODO /etc/mandos/clients.d/*.conf
30
30
   This will not be strictly necessary when the D-Bus interface is
31
31
   implemented.
32
32
 
33
 
* Mandos-tools/utilities
34
 
  All of this probably using D-Bus
35
 
** TODO List clients
36
 
** TODO Disable client
37
 
** TODO Enable client
38
 
** TODO Reset timer
 
33
* mandos.xml
 
34
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
35
 
 
36
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
37
 
 
38
* mandos-list
 
39
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
40
*** [#B] --dump option
 
41
 
 
42
* Curses interface
39
43
 
40
44
* mandos-keygen
 
45
** TODO Loop until passwords match when run interactively
41
46
** TODO "--secfile" option
42
47
   Using the "secfile" option instead of "secret"
43
48
** TODO [#B] "--test" option
44
49
   For testing decryption before rebooting.
45
50
 
46
 
* [#A] Package
 
51
* Package
47
52
** /usr/share/initramfs-tools/hooks/mandos
48
 
*** TODO Do not install in initrd.img if configured not to.
 
53
*** TODO [#C] Do not install in initrd.img if configured not to.
49
54
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
50
55
    question.
51
 
** TODO /etc/bash_completion.d/mandos
 
56
** TODO [#C] /etc/bash_completion.d/mandos
52
57
   From XML sources directly?
53
58
 
54
59